Re: Cron type jobs in struts

2005-04-12 Thread Janarthan Sathiamurthy
I am sorry.. Was replying to another question. Best Regards, Janarthan S --- Janarthan Sathiamurthy <[EMAIL PROTECTED]> wrote: > http://strutstestcase.sourceforge.net/ > is the answer. > > Best Regards, > Janarthan S > > --- Brian McGovern <[EMAIL PROTECTED]> wrote: > > Ok, This may be off topic

Re: Cron type jobs in struts

2005-04-12 Thread Janarthan Sathiamurthy
http://strutstestcase.sourceforge.net/ is the answer. Best Regards, Janarthan S --- Brian McGovern <[EMAIL PROTECTED]> wrote: > Ok, This may be off topic cause the answer may not > be in struts but here goes. > I have a need to run nightly jobs that inspect my > data and do certain things based

Re: Cron type jobs in struts (and Schedular with Struts?)

2005-04-12 Thread Yen
I found a few, but still Quartz is the most popular http://java-source.net/open-source/job-schedulers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Cron type jobs in struts

2005-04-12 Thread Wiebe de Jong
I've had Quartz in production for a year and it is doing great. Definitely a great scheduler. Wiebe -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 8:09 AM To: Struts Users Mailing List Subject: Re: Cron type jobs in struts Brian McG

RE: Cron type jobs in struts (and Schedular with Struts?)

2005-04-12 Thread Joe Germuska
Yep. One of my colleagues put together a simple Quartz XML config and Quartz PlugIn which can be downloaded from http://demo.jgsullivan.com/quartz and http://demo.jgsullivan.com/struts Also note that the Spring Framework has Quartz integration and can easily be used to set up scheduling in the

Re: Cron type jobs in struts

2005-04-12 Thread Larry Meadors
I have heard Flux is pretty good, but do not know much beyond that... On Apr 12, 2005 9:08 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > > Brian McGovern wrote: > > >I have a need to run nightly jobs that inspect my data and do certain > things based on what it finds.. Now i was goin to write so

Re: Cron type jobs in struts

2005-04-12 Thread Dave Newton
Brian McGovern wrote: I have a need to run nightly jobs that inspect my data and do certain things based on what it finds.. Now i was goin to write some java classes to be invoked by cron. But I've never done this before in java and wonder if there is a better way to approach this? any thoughts?

RE: Cron type jobs in struts

2005-04-12 Thread Brian McGovern
K. looks cool. Ill check it out. -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 10:43 AM To: 'Struts Users Mailing List' Subject: RE: Cron type jobs in struts Hello, Try Quartz. It will do the job fo

RE: Cron type jobs in struts

2005-04-12 Thread Marco Mistroni
Hello, Try Quartz. It will do the job for you http://www.opensymphony.com/quartz/ regards marco -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: 12 April 2005 15:41 To: Struts Users Mailing List Subject: Cron type jobs in struts Ok, This may be off