Java schedulars
What is the best way to implement a cron like schedule开发者_如何学Pythonr in jsp & servelet based web application ? Came across one option using the "Timer Service". Any other alternatives or any comments on timer services ?
Thanks in advance
Shamika
Quartz- I've used it and it works really well.
http://www.quartz-scheduler.org/
精彩评论