A couple of questions regarding JSR 352, Spring Batch, and Java
1) When would someone use Java to build a batch JSR-352 application over Spring Batch? My initial take is it would require more coding in Java than Spring Batch.
2) Did version 7 of Java EE implement JSR-352? Or did it just come out with the spec and developers have to implement it? Whereas Spring Batch has implemented it, saving developers coding time?