Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Scheduling jobs inside an ear file

843833Feb 19 2008 — edited Feb 20 2008
Hi,

I am newbie to scheduling concepts,
we have a servlet which is deployed on websphere and which needs to be called on monthly/quarterly basis and the servlet expect an request parameter.

Can we implement this using quartz scheduler?
Also we might want to add few more jobs to the sceduler dynamically without redeploying EAR file? (Something like retrieving the job details from Database tables)

Pls advise me, and also let me know if there is any other easy way of implementing the above functionality.

Regards,
Ram
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2008
Added on Feb 19 2008
7 comments
264 views