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

2

6

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 ?

Ineffectual answered 14/8, 2017 at 8:24 Comment(3)
For this kind of question a good search on the net can give you all the information you are asking for (try googling for 'JSR 352' keywords, second link, first sentence - just for example)Sticker
Possible duplicate of JSR 352 Spring Batch vs. Java EEIneffectual
@LucaBassoRicci Your comment leads me to Key point here: the JSR-352 specification provides a way to control the flow based on the exit status of jobs. Take into account Google is personalizing result sets.Berny
D
1

Yes. Spring Batch does implement the SE requirements for JSR-352. You can read more about that in the documentation here: http://docs.spring.io/spring-batch/trunk/reference/html/jsr-352.html

EDIT: This implementation was removed in Spring Batch 5. Versions of Spring Batch prior to Spring Batch 5 do include an implementation of JSR-352.

Duval answered 14/8, 2017 at 14:41 Comment(1)
it isn't the case anymore spring.io/blog/2022/11/24/…Brentwood
T
2

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

Tumbler answered 26/7, 2021 at 21:24 Comment(0)
D
1

Yes. Spring Batch does implement the SE requirements for JSR-352. You can read more about that in the documentation here: http://docs.spring.io/spring-batch/trunk/reference/html/jsr-352.html

EDIT: This implementation was removed in Spring Batch 5. Versions of Spring Batch prior to Spring Batch 5 do include an implementation of JSR-352.

Duval answered 14/8, 2017 at 14:41 Comment(1)
it isn't the case anymore spring.io/blog/2022/11/24/…Brentwood

© 2022 - 2024 — McMap. All rights reserved.