RE: [OT] Best practice for background service

2004-07-16 Thread Jan Behrens
an't spare the time right now. Cheers & thanks again. Jan -Original Message- From: Daniel Perry [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 3:48 PM To: Struts Users Mailing List Subject: RE: [OT] Best practice for background service Quartz is very easy to use.

RE: [OT] Best practice for background service

2004-07-15 Thread Daniel Perry
the end I will have my application server running as well as a > Quartz process running 'outside' the application server? > > Regards > marco > > -----Original Message- > From: Daniel Perry [mailto:[EMAIL PROTECTED] > Sent: 15 July 2004 14:48 > To: Strut

RE: [OT] Best practice for background service

2004-07-15 Thread Marco Mistroni
server? Regards marco -Original Message- From: Daniel Perry [mailto:[EMAIL PROTECTED] Sent: 15 July 2004 14:48 To: Struts Users Mailing List Subject: RE: [OT] Best practice for background service Quartz is very easy to use. No need for thread programming. But "Job" classes are cr

RE: [OT] Best practice for background service

2004-07-15 Thread Daniel Perry
ginal Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: 15 July 2004 14:29 > To: [EMAIL PROTECTED] > Subject: Re: [OT] Best practice for background service > > > Jan, > Bryan's recommendation of Spring and Quartz sounds good though I have

RE: [OT] Best practice for background service

2004-07-15 Thread Marco Mistroni
PROTECTED] Subject: Re: [OT] Best practice for background service Jan, Bryan's recommendation of Spring and Quartz sounds good though I have not had a chance to work with these yet. If you want to "roll your own" I suggest you look at the java.util.Timer and java.util.TimerTask objec

Re: [OT] Best practice for background service

2004-07-15 Thread Bill Siggelkow
Jan, Bryan's recommendation of Spring and Quartz sounds good though I have not had a chance to work with these yet. If you want to "roll your own" I suggest you look at the java.util.Timer and java.util.TimerTask objects -- they work well for these type of services. See http://java.sun.com/j2se

Re: [OT] Best practice for background service

2004-07-15 Thread Bryan Hunt
better idea , integrate the spring framwork and use the built in support for quartz scheduling. http://www.springframework.org/docs/reference/index.html http://www.springframework.org/docs/reference/scheduling.html --b * * Jan Behrens wrote: Hi list, I am coding an app where I rely on a backgroun