...
- Call links from the Spring Batch Steps to the Spring beans implementing the operation (read/process/write)
- accessExecLink links between the java method (or initializer) that calls "run", to the Spring Batch Job
Info |
---|
A Spring Batch extension also exists which provides dedicated support for the Spring Batch framework. CAST highly recommends that you install and use this extension if your application contains Spring Batch source code:
|
...