Last Version

com.ibm.batch:com.ibm.batch-runtime 1.0-b06

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.

License

License

GroupId

GroupId

com.ibm.batch
ArtifactId

ArtifactId

com.ibm.batch-runtime
Version

Version

1.0-b06
Type

Type

jar
Description

Description

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.

Download com.ibm.batch-runtime 1.0-b06


<!-- https://jarcasting.com/artifacts/com.ibm.batch/com.ibm.batch-runtime/ -->
<dependency>
    <groupId>com.ibm.batch</groupId>
    <artifactId>com.ibm.batch-runtime</artifactId>
    <version>1.0-b06</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.batch/com.ibm.batch-runtime/
implementation 'com.ibm.batch:com.ibm.batch-runtime:1.0-b06'
// https://jarcasting.com/artifacts/com.ibm.batch/com.ibm.batch-runtime/
implementation ("com.ibm.batch:com.ibm.batch-runtime:1.0-b06")
'com.ibm.batch:com.ibm.batch-runtime:jar:1.0-b06'
<dependency org="com.ibm.batch" name="com.ibm.batch-runtime" rev="1.0-b06">
  <artifact name="com.ibm.batch-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.batch', module='com.ibm.batch-runtime', version='1.0-b06')
)
libraryDependencies += "com.ibm.batch" % "com.ibm.batch-runtime" % "1.0-b06"
[com.ibm.batch/com.ibm.batch-runtime "1.0-b06"]

Dependencies

compile (4)

Group / Artifact Type Version
javax.batch : javax.batch-annotation jar 1.0-b05
com.ibm.batch : com.ibm.batch-model jar 1.0-b05
javax.batch : javax.batch-api jar 1.0-b05
com.ibm.batch : com.ibm.batch-tck-spi jar 1.0-b05

provided (4)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 1.1-20121030
org.jboss.weld.se : weld-se jar 2.0.0.Alpha3
javax.transaction : jta jar 1.1
org.codehaus.fabric3.api : commonj jar 1.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.