com.ibm.batch:com.ibm.batch-tck

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-tck
Last Version

Last Version

1.0-b05
Release Date

Release Date

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-tck

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.testng : testng jar 6.8
com.ibm.batch : com.ibm.batch-tck-spi jar 1.0-b05
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-runtime jar 1.0-b06
javax.inject : javax.inject-tck jar 1
org.apache.derby : derby jar 10.1.1.0
org.apache.derby : derbynet jar 10.1.1.0
xmlunit : xmlunit jar 1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-b05
1.0-b04
1.0-b03
1.0-b02