-
Any help on java job scheduler ? (5 messages)
- Posted by: Saravanan Dharmalingam
- Posted on: November 22 2007 08:53 EST
Hi there, I want to validate URLs from DB 24 hr once, using Struts/Hibernate/DB2. Invalid URLs should be notified by e-mails. Could anybody help me, which job scheduler will meet my requirement. I am looking at Quartz. Thanks in advance. Saran.Threaded Messages (5)
- Re: Any help on java job scheduler ? by Oleg Zhurakousky on January 10 2008 16:07 EST
- Re: Any help on java job scheduler ? by Dave Sims on February 06 2008 13:42 EST
- Re: Any help on java job scheduler ? by Rauf Issa on October 16 2009 09:56 EDT
- Re: Any help on java job scheduler ? by Dave Sims on February 06 2008 13:42 EST
- job scheduling in clustered environment? by Satish Bhamidipaty on February 08 2008 12:56 EST
- Job Scheduler by deidre a on May 14 2010 10:16 EDT
-
Re: Any help on java job scheduler ?[ Go to top ]
- Posted by: Oleg Zhurakousky
- Posted on: January 10 2008 16:07 EST
- in response to Saravanan Dharmalingam
Quartz is great. We used it for many similar things -
Re: Any help on java job scheduler ?[ Go to top ]
- Posted by: Dave Sims
- Posted on: February 06 2008 13:42 EST
- in response to Oleg Zhurakousky
Yes, Quartz or Thread.sleep() or Flux may work, depending on how many of these jobs (requests) are open at a time. The fewer active jobs you have and the fewer demands you place on them can dictate the solution you pick. Cheers, David Flux - Java Job Scheduler. File Transfer. Workflow. BPM. . -
Re: Any help on java job scheduler ?[ Go to top ]
- Posted by: Rauf Issa
- Posted on: October 16 2009 09:56 EDT
- in response to Dave Sims
JobServer is another option. It is an all java job scheduler with a nice Java/GWT plugin API for writing tasklets and giving tasklets GWT GUI interfaces for customization. It has lots of nice reporting and tracking features and very good scheduling rules. Rauf http://grandlogic.com "The SOA Automation Company" -
job scheduling in clustered environment?[ Go to top ]
- Posted by: Satish Bhamidipaty
- Posted on: February 08 2008 12:56 EST
- in response to Saravanan Dharmalingam
I would like to know if anyone has successfully used quartz in a clustered (weblogic 9.2 MP1, Oracle 9i) environment. I came across this bug within quartz, which made us move away from quartz: http://jira.opensymphony.com/browse/QUARTZ-512 The above case would be an issue for us, which will not be resolved until quartz 1.6.2 comes out. We also looked at Weblogic Job Scheduler but doesnt seem to work in a clustered environment. Any one got it to work in a clustered environment? Here are some reference URLs related to Weblogic Job scheduler: http://forums.bea.com/thread.jspa?threadID=400002373 http://forums.bea.com/thread.jspa?threadID=300003815 http://forums.bea.com/thread.jspa?threadID=300001784 Did anyone use EJB 2.1 timer service succesfully in weblogic 9.2 environment? Thanks for your time in advance. urdost -
Job Scheduler[ Go to top ]
- Posted by: deidre a
- Posted on: May 14 2010 10:16 EDT
- in response to Saravanan Dharmalingam
Try Stonebranch for job sceduler and managed file transfer