Updated the Spring Batch series of blogs with Spring Framework 3.1.0.RELEASE and Spring Batch 2.1.8.RELEASE. Also switched to using HSQLDB to simplify the requirements to run this example (vs. the previous dependency on MySQL).
- Spring Batch – Part I – Simple Tasklet – Read from a comma separated file and insert 200k rows into a HSQLDB database.
- Spring Batch – Part II – Flat File To Database – Read from a comma separated file and insert 200k rows into a HSQLDB database.
- Spring Batch – Part III – From Database to Flat File – Read back the 200K rows and now write it out to a new file.