In this tutorial, we will create a simple Spring Batch application to demonstrate how to process a series of jobs where the primary purpose is to import a lists of comma-delimited and fixed-length records. In addition, we will add a web interface using Spring MVC to teach how to trigger jobs manually, and so that we can visually inspect the imported records. In the data layer, we will use JPA, Hibernate, and MySQL.
- http://krams915.blogspot.jp/2012/02/spring-batch-tutorial-part-1.html
- http://krams915.blogspot.jp/2012/02/spring-batch-tutorial-part-2.html
- http://krams915.blogspot.jp/2012/02/spring-batch-tutorial-part-3.html
- http://krams915.blogspot.jp/2012/02/spring-batch-tutorial-part-4.html