For some parts of our app, we use
Quartz CronTrigger objects.
To specify when a task will run you give it a string telling it when to run. This string looks a bit like a
crontab(5) entry. You think "That sounds like a good idea, it means that I don't need to learn a new way to specify these things. Now, look again at the CronTrigger documentation
(
Read more... )