I need to set up a bunch of jobs that monitor various pieces of my struts app. I decided to use Quartz but am wondering if anyone has experience with setting up quartz to run in struts. I'm guessing this would be achieved with by either writing a plugin class to be started from struts-config.xml, or by setting up a Quartz servlet. Can anyone get me started in the right direction and lemme know of things to watch out for?
One of my colleagues wrote a plug-in to do just this; you can get it from http://demo.jgsullivan.com/struts, and a related library from http://demo.jgsullivan.com/quartz
On the other hand, this is not under active maintenance; you might also want to look into using Spring, which supports scheduling using both TimerTask and Quartz.
http://springframework.org
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]