« Return to Thread: Job Scheduler

Re: Job Scheduler

by Quadir Kareemullah :: Rate this Message:

Reply to Author | View in Thread

How about Quartz http://www.opensymphony.com/quartz/ ?

Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.

Quartz is freely usable, licensed under the Apache 2.0 license.


- Quadir

On Mon, May 11, 2009 at 10:46 AM, Kerry Wilson <kerry@...> wrote:
I am looking for an open source job scheduler to manager our scheduled jobs.  Ideally, it would be a web app that would allow you to upload a pom or jar files and set the class and / or method to execute.   Anyone have a suggestion for this?  I have also thought about doing this using tests (or a plugin) in Maven and our continuous integration server, Continuum.  Has anybody done anything like this?

_______________________________________________
ajug-members mailing list
ajug-members@...
http://www.ajug.org/mailman/listinfo/ajug-members




--
************************************************************************************

3.185 Everyone shall taste death. And only on the Day of Resurrection shall you be paid your wages in full. And whoever is removed away from the Fire and admitted to Paradise, he indeed is successful. The life of this world is only the enjoyment of deception.
3.186 You shall certainly be tried and tested in your wealth and properties and in your personal selves, and you shall certainly hear much that will grieve you from those who received the Scripture before you (Jews and Christians) and from those who ascribe partners to Allâh, but if you persevere patiently, and become Al-Muttaqûn (the pious) then verily, that will be a determining factor in all affairs, and that is from the great matters, [which you must hold on with all your efforts].

-- Qur'an Chapter 3 Verses 185-186

************************************************************************************

_______________________________________________
ajug-members mailing list
ajug-members@...
http://www.ajug.org/mailman/listinfo/ajug-members

 « Return to Thread: Job Scheduler