RE: Scheduling Actions

2004-10-01 Thread Barnett, Brian W.
Try Quartz. I posted yesterday regarding Quartz and Struts. Weibe de Jong replied with some excellent ideas on how to use the Quartz scheduler with Struts and included some nice code to get you started. -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Friday, October

RE: Scheduling Actions

2004-10-01 Thread Robert Taylor
Factor the business logic out of your Actions into some generic business classes and run a separate process to handle this type of automation. There is no need to have it coupled to your web application. Look into Quarts, Timer/TimerTask, etc... robert > -Original Message- > From: Ciar