is not current version
Last Version 2.1.1

jakarta.batch:tck-parent 2.0.0-M4

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.

Categories

Categories

Jakarta Batch Jakarta EE Jakarta EE Supporting Technologies
GroupId

GroupId

jakarta.batch
ArtifactId

ArtifactId

tck-parent
Version

Version

2.0.0-M4
Type

Type

pom

Download tck-parent 2.0.0-M4

Filename Size
tck-parent-2.0.0-M4.pom 23 KB
Browse

<!-- https://jarcasting.com/artifacts/jakarta.batch/tck-parent/ -->
<dependency>
    <groupId>jakarta.batch</groupId>
    <artifactId>tck-parent</artifactId>
    <version>2.0.0-M4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jakarta.batch/tck-parent/
implementation 'jakarta.batch:tck-parent:2.0.0-M4'
// https://jarcasting.com/artifacts/jakarta.batch/tck-parent/
implementation ("jakarta.batch:tck-parent:2.0.0-M4")
'jakarta.batch:tck-parent:pom:2.0.0-M4'
<dependency org="jakarta.batch" name="tck-parent" rev="2.0.0-M4">
  <artifact name="tck-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='jakarta.batch', module='tck-parent', version='2.0.0-M4')
)
libraryDependencies += "jakarta.batch" % "tck-parent" % "2.0.0-M4"
[jakarta.batch/tck-parent "2.0.0-M4"]