Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Weblogic 12c and Java EE 7 Features

As we know, WebLogic Server 12c supports natively Java EE 7.

However, if we take a look at the WebLogic 12c documentation of standards there will be a lot of versions differences. Such as:

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

It's just a matter of importing the libraries? Or there is any restriction to use these latest versions?

Thanks a lot!

like image 774
José Avatar asked May 29 '14 20:05

José


People also ask

What is the difference between WebLogic Standard Edition and Enterprise Edition?

Oracle WebLogic Server Enterprise Edition includes all Oracle WebLogic Server Standard Edition features, plus Oracle WebLogic Server clustering, Java SE Advanced and the WebLogic Software Kit for Oracle Database Appliance. Proven clustering technology enables scaling of applications with high availability.

What is J2EE in WebLogic?

J2EE Platform. WebLogic Server contains Java 2 Platform, Enterprise Edition (J2EE) technologies. J2EE is the standard platform for developing multitier enterprise applications based on the Java programming language.

What is the difference between Fusion Middleware and WebLogic?

Oracle Fusion Middleware is a suite of products that includes Oracle WebLogic Server, WebCenter,content, WebCenter portal, identity, and access management tier, Oracle web tier and other components that sets between Oracle Database and it deploys and builds business applications using Oracle fusion middleware.


2 Answers

** UPDATE: WebLogic 12.2.1 is now released. It is Java EE 7 and JDK 8 certified. **

Wrong! WebLogic 12c (12.1.3) is Java EE 6 certified.

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).

Please read through the documentation as 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).

like image 87
Bruno Borges Avatar answered Sep 23 '22 11:09

Bruno Borges


Weblogic 12c 12.2.1 fully supports Java EE 7. Finally released...

Weblogic 12c 12.1.3 supports some of Java EE 7.

like image 30
rjdkolb Avatar answered Sep 24 '22 11:09

rjdkolb