Jcrontab is a scheduler written in java.Jcrontab is designed to be extended and integrated with any project. Reads and stores the tasks to execute in a file, a database or an EJB and provides a basic web UI.
Nice stuff
2.0RC1 Solved bug to manage the Year correctly thanks to Vincent. Added a copy constructor to the CrontabEntryBean Updated the org.jcrontab.data.DataSource to remove store(CrontabEntryBean ceb), this has been replaced by the right logic in the CrontabEntryBeanDAO to maintain only store(CrontabEntryBean[] cebs) Added org.jcrontab.data.MemorySourceWithOutPersistence, this feature is added to make easier to use Jcrontab in testing enviroments and to make it easier to use in programatic environments. Added Avalon to component the ability to pass a parameter named "start" that controls whether to start or not the component. Added Avalon component wrapper so JCrontab can be used as an avalon component Added XMLParser to read and store CrontabEntryBeans in xml format Added XMLSource to manage CrontabEntryBeans in xml format Solved bug with years logic now the years work like the rest of fields Added patch 838865 thanks to dp4b Added bin dir this directory will the place to save the scripts to start/stop Jcrontab as an standalone app Solved nasty bug with */0 thanks to Guenter Solved bug to compare the Year correctly Added MemorySourceWithOutPersistence to help in testing and automatic environments
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?