SourceForge.net Logo

Features

Documentation

Job Lifecycle

License

Download

Install

Support etc.

Welcome to jBatchEngine

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

Job Lifecycle

  • Lifecycle of a Job in jBatchEngine in a State Diagram:

        


Documentation


Download

  • Download the latest release from SourceForge
  • Also download the example batch from SourceForge
  • Monitor as Eclipse Plugin and Eclipse Rich Client comming soon

Install

  • Unzip jbatchengine_x.x.x.zip in an empty folder and follow the instructions in install.txt
  • There is an example Batch that can be used for tests:
    Unzip jbatchengine_x.x.x.zip in an empty folder and configure testbatch.jcmd

Support, Feature Requests, Bug Reporting etc.


License

News

18.12.2006:
Stable Release 0.2.0
available for download

13.11.2006:
Stable Release 0.1.2
available for download

19.10.2006:
First Beta Release 0.1.0
available for download