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

Some examples for using Spring Batch listeners

Configuration Details

For general Maven, Spring and Database setup see the project setup wiki page.

Simple Example

Created to check some strange behaviour when using scope="step" for listeners.

Right now the AnnotationStepScopedListener won't function properly, see spring batch forum entry and accompanying JIRA BATCH-1773

Clone this wiki locally