Spring / Spring batch Interview questions
Spring batch: list the job configurations other than step.
In addition to steps a job configuration can contain other elements such as,
- parallelisation (<split/>),
- declarative flow control (<decision/>)
- and externalization of flow definitions (<flow/>).
More Related questions...