License |
License |
---|---|
Categories |
CategoriesJakarta Batch Jakarta EE Jakarta EE Supporting Technologies |
GroupId | GroupIdjakarta.batch |
ArtifactId | ArtifactIdcom.ibm.jbatch.tck.dist.exec |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJakarta Batch TCK Execution (testing JBatch, the former RI, plus the new Jakarta Batch API, both against TCK
Distribution ZIP)
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
com.ibm.jbatch.tck.dist.exec-2.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jakarta.batch/com.ibm.jbatch.tck.dist.exec/ -->
<dependency>
<groupId>jakarta.batch</groupId>
<artifactId>com.ibm.jbatch.tck.dist.exec</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jakarta.batch/com.ibm.jbatch.tck.dist.exec/
implementation 'jakarta.batch:com.ibm.jbatch.tck.dist.exec:2.0.0'
// https://jarcasting.com/artifacts/jakarta.batch/com.ibm.jbatch.tck.dist.exec/
implementation ("jakarta.batch:com.ibm.jbatch.tck.dist.exec:2.0.0")
'jakarta.batch:com.ibm.jbatch.tck.dist.exec:pom:2.0.0'
<dependency org="jakarta.batch" name="com.ibm.jbatch.tck.dist.exec" rev="2.0.0">
<artifact name="com.ibm.jbatch.tck.dist.exec" type="pom" />
</dependency>
@Grapes(
@Grab(group='jakarta.batch', module='com.ibm.jbatch.tck.dist.exec', version='2.0.0')
)
libraryDependencies += "jakarta.batch" % "com.ibm.jbatch.tck.dist.exec" % "2.0.0"
[jakarta.batch/com.ibm.jbatch.tck.dist.exec "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ibm.jbatch : com.ibm.jbatch.container | jar | 2.0.0 |
jakarta.batch : jakarta.batch-api | jar | 2.0.0 |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
jakarta.inject : jakarta.inject-api | jar | 2.0.0 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.0 |
org.apache.derby : derby | jar | 10.10.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jaxb : jaxb-runtime | jar | 3.0.0-M4 |