Weblogic 12c 和 Java EE 7 特性
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/23942685/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Weblogic 12c and Java EE 7 Features
提问by José
As we know, WebLogic Server 12c supports natively Java EE 7.
众所周知,WebLogic Server 12c 原生支持 Java EE 7。
However, if we take a look at the WebLogic 12c documentationof standards there will be a lot of versions differences. Such as:
但是,如果我们查看标准的WebLogic 12c 文档,就会有很多版本差异。如:
Java EE 7: Servlet 3.1, JPA 2.1, EL 3.0, JAX-RS 2.0, EJB 3.2, JMS 2.0
Java EE 7:Servlet 3.1、JPA 2.1、EL 3.0、JAX-RS 2.0、EJB 3.2、JMS 2.0
WLS 12c: Servlet 3.0, JPA 2.0, EL 2.2, JAX-RS 1.1, EJB 3.1, JMS 1.1
WLS 12c:Servlet 3.0、JPA 2.0、EL 2.2、JAX-RS 1.1、EJB 3.1、JMS 1.1
It's just a matter of importing the libraries? Or there is any restriction to use these latest versions?
这只是导入库的问题吗?或者使用这些最新版本有什么限制?
Thanks a lot!
非常感谢!
采纳答案by Bruno Borges
** UPDATE: WebLogic 12.2.1 is now released. It is Java EE 7 and JDK 8 certified. **
** 更新:WebLogic 12.2.1 现已发布。它已通过 Java EE 7 和 JDK 8 认证。**
Wrong! WebLogic 12c (12.1.3) is Java EE 6 certified.
错误的!WebLogic 12c (12.1.3) 已通过 Java EE 6 认证。
Versions 12.1.1 and 12.1.2 do not offer any feature of Java EE 7, although it is possible to run some new APIs over them (but you won't get support). But as you are interested, it provided on release WebLogic 12.1.3 a few Web-related features of Java EE 7 (such as fully compliant JAX-RS 2.0 and WebSockets).
版本 12.1.1 和 12.1.2 不提供 Java EE 7 的任何功能,尽管可以在它们上运行一些新的 API(但不会获得支持)。但正如您感兴趣的那样,它在 WebLogic 12.1.3 版本中提供了 Java EE 7 的一些与 Web 相关的功能(例如完全兼容的 JAX-RS 2.0 和 WebSockets)。
Please read through the documentationas pointed by David Hunt. For a roadmap of WebLogic 12.1.3, you can see the blog post The road ahead for WebLogic 12c 12.1.3 and 12.1.4 (12.2.1).
请通读David Hunt指出的文档。有关 WebLogic 12.1.3 的路线图,您可以查看博客文章WebLogic 12c 12.1.3 和 12.1.4 (12.2.1) 的未来之路。
回答by rjdkolb
Weblogic 12c 12.2.1 fully supports Java EE 7. Finally released...
Weblogic 12c 12.2.1 全面支持 Java EE 7终于发布了...
Weblogic 12c 12.1.3 supports some of Java EE 7.
Weblogic 12c 12.1.3 支持部分 Java EE 7。