diff --git a/spring-framework-reference/src/overview.xml b/spring-framework-reference/src/overview.xml index cc890eec3c..618d711725 100644 --- a/spring-framework-reference/src/overview.xml +++ b/spring-framework-reference/src/overview.xml @@ -192,10 +192,13 @@ 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 + contains features for both producing and consuming messages. + 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