I would like to use Spring Batch as a library from Gosu. Do you have a comprehensive example on how to wire a Spring batch job in java code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is new support for @Configuration in Spring Batch 2.2 snapshots, but I have no idea if that helps you in Gosu. Example here. If you need to create everything imperatively look at SimpleJob and SimpleStepFactoryBean.