Skip to content
langmi edited this page Sep 6, 2011 · 6 revisions

Simple skip job example implemented as shown in Configuring Skip Logic(Spring Batch Documentation)

Usecase

  • read items
  • some items produce exceptions in item processor and item writer
  • skip them

Configuration Details

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
Clone this wiki locally