Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Weblogic 11g and JavaEE 6

I was wondering if Weblogic 11g already supports JavaEE 6. As I didn't find anything about it in google, I thought that it didn't, until I found a comment saying that Oracle WebLogic Server 11g is Java EE 6 complaint.

Despite that, I haven't found yet the modules to support the new Java EE 6 features.

Does somebody knows something about this?

like image 509
Pau Avatar asked Jul 02 '10 13:07

Pau


People also ask

What is Oracle WebLogic Server 11g?

Oracle WebLogic Server is a scalable, enterprise-ready Java Platform, Enterprise Edition (Java EE) application server.

Does WebLogic 12c support Java 11?

Based on the document, the latest Oracle WebLogic Server 12cR2 (12.2. 1.3) only supports Java 8.

What is WebLogic server in Obiee 11g?

As a Fusion Middleware 11g product, OBIEE 11g uses Oracle WebLogic for centralized common services, including a common security model. WebLogic itself is a scalable, enterprise-ready Java Platform, Enterprise Edition (Java EE) application server.

Does WebLogic support Java 17?

As you may know, newer Spring Versions support only JDK 17. So as of today we cannot use JDK 17 on Weblogic.


2 Answers

WebLogic 11g is fully Java EE 5 compliant [1], but WebLogic 11gR1 PS3 (10.3.4) included some Java EE 6 technologies [2,3]. The next major release will be fully Java EE 6 compliant [4].

@bakoyaro - WebLogic 10.3 supports JDK 6, but only Java EE 5 [5].

[1] http://www.oracle.com/technetwork/java/javaee/overview/compatibility-javaee5-jsp-141098.html

[2] http://blogs.oracle.com/WebLogicServer/entry/weblogic_server_1034_released

[3] http://blogs.oracle.com/arungupta/entry/weblogic_developer_production_web_profile

[4] http://www.oracle.com/technetwork/middleware/weblogic/learnmore/weblogic-javaee6-webcasts-358613.html

[5] http://download.oracle.com/docs/cd/E12840_01/wls/docs103/notes/new.html#wp1093291

like image 134
shelley Avatar answered Sep 20 '22 18:09

shelley


No, it doesn't, WebLogic 11g is a Java EE 5 application server (you can check the datasheet for the standard and the enterprise edition here and here).

AFAIK, Java EE 6 support is planned for WebLogic 12g (to be released in 2011).

like image 22
Pascal Thivent Avatar answered Sep 19 '22 18:09

Pascal Thivent