Jakarta Batch jbatch Implementation

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
Идентификатор

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

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

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

2.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jakarta Batch jbatch Implementation
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.container

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.ibm.jbatch : com.ibm.jbatch.spi jar 2.1.1

provided (6)

Идентификатор библиотеки Тип Версия
jakarta.batch : jakarta.batch-api jar 2.1.0
jakarta.xml.bind : jakarta.xml.bind-api jar 3.0.0
org.glassfish.jaxb : jaxb-runtime jar 3.0.0
jakarta.enterprise : jakarta.enterprise.cdi-api jar 4.0.0
org.jboss.weld.se : weld-se-core jar 5.0.0.SP1
jakarta.transaction : jakarta.transaction-api jar 2.0.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2
org.apache.derby : derby jar 10.14.2.0

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

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

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

Версия
2.1.1
2.1.0
2.1.0-M2
2.1.0-M1
2.0.0
2.0.0-M7
2.0.0-M6
2.0.0-M5
2.0.0-M3
2.0.0-M2
2.0.0-M1
1.0.3
1.0.2
1.0.1
1.0.1-b09
1.0.1-b08
1.0.1-b07
1.0.1-b04
1.0.1-b03
1.0.1-b02
1.0.1-b01