Last Version

Jakarta Batch Arquillian TCK Execution 2.1.0-M1

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

Categories

Categories

Arquillian Application Testing & Monitoring Jakarta Batch Jakarta EE Jakarta EE Supporting Technologies
GroupId

GroupId

jakarta.batch
ArtifactId

ArtifactId

jakarta.batch.arquillian.exec
Version

Version

2.1.0-M1
Type

Type

pom
Description

Description

Jakarta Batch Arquillian TCK Execution
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

https://projects.eclipse.org/projects/ee4j.batch/jakarta.batch.arquillian.exec
Project Organization

Project Organization

Eclipse Foundation

Download jakarta.batch.arquillian.exec 2.1.0-M1


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

Dependencies

compile (3)

Group / Artifact Type Version
jakarta.batch : jakarta.batch.arquillian.extension jar 2.1.0-M1
org.jboss.arquillian.container : arquillian-container-test-spi jar 1.7.0.Alpha9
org.slf4j : slf4j-jdk14 jar 1.7.30

test (4)

Group / Artifact Type Version
jakarta.batch : com.ibm.jbatch.tck jar 2.1.0-M1
org.jboss.arquillian.junit5 : arquillian-junit5-core jar 1.7.0.Alpha9
org.jboss.arquillian.junit5 : arquillian-junit5-container jar 1.7.0.Alpha9
jakarta.batch : jakarta.batch.reporting jar 2.1.0-M1

Project Modules

There are no modules declared in this project.