Re: Struts 2 scheduler

2008-03-17 Thread GF
Yes, I usually use Quartz inside Spring. If I remember correctly there is a chapter about Scheduling in the big Spring manual On Fri, Mar 14, 2008 at 3:47 AM, alex xander <[EMAIL PROTECTED]> wrote: > thx all, > i solve my problem with quartz, i used it with spring > thx so much >

Re: Struts 2 scheduler

2008-03-13 Thread alex xander
thx all, i solve my problem with quartz, i used it with spring thx so much - Original Message From: "Peters, John" <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, March 12, 2008 10:14:18 PM Subject: RE: Struts 2 scheduler Depends on the implementat

RE: Struts 2 scheduler

2008-03-12 Thread Peters, John
] Sent: Wednesday, March 12, 2008 9:42 AM To: Struts Users Mailing List Subject: RE: Struts 2 scheduler --- "Peters, John" <[EMAIL PROTECTED]> wrote: > What kind of task, database cleanup? > Does it occur every minute, hour, day? > You might want to consider a stateless sess

Re: Struts 2 scheduler

2008-03-12 Thread Musachy Barroso
> But EJB is?! > I had the same reaction :). Go Quartz and don't look back. musachy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts 2 scheduler

2008-03-12 Thread Chamara Gunaratne
AM To: Struts Users Mailing List Subject: RE: Struts 2 scheduler --- "Peters, John" <[EMAIL PROTECTED]> wrote: > What kind of task, database cleanup? > Does it occur every minute, hour, day? > You might want to consider a stateless session EJB that implements a > Timer

RE: Struts 2 scheduler

2008-03-12 Thread Dave Newton
--- "Peters, John" <[EMAIL PROTECTED]> wrote: > What kind of task, database cleanup? > Does it occur every minute, hour, day? > You might want to consider a stateless session EJB that implements a > TimerService. > Here are some examples > > http://www.theserverside.com/tt/articles/article.

RE: Struts 2 scheduler

2008-03-12 Thread Peters, John
What kind of task, database cleanup? Does it occur every minute, hour, day? You might want to consider a stateless session EJB that implements a TimerService. Here are some examples http://www.theserverside.com/tt/articles/article.tss?l=MonsonHaefel-Colu mn4 http://www.javabeat.n