<?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/"
	>

<channel>
	<title>blog.atomikos.com</title>
	<atom:link href="http://blog.atomikos.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.atomikos.com</link>
	<description>The Atomikos Blog</description>
	<pubDate>Sun, 22 Aug 2010 19:05:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SOA: when to favor components over services</title>
		<link>http://blog.atomikos.com/2010/08/soa-when-to-favor-components-over-services/</link>
		<comments>http://blog.atomikos.com/2010/08/soa-when-to-favor-components-over-services/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 19:55:52 +0000</pubDate>
		<dc:creator>GuyPardon</dc:creator>
		
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=372</guid>
		<description><![CDATA[When implementing a service-oriented architecture (SOA), there is always the choice between components (included modules of reusable functionality) versus services (deployed once, reused by calls over the network).
How do you know which one to choose? There is a lot of things to consider, but these will give you a head-start:

if there is a need for [...]]]></description>
			<content:encoded><![CDATA[<p>When implementing a service-oriented architecture (SOA), there is always the choice between components (included modules of reusable functionality) versus services (deployed once, reused by calls over the network).</p>
<p>How do you know which one to choose? There is a lot of things to consider, but these will give you a head-start:</p>
<ul>
<li>if there is a need for different configuration parameters per consumer, favor a component</li>
<li>if performance of remote network calls is problematic, favor a component</li>
<li>if deploy-once is crucial, favor a service</li>
<li>if you have no control over the deployment parameters, favor a service (e.g., if the provider is a third party)</li>
<li>to dynamically switch between both, choose <a href="http://en.wikipedia.org/wiki/Service_component_architecture">service component architecture (SCA)</a></li>
</ul>
<p>Also, keep in mind that components require setting up the required infrastructure (database schema, queues, etc) for each deployment.</p>
<p>Probably most readers of this blog post will know about components, because you probably use <a href="http://www.atomikos.com/Main/TransactionsEssentials">TransactionsEssentials</a> as a component <img src='http://blog.atomikos.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/08/soa-when-to-favor-components-over-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The idempotent receiver myth</title>
		<link>http://blog.atomikos.com/2010/07/the-idempotent-receiver-myth/</link>
		<comments>http://blog.atomikos.com/2010/07/the-idempotent-receiver-myth/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 12:01:04 +0000</pubDate>
		<dc:creator>GuyPardon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=367</guid>
		<description><![CDATA[In an attempt to &#8216;increase performance&#8217;, many people will try to hack around in JMS - thereby falling into the idempotent receiver trap by checking for duplicate message receipt. The consequence: scalability actually degrades!
Fortunately, the best way to enjoy reliable messaging is also the simplest one, and it scales linearly.
]]></description>
			<content:encoded><![CDATA[<p>In an attempt to &#8216;increase performance&#8217;, many people will try to hack around in JMS - thereby falling into the <a href="http://www.atomikos.com/Publications/IdempotentJmsConsumerPitfalls">idempotent receiver trap</a> by checking for duplicate message receipt. The consequence: scalability actually degrades!</p>
<p>Fortunately, the best way to enjoy <a href="http://www.atomikos.com/Publications/ReliableJmsWithTransactions">reliable messaging</a> is also the simplest one, and it <a href="http://blog.atomikos.com/2008/08/unlimited-scaling-easy/">scales linearly</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/07/the-idempotent-receiver-myth/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Developing transactional J(2)EE apps with Spring</title>
		<link>http://blog.atomikos.com/2010/07/developing-transactional-j2ee-apps-with-spring/</link>
		<comments>http://blog.atomikos.com/2010/07/developing-transactional-j2ee-apps-with-spring/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 12:50:43 +0000</pubDate>
		<dc:creator>GuyPardon</dc:creator>
		
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=365</guid>
		<description><![CDATA[We&#8217;ve uploaded a slideshare presentation on developing transactional applications with Spring. Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve uploaded a slideshare presentation on <a href="http://www.slideshare.net/GuyPardon/transactions-with-spring">developing transactional applications with Spring</a>. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/07/developing-transactional-j2ee-apps-with-spring/feed/</wfw:commentRss>
		</item>
		<item>
		<title>On the cost of the appserver</title>
		<link>http://blog.atomikos.com/2010/07/on-the-cost-of-the-appserver/</link>
		<comments>http://blog.atomikos.com/2010/07/on-the-cost-of-the-appserver/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 06:32:04 +0000</pubDate>
		<dc:creator>GuyPardon</dc:creator>
		
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=362</guid>
		<description><![CDATA[Here is another excellent article about the cost of application servers, and why a paradigm shift is needed with lighter-weight alternatives:
http://www.tomcatexpert.com/blog/2010/06/03/migrating-jee-applications-tomcat-motivation-migrating
Interesting note: the author used to work at Bea, so he definitely knows what he is talking about;-)
]]></description>
			<content:encoded><![CDATA[<p>Here is another excellent article about the cost of application servers, and why a paradigm shift is needed with lighter-weight alternatives:</p>
<p><a href="http://www.tomcatexpert.com/blog/2010/06/03/migrating-jee-applications-tomcat-motivation-migrating">http://www.tomcatexpert.com/blog/2010/06/03/migrating-jee-applications-tomcat-motivation-migrating</a></p>
<p>Interesting note: the author used to work at Bea, so he definitely knows what he is talking about;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/07/on-the-cost-of-the-appserver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Light-weight JEE webapps</title>
		<link>http://blog.atomikos.com/2010/07/light-weight-jee-webapps/</link>
		<comments>http://blog.atomikos.com/2010/07/light-weight-jee-webapps/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 21:08:46 +0000</pubDate>
		<dc:creator>GuyPardon</dc:creator>
		
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=352</guid>
		<description><![CDATA[Check out http://www.tomcatexpert.com/blog/2010/07/07/how-migrate-jee-applications-tomcat for a nice discussion on how to migrate from jee to a light-weight alternative like Tomcat - with Atomikos for JTA if needed. 
Of course, you can also use Jetty from Webtide (which has Atomikos pre-integrated into the Hightide edition)&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://www.tomcatexpert.com/blog/2010/07/07/how-migrate-jee-applications-tomcat">http://www.tomcatexpert.com/blog/2010/07/07/how-migrate-jee-applications-tomcat</a> for a nice discussion on how to migrate from jee to a light-weight alternative like Tomcat - with Atomikos for JTA if needed. </p>
<p>Of course, you can also use <a href="http://www.webtide.com">Jetty from Webtide</a> (which has Atomikos pre-integrated into the <a href="http://www.webtide.com/resources/downloads.jsp">Hightide edition</a>)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/07/light-weight-jee-webapps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Integrating Atomikos with JPA/Hibernate, Spring, Infinispan and GWT</title>
		<link>http://blog.atomikos.com/2010/06/integrating-atomikos-with-jpahibernate-spring-infinispan-and-gwt/</link>
		<comments>http://blog.atomikos.com/2010/06/integrating-atomikos-with-jpahibernate-spring-infinispan-and-gwt/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 13:31:08 +0000</pubDate>
		<dc:creator>GuyPardon</dc:creator>
		
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=348</guid>
		<description><![CDATA[Check out this cool blog entry on how this can all work together.
DISCLAIMER: the suggested solution has not yet been verified by Atomikos&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://javacodegeeks.blogspot.com/2010/06/gwt-spring-and-hibernate-enter-world-of.html">this cool blog entry</a> on how this can all work together.</p>
<p>DISCLAIMER: the suggested solution has not yet been verified by Atomikos&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/06/integrating-atomikos-with-jpahibernate-spring-infinispan-and-gwt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Atomikos: Reliability for the Cloud</title>
		<link>http://blog.atomikos.com/2010/05/atomikos-reliability-for-the-cloud/</link>
		<comments>http://blog.atomikos.com/2010/05/atomikos-reliability-for-the-cloud/#comments</comments>
		<pubDate>Mon, 10 May 2010 14:28:29 +0000</pubDate>
		<dc:creator>GuyPardon</dc:creator>
		
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=336</guid>
		<description><![CDATA[The cloud phenomenon is an interesting one, and a natural evolution of the outsourcing model. While a lot is going on around cloud computing itself, little is being said about reliability.
Do clouds offer reliability? In a way yes: caching systems like Terracotta, Gemstone or Oracle&#8217;s Coherence offer a fail-safe mode for availability of your data [...]]]></description>
			<content:encoded><![CDATA[<p>The cloud phenomenon is an interesting one, and a natural evolution of the outsourcing model. While a lot is going on around cloud computing itself, little is being said about reliability.</p>
<p>Do clouds offer reliability? In a way yes: caching systems like <a href="http://www.terracotta.org">Terracotta</a>, <a href="http://www.gemstone.com">Gemstone</a> or Oracle&#8217;s <a href="http://www.oracle.com/technology/products/coherence/index.html">Coherence</a> offer a fail-safe mode for availability of your data in the form of caches. So if a cloud node goes down, chances are that a live copy of the data still exists somewhere else, which means that your process can continue working elsewhere. </p>
<p>All is fine (or mostly fine) if you are working with a single database and are processing, say, web requests in the cache. After all, if you only have one database and no other resources then you don&#8217;t even need something like a transaction manager (or Atomikos, for that matter). There are at least two situations where things change:</p>
<ul>
<li>If you queue cache updates to enable write-behind, then you find yourself in a queuing scenario and are processing jobs from a queue to a database. Enter distributed transactions.</li>
<li>If you are not processing web requests but rather get queued requests from the start. Enter distributed transactions.</li>
</ul>
<p>In both cases you should at least consider using a transaction manager. In both cases, Atomikos is a good choice for the following reasons:</p>
<ul>
<li>It&#8217;s open source (or at least our basic version is)</li>
<li>It&#8217;s very light-weight and easy to deploy (meaning it lends itself easily to cloud-oriented virtualized configurations)</li>
<li>It bundles over 10 years of experience and market leadership</li>
<li>It provides full crash recovery and all other bells and whistles - unlike many of the built-in solutions that you will find in a cache</li>
</ul>
<p>So in that way, Atomikos provides &#8220;reliability for the cloud&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/05/atomikos-reliability-for-the-cloud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TransactionsEssentials 3.6.5 released</title>
		<link>http://blog.atomikos.com/2010/04/transactionsessentials-365-released/</link>
		<comments>http://blog.atomikos.com/2010/04/transactionsessentials-365-released/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 10:04:51 +0000</pubDate>
		<dc:creator>GuyPardon</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=333</guid>
		<description><![CDATA[Hi,
We&#8217;ve just released TransactionsEssentials 3.6.5 - available as usual via our download page or via the Maven repo.
Cheers
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>We&#8217;ve just released TransactionsEssentials 3.6.5 - available as usual via our <a href="http://www.atomikos.com/Main/TransactionsEssentialsDownloadForm">download page</a> or via the Maven repo.</p>
<p>Cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/04/transactionsessentials-365-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick Update: Maven</title>
		<link>http://blog.atomikos.com/2010/04/quick-update-maven/</link>
		<comments>http://blog.atomikos.com/2010/04/quick-update-maven/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:40:49 +0000</pubDate>
		<dc:creator>atomikos</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=327</guid>
		<description><![CDATA[Our maven integration has not been the most fluent thing we ever did, but we now seem to have gained some traction in the right direction (thanks to community hints, some solid teamwork and hours of additional brain-storming). Here is a quick update on where we are: 

Upload to maven central is working but not [...]]]></description>
			<content:encoded><![CDATA[<p>Our maven integration has not been the most fluent thing we ever did, but we now seem to have gained some traction in the right direction (thanks to community hints, some solid teamwork and hours of additional brain-storming). Here is a quick update on where we are: </p>
<ul>
<li>Upload to maven central is working but not yet optimal (we&#8217;re working on that).</li>
<li>Meanwhile, we&#8217;re also re-evaluating our entire build environment to optimize for maven builds (i.e., switching from ant to maven entirely).</li>
<li>We&#8217;re also restructuring our SVN repository so it has optimal support for our business model.</li>
</ul>
<p>As you can see, we&#8217;re not afraid to throw away anything in our quest to improve things <img src='http://blog.atomikos.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Contrary to what I expected, going from ant to maven seems to simplify our build after all: maven seems to be maturing, and new team members tend to know maven better than ant.</p>
<p>All these changes have quite some impact on the architecture of our build ecosystem, so we can&#8217;t just do them overnight. However, we would like to have them ready before we bring out the next major new release(s). </p>
<p>Thank you for your patience!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/04/quick-update-maven/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TransactionsEssentials 3.6.4 released</title>
		<link>http://blog.atomikos.com/2010/04/transactionsessentials-364-released/</link>
		<comments>http://blog.atomikos.com/2010/04/transactionsessentials-364-released/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:29:31 +0000</pubDate>
		<dc:creator>atomikos</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.atomikos.com/?p=323</guid>
		<description><![CDATA[You can download here&#8230;
]]></description>
			<content:encoded><![CDATA[<p>You can download <a href="http://www.atomikos.com/Main/TransactionsEssentialsDownloadForm">here</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atomikos.com/2010/04/transactionsessentials-364-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
