jBatchEngine is a batch job spooler written in Java .
Features
- jBatchEngine is a batch job spooler written in Java
- In contrast to time driven schedulers like Cron, jBatchEngine is event driven
- It can be used to start any batch programs
- jBatchEngine can be installed as a Windows Service or a Unix Daemon
- Soon there will be an Eclipse plugin and a standalone RCP Client for job monitoring
- Currently a DatabaseAdapter provides job spooling
- But you can provide your own Adapter for Jobmanagement. Simply implement the Adapter Interface and configure it in the Spring configuration.
- A MessagingAdapter support is planned
See Other Best Job Scheduler Projects in Java: