MVN

javax.batch : jbatch

Maven & Gradle

Nov 11, 2014
20 stars

com.ibm.jbatch · Batch processing is a pervasive workload pattern, expressed by a distinct application organization and execution model. It is found across virtually every industry, applied to such tasks as statement generation, bank postings, risk evaluation, credit score calculation, inventory management, portfolio optimization, and on and on. Nearly any bulk processing task from any business sector is a candidate for batch processing. Batch processing is typified by bulk-oriented, non-interactive, background execution. Frequently long- running, it may be data or computationally intensive, execute sequentially or in parallel, and may be initiated through various invocation models, including ad hoc, scheduled, and on-demand. Batch applications have common requirements, including logging, checkpointing, and parallelization. Batch workloads have common requirements, especially operational control, which allow for initiation of, and interaction with, batch instances; such interactions include stop and restart.

<dependency>
    <groupId>javax.batch</groupId>
    <artifactId>jbatch</artifactId>
    <version>1.0.1-b01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.batch : jbatch to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1-b01

All Versions

Choose a version of javax.batch : jbatch to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jbatch-1.0.1-b01
1.0
jbatch-1.0
jbatch-1.0-b29
jbatch-1.0-b28
jbatch-1.0-b27
jbatch-1.0-b26
jbatch-1.0-b25
jbatch-1.0-b24
jbatch-1.0-b23
jbatch-1.0-b22
jbatch-1.0-b21
jbatch-1.0-b20
jbatch-1.0-b19
jbatch-1.0-b18
jbatch-1.0-b17
jbatch-1.0-b16
jbatch-1.0-b15
jbatch-1.0-b14
jbatch-1.0-b13
jbatch-1.0-b07
jbatch-1.0-b06
jbatch-1.0-b05
jbatch-1.0-b04
jbatch-1.0-b03
jbatch-1.0-b02

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>javax.batch</groupId>
    <artifactId>jbatch</artifactId>
    <version>1.0.1-b01</version>
</dependency>