Howcan I get started with Spring Batch?
Posted
by C. Ross
on Stack Overflow
See other posts from Stack Overflow
or by C. Ross
Published on 2009-10-22T20:36:07Z
Indexed on
2010/04/08
2:23 UTC
Read the original article
Hit count: 494
I'm trying to learn Spring Batch, but the startup guide is very confusing. Comments like
You can get a pretty good idea about how to set up a job by examining the unit tests in the org.springframework.batch.sample package (in src/main/java) and the configuration in src/main/resources/jobs.
aren't exactly helpful. Also I find the Sample project very complicated (17 non-empty Namespaces with 109 classes)! Is there a simpler place to get started with Spring Batch?
© Stack Overflow or respective owner