diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 9ebb20528a..58de8da5b0 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -375,9 +375,7 @@ public class AppConfig{ 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 that projects reference - documentation. + in the Marshalling XML using O/X Mappers chapter. Refer to the section on REST support for more information. diff --git a/spring-framework-reference/src/overview.xml b/spring-framework-reference/src/overview.xml index 618d711725..35ba638086 100644 --- a/spring-framework-reference/src/overview.xml +++ b/spring-framework-reference/src/overview.xml @@ -192,14 +192,14 @@ offers, such as the simple declarative transaction management feature mentioned previously. - The OXM module provides an abstraction layer for using a number of + The OXM module provides an abstraction layer for using a number of Object/XML mapping implementations. Supported technologies include JAXB, Castor, XMLBeans, JiBX and XStream. - The JMS module provides Spring's support for the Java Messaging Service. It + The JMS module provides Spring's support for the Java Messaging Service. It contains features for both producing and consuming messages. - The Transaction module provides a way to do programmatic as well + The Transaction module provides a way to do programmatic as well as declarative transaction management, not only for classes implementing special interfaces, but for all your POJOs (plain old Java objects).