diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 58de8da5b0..08750970b1 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -174,6 +174,10 @@ IoC enhancements/Java based bean metadata + + Object to XML mapping functionality (OXM) moved from Spring Web Services project + + Comprehensive REST support @@ -349,12 +353,25 @@ public class AppConfig{ linkend="beans-factorybeans-annotations">Factory Bean Definitions using annotations for more information - + + +
+ The Data Tier + + Object to XML mapping functionality (OXM) from the Spring Web Services project have + been moved to the core Spring Framework now. The functionality is found in the + org.springframework.oxm package. More information on + the use of the OXM can be found + in the Marshalling XML using O/X Mappers chapter. + +
The Web Tier - Work in progress ... + The most exciting new feature for the Web Tier is the support for building + RESTful web services and web applications. There are also some new annotations that + can be used in any web application.
Comprehensive REST support @@ -371,14 +388,11 @@ public class AppConfig{ and replies. The MarhsallingHttpMessageConverter uses - the Object to XML mapping functionality in the - org.springframework.oxm package. This functionality - had previously been part of Spring Web Services. More information on - the use of the org.springframework.oxm can be found - in the Marshalling XML using O/X Mappers chapter. + the Object to XML mapping functionality mentioned earlier. Refer to the section on REST support for more information. +
@@ -392,7 +406,6 @@ public class AppConfig{ linkend="mvc-ann-requestheader">Mapping request header attributes with the @RequestHeader annotation for more information. - Work in progress ...
@@ -401,15 +414,18 @@ public class AppConfig{ Hibernate Validator, JSR 303 - Work in progress... + Work in progress... not part of the Spring 3.0 M3 release.
Early support for Java EE 6 - JSF 2.0, JPA 2.0, etc + We provide support for asynchronous method invocations through the use of + the new @Async annotation (or EJB 3.1's @Asynchronous annotation). + + JSF 2.0, JPA 2.0, etc - Work in progress... + Work in progress... not part of the Spring 3.0 M3 release.
\ No newline at end of file