bmap4j - Batch Management And Processing For Java

xinventa logo

Java Batch Management and Processing for Java EE

Introduction

The successfull immersion of Java applications - in the form of Java EE as well as SE - in enterprise environments has rised the question, how to develop and integrate batch processes.

bmap4j supports Batch Management and Batch Processing through a framework of interfaces and tools.

Batch Management

The bmap4j framework provides a standardized, JMX based interface. This interface contains functions for the management and the query of batch job state information.

The interface can be used from various management applications and tools to control the jobs, as long they support JMX (e.g. JConsole, JMX for Ant, scheduler, Bmap4j Admin Client).

On the other hand, the framework implements functions to support the deployment of batch programs to different runtime environments like Java EE and SE.

The Core of the framework is available as open-source together with the quick-start guide and samples.

Batch Processing

The Batch Processing part of the bmap4j Framework provides functions, which help to optimize the runtime behaviour in a J2SE environment, as well as in an application server environment.