© Michael T. Minella 2019
Michael T. MinellaThe Definitive Guide to Spring Batchhttps://doi.org/10.1007/978-1-4842-3724-3_7

7. ItemReaders

Michael T. Minella1 
(1)
Chicago, IL, USA
 

The three Rs, Reading, wRiting, and aRithmetic, are considered the basis of the skills children learn in schools. When you think about it, these same concepts apply to software as well. The foundations of any program—whether web applications, batch jobs, or anything else—are the input of data, the processing of it in some way, and the output of data.

This concept is no more obvious than when you use Spring Batch. Each chunk-based step consists of an ItemReader, an ItemProcessor, and an ItemWriter. Reading in any system is not always straightforward, however. There are a ...

Get The Definitive Guide to Spring Batch: Modern Finite Batch Processing in the Cloud now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.