up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question
Possible duplicate: stackoverflow.com/questions/48293/… – Corbin March Dec 4 '08 at 6:08
feedback

closed as exact duplicate by erickson Dec 4 '08 at 6:56

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

1 Answer

Look into Quartz.

link

link|improve this answer
feedback