All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mework.batch.spring-batch-infrastructure.1.1.3.RELEASE-A.source-code.overview.html Maven / Gradle / Ivy

Go to download

The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.

There is a newer version: 5.1.2
Show newest version


Infrastructure components are low-level re-usable abstractions that help with optimisation or common ETL-style problems. Optimisations include repeating an operation automatically until a policy determines that the iteration is over. Combining this with a transaction boundary optimises throughput by widening the transaction and sharing the resources amongst all the operations. ETL support includes input/output operations like flat file parsing, and transaction synchronisations to make file access pseudo-transactional (e.g. return to last good line if a transaction rolls back). There are also useful abstractions for generic input and output.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy