Correct way to persist Quartz triggers
Posted
by
davioooh
on Stack Overflow
See other posts from Stack Overflow
or by davioooh
Published on 2013-07-01T10:20:04Z
Indexed on
2013/07/01
10:20 UTC
Read the original article
Hit count: 303
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?
© Stack Overflow or respective owner