JSR 352 在 Java EE7 中定义。但在 WebSphere 8.x 中,仅支持 Java EE6。据我所知,Spring batch 3.x 与 JSR 352 兼容。我的问题是,Spring batch 可以在 WebSphere 8.x(以及其他仅支持 JEE6 的应用服务器)中运行吗?特别是并行处理是否仍然可以作为并发执行器也是 Java EE7 的一部分?
问问题
956 次
1 回答
0
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.
于 2014-12-01T15:09:40.820 回答