[Spring Batch] Order of execution of the reader, the processor and the writer
It seems to me that the order of execution of the reader, the processor and the writer, inside a step and a chunk, is not always clear in everybody’s mind (included mine when i started with Spring Batch). So I made the following 2 tables that should help – I hope – clarify things. 1) … Read more