added JMS to overview
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@940 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
ec3c3f3c56
commit
41ae9cfc18
|
|
@ -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