JSR 352 TCK Execution (using RI, against TCK Maven module)

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.

Лицензия

Лицензия

Категории

Категории

Jakarta Batch Jakarta EE Jakarta EE Supporting Technologies
Группа

Группа

com.ibm.jbatch.tck
Идентификатор

Идентификатор

com.ibm.jbatch.tck.exec
Последняя версия

Последняя версия

1.1-b03
Дата

Дата

Тип

Тип

pom
Описание

Описание

JSR 352 TCK Execution (using RI, against TCK Maven module)
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.

Скачать com.ibm.jbatch.tck.exec

Имя Файла Размер
com.ibm.jbatch.tck.exec-1.1-b03.pom 5 KB
Обзор

Как подключить последнюю версию

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

Зависимости

test (11)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
javax.batch : javax.batch-api jar 1.1-SNAPSHOT
javax.enterprise : cdi-api jar 1.1-20121030
com.ibm.jbatch : com.ibm.jbatch.spi jar 1.1-SNAPSHOT
com.ibm.jbatch.tck : com.ibm.jbatch.tck jar 1.1-b03
com.ibm.jbatch.tck : com.ibm.jbatch.tck.spi jar 1.1-b03
com.ibm.jbatch : com.ibm.jbatch.container jar 1.1-SNAPSHOT
javax.inject : javax.inject jar 1
org.apache.derby : derby jar 10.10.1.1
org.apache.derby : derbynet jar 10.1.1.0
org.jboss.weld.se : weld-se jar 2.0.0.Alpha3

Модули Проекта

Данный проект не имеет модулей.
com.ibm.jbatch.tck

Версии библиотеки

Версия
1.1-b03
1.1-b02
1.1-b01
1.0.1-noRelease
1.0.1-beta2
1.0.1-beta1