added link to Dave's transaction article
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1426 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
08f96f6719
commit
bd94b102e4
|
|
@ -1956,6 +1956,11 @@ txManager.commit(status);]]></programlisting>
|
|||
<title>Further Resources</title>
|
||||
<para>Find below links to further resources about the Spring Framework's transaction support.</para>
|
||||
<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>
|
||||
<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
|
||||
|
|
|
|||
Loading…
Reference in New Issue