I want schedule jobs dynamically using quartz,hibernate and spring. And I need to have backup in table(DB), while dynamically schedule a job.
- While server crash or stops, by using the table details, can I schedule all the list of jobs again?
- is there any advantage of using hibernate(mysql) here?
- please guide me how can i develop this requirement
Your help will greatly be appreciated. If possible, please provide me some examples as well.
Thanks in advance
The general answer for all of these question is jdbcjobstore. Quartz providing more details in documentation.
http://quartz-scheduler.org/documentation/quartz-1.x/tutorials/TutorialLesson09