-
Couldn't load subscription status.
- Fork 76
Simple Skip Job
langmi edited this page Sep 6, 2011
·
6 revisions
Simple skip job example implemented as shown in Configuring Skip Logic(Spring Batch Documentation)
- read items
- some items produce exceptions in item processor and item writer
- skip them
For general Maven, Spring and Database setup see the project setup wiki page.
- item reader is an item stream without file, but some in-memory test data
- to see how Spring Batch works, i provided a Listener which logs all listener events