Spring batch in Websphere 8.x

1k views Asked by At

JSR 352 is defined in Java EE7. But in WebSphere 8.x, only Java EE6 is supported. As far as I know, Spring batch 3.x is compatible with JSR 352. My question is, can Spring batch run in WebSphere 8.x (and other app server which supports JEE6 only)? Especially does Parallel Processing still work as concurrency executor is also part of Java EE7?

1

There are 1 answers

0
Michael Minella On

Spring Batch runs in WebSphere 8. Spring Batch has taken the position that it will remain compliant with all version of app servers/java versions that the current Spring Framework supports. Currently, Spring 4.1.x supports back to Java 6 and runs on WebSphere 8, so Spring Batch does as well.