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 (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 application context.

http://www.springframework.org/docs/reference/scheduling.html
http://www.springframework.org/docs/api/org/springframework/scheduling/quartz/package-summary.html#package_description
Joe
At 3:42 PM +0100 4/12/05, Marco Mistroni wrote:
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 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 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?
thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
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]