From 41ae9cfc1861ca6a9c33b90bb618d1d65628c74c Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Tue, 7 Apr 2009 17:30:44 +0000 Subject: [PATCH] added JMS to overview git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@940 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/overview.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-framework-reference/src/overview.xml b/spring-framework-reference/src/overview.xml index cc890eec3c8..618d711725e 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