added link to Dave's transaction article

master
Thomas Risberg 15 years ago
parent abc47e56bd
commit 05e3c00a98
  1. 5
      spring-framework-reference/src/transaction.xml

@ -1956,6 +1956,11 @@ txManager.commit(status);]]></programlisting>
<title>Further Resources</title> <title>Further Resources</title>
<para>Find below links to further resources about the Spring Framework's transaction support.</para> <para>Find below links to further resources about the Spring Framework's transaction support.</para>
<itemizedlist> <itemizedlist>
<listitem>
<para><ulink url="http://www.javaworld.com/javaworld/jw-01-2009/jw-01-spring-transactions.html">Distributed transactions in Spring, with and without XA</ulink>
is a JavaWorld feature where SpringSource's David Syer guides you through seven patterns for distributed transactions in Spring applications, three of them with XA
and four without.</para>
</listitem>
<listitem> <listitem>
<para><ulink url="http://www.infoq.com/minibooks/JTDS">Java Transaction Design Strategies</ulink> <para><ulink url="http://www.infoq.com/minibooks/JTDS">Java Transaction Design Strategies</ulink>
is a book available from <ulink url="http://www.infoq.com/">InfoQ</ulink> that provides a well-paced is a book available from <ulink url="http://www.infoq.com/">InfoQ</ulink> that provides a well-paced

Loading…
Cancel
Save