Can we say Spring Batch is an implementation of the JSR 352 (spec for Batch Applications for the Java Platform) ?
What are some other implementations of JSR 352 ?
Can we say Spring Batch is an implementation of the JSR 352 (spec for Batch Applications for the Java Platform) ?
What are some other implementations of JSR 352 ?
Jberet is an another implementation of the JSR-352. It is stable and used for JEE projects, Wildfly has an integrated support for jberet with Jboss EAP.
https://github.com/jberet/jsr352