<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Four paths to parallelism with Java</title>
	<atom:link href="http://insidehpc.com/2008/12/08/four-paths-to-parallelism-with-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://insidehpc.com/2008/12/08/four-paths-to-parallelism-with-java/</link>
	<description>HPC News Without the Noise for Supercomputing Professionals &#124; insideHPC</description>
	<lastBuildDate>Sun, 09 Jun 2013 01:54:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: John West</title>
		<link>http://insidehpc.com/2008/12/08/four-paths-to-parallelism-with-java/#comment-126739</link>
		<dc:creator>John West</dc:creator>
		<pubDate>Tue, 09 Dec 2008 20:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://insidehpc.com/?p=3209#comment-126739</guid>
		<description>Orion: thanks. Just curious, do you have any pointers to or experiences with using Terracotta in a scientific programming example?</description>
		<content:encoded><![CDATA[<p>Orion: thanks. Just curious, do you have any pointers to or experiences with using Terracotta in a scientific programming example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orion Letizi</title>
		<link>http://insidehpc.com/2008/12/08/four-paths-to-parallelism-with-java/#comment-126689</link>
		<dc:creator>Orion Letizi</dc:creator>
		<pubDate>Tue, 09 Dec 2008 16:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://insidehpc.com/?p=3209#comment-126689</guid>
		<description>While it&#039;s true that familiarity with concurrent programming principles is needed to make full use of all of Terracotta&#039;s developer-facing features, the extensive library of Terracotta Integration Modules (TIMs) for use with third-party technologies allows many people to make use of Terracotta *without* needing to know anything about concurrent programming.

This can be seen to great effect in &lt;a href=&quot;http://www.terracotta.org/examinator&quot; rel=&quot;nofollow&quot;&gt;the high-scale reference web application&lt;/a&gt; we built to show how Terracotta is used in a real-world scenario. When you look at the code to examinator, you&#039;ll find very little concurrency-aware code. All of the concurrency is handled inside the various TIMs used by the application (e.g., Spring Webflow, Spring MVC, Spring Security, ...).

You can see a full list of available TIMs here:

  http://terracotta.org/web/display/orgsite/Integration+Guides

Like Terracotta itself, all of these TIMs are open source free for use in production.</description>
		<content:encoded><![CDATA[<p>While it&#8217;s true that familiarity with concurrent programming principles is needed to make full use of all of Terracotta&#8217;s developer-facing features, the extensive library of Terracotta Integration Modules (TIMs) for use with third-party technologies allows many people to make use of Terracotta *without* needing to know anything about concurrent programming.</p>
<p>This can be seen to great effect in <a href="http://www.terracotta.org/examinator" rel="nofollow">the high-scale reference web application</a> we built to show how Terracotta is used in a real-world scenario. When you look at the code to examinator, you&#8217;ll find very little concurrency-aware code. All of the concurrency is handled inside the various TIMs used by the application (e.g., Spring Webflow, Spring MVC, Spring Security, &#8230;).</p>
<p>You can see a full list of available TIMs here:</p>
<p>  <a href="http://terracotta.org/web/display/orgsite/Integration+Guides" rel="nofollow">http://terracotta.org/web/display/orgsite/Integration+Guides</a></p>
<p>Like Terracotta itself, all of these TIMs are open source free for use in production.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
