In this post and next post, I will introduce Spring Batch to you with a simple example. Spring batch is an open source framework useful for exporting data from source to destination in batches. The framework is very useful for batch applications. Reading data In our example, we will read employee records and move them…… Continue reading Spring Batch Simple Example Part 1