Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

2 Answers

up vote 5 down vote accepted

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

share|improve this answer
Thanks a lot, it's exactly what I needed. – Pau Jul 5 '10 at 7:02
@Pau You're welcome. – Pascal Thivent Jul 5 '10 at 8:55
Are you sure that WL11g is a JEE5 only server? I just installed it and it comes package with Sun's JDK 1.6 & jRockit 1.6 – bakoyaro Jun 3 '11 at 18:22
@bakoyaro -- JDK version number and Java EE version number are not synonymous. See stackoverflow.com/questions/2013958/… – BestPractices Apr 4 '12 at 16:44

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.