Jakarta Batch Arquillian Extension

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.

Лицензия

Лицензия

Категории

Категории

Arquillian Тестирование приложения и мониторинг Jakarta Batch Jakarta EE Jakarta EE Supporting Technologies
Группа

Группа

jakarta.batch
Идентификатор

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

jakarta.batch.arquillian.extension
Последняя версия

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

2.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jakarta Batch Arquillian Extension
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.
Ссылка на сайт

Ссылка на сайт

https://projects.eclipse.org/projects/ee4j.batch/jakarta.batch.arquillian.extension
Организация-разработчик

Организация-разработчик

Eclipse Foundation

Скачать jakarta.batch.arquillian.extension

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
jakarta.batch : jakarta.batch.tck.util jar 2.1.1
org.jboss.arquillian.container : arquillian-container-test-spi jar
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-depchain pom

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

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

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

Версия
2.1.1
2.1.0
2.1.0-M1