added JMS to overview

This commit is contained in:
Thomas Risberg 2009-04-07 17:30:44 +00:00
parent fb8ec6ed97
commit 51526d6541
1 changed files with 4 additions and 1 deletions

View File

@ -192,10 +192,13 @@
offers, such as the simple declarative transaction management feature
mentioned previously.</para>
<para>The OXM module provides an abstraction layer for using a number of
<para>The <emphasis>OXM</emphasis> module provides an abstraction layer for using a number of
Object/XML mapping implementations. Supported technologies include JAXB,
Castor, XMLBeans, JiBX and XStream.</para>
<para>The <emphasis>JMS</emphasis> module provides Spring's support for the Java Messaging Service. It
contains features for both producing and consuming messages. </para>
<para>The Transaction module provides a way to do programmatic as well
as declarative transaction management, not only for classes implementing
special interfaces, but for <emphasis>all your POJOs (plain old Java