If you are looking for it in the interim you can find it here:
http://docs.oracle.com/cd/E23943_01/wls.htm
While this is predominantly a patchset, there are a number of new features listed in the What's New in WebLogic Server document.
Some worthy examples are:
- Java SE 7 support
- Storing transaction logs (TLOG) in a database
- GlassFish web deployment descriptor support
- Enable RESTful Web Services with JAX-RS and Jersey 1.9
- DataSource changes to support setting credentials on a connection and using proxy connections
- Application scoped JDBC drivers, where a JDBC driver can be deployed within an EAR file
3 comments:
Hi,
can I use JAX-RS 2.0 (v 2.4.1) shared library on Weblogic 10.3.6.0.6 or is it better to use the latest v1 (1.17.1.)
Can I expect some problems.
thanks Edwin
Hey Edwin --
We've not done any level of testing with JAX-RS 2.0 on WLS 10.3.x that I'm aware of.
For WLS 10.3.6 there's a jax-rs shared-library that we include in the distribution which provides a packaged up Jersey 1.x version for you to use. I don't recall the specific version of Jersey it used.
FWIW we are intending to provide JAX-RS 2.0 as an optional API on WLS 12.1.3. We had to do some level of integration work for this, although I'm not across the specific details. I know it required some configuration of the filtering classloader to allow it to override the default JAX-RS 1.1 version as well as some integration points for CDI on WLS.
cheers
-steve-
thanks,
I think version 2.4.1 relies on servlet 3.0, maybe this is too much for wls 10.3.6 so I used the latest release 1 version 1.17 ( as a shared library). this will replace the old default 1.0.9
Cheers Edwin
Post a Comment