Browse Source

added JMS to overview

conversation
Thomas Risberg 16 years ago
parent
commit
51526d6541
  1. 5
      spring-framework-reference/src/overview.xml

5
spring-framework-reference/src/overview.xml

@ -192,10 +192,13 @@ @@ -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

Loading…
Cancel
Save