Staging and business chunking with Spring Batch

Spring Batch is a powerful batch framework in Java with obviously a close integration with the Spring framework. One core feature for us is the ability to stage the data to process for a particular batch instance. In this article, we will cover how data can be staged and the features that can be built on top of it. More specifically, we will cover how a partition can contain business chunks, i.e. a set of elements to process that are linked to another business concept. [...]