views:

271

answers:

1

hi,

We are developing a web application using java,Struts2.0,Apache web server and a Postgres Database.

I need a requirement to run a scheduler dynamically(Morning and Evening) so that i can insert updated data in to the database and generate the report on daily and monthly basis.

please reply me soon as this is immediate requirement.

Thanks, Mahesh

+4  A: 

Look into Quartz.

link

Adam Jaskiewicz