Correct way to persist Quartz triggers
- by davioooh
I'm quite new to Quartz and now I need to schedule some jobs in Spring Web App.
I know about Spring + Quartz integration (I'm using Spring v 3.1.1) but I'm wondering if it's the right way to follow.
In particular I need to persist my scheduled tasks in a DB so I can re-initialize them when application is restarted.
Are there some utilities provided by Spring scheduling wrapper to do this?
Can you suggest me some "well known" approach to follow?