What are some implementations of JSR 352 (Java for batch)?

Viewed 1838

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 ?

2 Answers

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

Related