<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>spiros.blog() &#187; Databases</title>
	<atom:link href="http://www.tzavellas.com/techblog/tag/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tzavellas.com/techblog</link>
	<description>Spiros Tzavellas’s blog, mostly on software development and Java.</description>
	<lastBuildDate>Sun, 22 Aug 2010 20:25:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Distributed Transactions in Java</title>
		<link>http://www.tzavellas.com/techblog/2006/02/21/distributed-transactions-in-java/</link>
		<comments>http://www.tzavellas.com/techblog/2006/02/21/distributed-transactions-in-java/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 14:49:03 +0000</pubDate>
		<dc:creator>spiros</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Distributed]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Transactions]]></category>

		<guid isPermaLink="false">http://www.tzavellas.com/techblog/?p=44</guid>
		<description><![CDATA[If you are interested in distributed transactions checkout the talk Demystifying Java Technology Transaction Processing by Jon Maron, Mark Little and Greg Pavlik. The talk was given at JavaOne 2004 and it available online for the Sun Developer Network members (you can be a member with a free registration). Mike Spille has also written a [...]]]></description>
			<content:encoded><![CDATA[<p>If you are interested in distributed transactions checkout the talk <a href="http://developers.sun.com/learning/javaoneonline/2004/coreenterprise/TS-1448.html">Demystifying Java Technology Transaction Processing</a> by Jon Maron, <a href="http://markclittle.blogspot.com/">Mark Little</a> and Greg Pavlik. The talk was given at <a href="http://developers.sun.com/learning/javaoneonline/">JavaOne 2004</a> and it available online for the <a href="http://developers.sun.com/">Sun Developer Network</a> members (you can be a member with a free registration).</p>
<p><a href="http://jroller.com/page/pyrasun/">Mike Spille</a> has also written a <a href="http://jroller.com/page/pyrasun?catname=%2FXA">series</a> of excellent articles on his <a href="http://jroller.com/page/pyrasun/">blog</a> about XA transactions, that provide many details on how distributed transactions work in a J2EE environment. I really like the information on failures and failure recovery and I believe that every J2EE developer should know this stuff.</p>
<p>From the open source database servers, if I am correct, only <a href="http://dev.mysql.com/doc/refman/5.0/en/xa.html">MySQL 5</a> and <a href="http://db.apache.org/derby/">Apache Derby</a> support the XA protocol, so that they can be enlisted in a 2PC transaction, and unfortunately MySQL has some very serious <a href="http://www.jroller.com/page/maximdim?entry=mysql_5_and_support_for">limitations</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tzavellas.com/techblog/2006/02/21/distributed-transactions-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
