added/modified some links

This commit is contained in:
Thomas Risberg
2009-04-14 14:12:28 +00:00
parent 6fc16d1e33
commit ab52fdf07b
2 changed files with 4 additions and 6 deletions

View File

@@ -192,14 +192,14 @@
offers, such as the simple declarative transaction management feature
mentioned previously.</para>
<para>The <emphasis>OXM</emphasis> module provides an abstraction layer for using a number of
<para>The <link linkend="oxm">OXM</link> 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
<para>The <link linkend="jms">JMS</link> 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 <link linkend="transaction">Transaction</link> 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
objects)</emphasis>.</para>