Weblogic 12c and Java EE 7 Features -
as know, weblogic server 12c supports natively java ee 7.
however, if take @ weblogic 12c documentation of standards there 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 matter of importing libraries? or there restriction use these latest versions?
thanks lot!
** update: weblogic 12.2.1 released. java ee 7 , jdk 8 certified. **
wrong! weblogic 12c (12.1.3) java ee 6 certified.
versions 12.1.1 , 12.1.2 not offer feature of java ee 7, although possible run new apis on them (but won't support). interested, provided on release weblogic 12.1.3 few web-related features of java ee 7 (such compliant jax-rs 2.0 , websockets).
please read through the documentation pointed david hunt. roadmap of weblogic 12.1.3, can see blog post the road ahead weblogic 12c 12.1.3 , 12.1.4 (12.2.1).
Comments
Post a Comment