For scheduling purposes one can use Quartz with Spring. The basic usage can be learnt by going through the quartz tutorial and spring documentation on scheduling .
However when it came to using advanced usage like configuring job stores, I had a little difficulty finding stuff. A particular entry in the spring forum was really useful. These three resources were able to take care of my reasonably complex needs for scheduling. Hope they are of some use to you too.
गुरु का साया
4 years ago
1 comment:
Useful clustering config on http://java-x.blogspot.com/2006/12/using-quartz-scheduler-in-cluster.html
Post a Comment