added JMS to overview
This commit is contained in:
parent
fb8ec6ed97
commit
51526d6541
|
|
@ -192,10 +192,13 @@
|
||||||
offers, such as the simple declarative transaction management feature
|
offers, such as the simple declarative transaction management feature
|
||||||
mentioned previously.</para>
|
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,
|
Object/XML mapping implementations. Supported technologies include JAXB,
|
||||||
Castor, XMLBeans, JiBX and XStream.</para>
|
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
|
<para>The Transaction module provides a way to do programmatic as well
|
||||||
as declarative transaction management, not only for classes implementing
|
as declarative transaction management, not only for classes implementing
|
||||||
special interfaces, but for <emphasis>all your POJOs (plain old Java
|
special interfaces, but for <emphasis>all your POJOs (plain old Java
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue