<?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>Greg Luck&#039;s Blog &#187; Open Source</title>
	<atom:link href="http://gregluck.com/blog/archives/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregluck.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 01:41:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Introducing Deliberate Caching</title>
		<link>http://gregluck.com/blog/archives/2011/11/introducing-deliberate-caching/</link>
		<comments>http://gregluck.com/blog/archives/2011/11/introducing-deliberate-caching/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 11:52:42 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=475</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2011/11/introducing-deliberate-caching/";</script>A few weeks ago I attended a ThoughtWorks Technology Radar seminar. I worked at ThoughtWorks for years and think if anyone knows what is trending up and down in software development these guys do. At number 17 in Techniques with a rising arrow is what they called Thoughtful Caching. At drinks with Scott Shaw, I [...]]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2011/11/introducing-deliberate-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terracotta acquired by Software AG</title>
		<link>http://gregluck.com/blog/archives/2011/05/terracotta-acquired-by-software-ag/</link>
		<comments>http://gregluck.com/blog/archives/2011/05/terracotta-acquired-by-software-ag/#comments</comments>
		<pubDate>Mon, 23 May 2011 05:41:35 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[jsr107]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=438</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2011/05/terracotta-acquired-by-software-ag/";</script>As you probably have heard, Terracotta has been acquired by Software AG. This is an exciting development for both companies. Ari Zilka, CTO of Terracotta has a comprehensive blog post detailing the acquisition and its implications. For me, it means I keep working for Terracotta, but now Terracotta is a wholly owned business unit within [...]]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2011/05/terracotta-acquired-by-software-ag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Holy Moly, Batman. Apple upgraded my Maven</title>
		<link>http://gregluck.com/blog/archives/2011/03/holy-moly-batman-apple-upgraded-my-maven/</link>
		<comments>http://gregluck.com/blog/archives/2011/03/holy-moly-batman-apple-upgraded-my-maven/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 01:17:33 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=407</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2011/03/holy-moly-batman-apple-upgraded-my-maven/";</script>I ran a Maven build this morning and it broke. Strange, as I had not changed anything. Maven&#8217;s ability to simply break because of a change to a non-versioned dependency or even more arcane, a versioned dependency with a non-versioned dependency of it&#8217;s own (a transitive dependency) is legendary.  So I thought that was the [...]]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2011/03/holy-moly-batman-apple-upgraded-my-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News on JSR107 (JCACHE) and JSR342 (Java EE 7)</title>
		<link>http://gregluck.com/blog/archives/2011/03/news-on-jsr107-jcache-and-jsr342-java-ee-7/</link>
		<comments>http://gregluck.com/blog/archives/2011/03/news-on-jsr107-jcache-and-jsr342-java-ee-7/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 01:48:32 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=405</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2011/03/news-on-jsr107-jcache-and-jsr342-java-ee-7/";</script>JSR342 JSR342 was created on 14 March 2011. JSR107, or JCACHE, is included: In JSR342&#8242;s words: The following new JSRs will be candidates for inclusion in the Java EE 7 platform: Concurrency Utilities for Java EE (JSR-236) JCache (JSR-107) &#8230; Isn&#8217;t JSR107 inactive? But how could this happen if JSR107 is inactive? Well the answer [...]]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2011/03/news-on-jsr107-jcache-and-jsr342-java-ee-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google Tech Talk: The Essence of Caching</title>
		<link>http://gregluck.com/blog/archives/2011/03/new-google-tech-talk-the-essence-of-caching/</link>
		<comments>http://gregluck.com/blog/archives/2011/03/new-google-tech-talk-the-essence-of-caching/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 23:47:26 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=399</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2011/03/new-google-tech-talk-the-essence-of-caching/";</script>Check out my Google Tech Talk on The Essence of Caching: http://www.youtube.com/watch?v=TszcAWgCXD0]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2011/03/new-google-tech-talk-the-essence-of-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ehcache 2.4 with the new Search feature is out!</title>
		<link>http://gregluck.com/blog/archives/2011/02/ehcache-2-4-with-the-new-search-feature-is-out/</link>
		<comments>http://gregluck.com/blog/archives/2011/02/ehcache-2-4-with-the-new-search-feature-is-out/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 18:46:44 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=392</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2011/02/ehcache-2-4-with-the-new-search-feature-is-out/";</script>Ehcache 2.4 launches today. The big new feature right in the core of Ehcache 2.4 is Search. It uses a new fluent API which looks like this: Results results = cache.createQuery().includeKeys().addCriteria(age.eq(32).and(gender.eq(&#8220;male&#8221;))).execute(); In short, it lets you further offload the database. With Ehcache now supporting up to 2TB and linear scale-out you can do more than ever. What is [...]]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2011/02/ehcache-2-4-with-the-new-search-feature-is-out/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What I am Reading This Xmas</title>
		<link>http://gregluck.com/blog/archives/2010/12/what-i-am-reading-this-xmas/</link>
		<comments>http://gregluck.com/blog/archives/2010/12/what-i-am-reading-this-xmas/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 02:05:52 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=378</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2010/12/what-i-am-reading-this-xmas/";</script>I thought I would share a few of the topics I am reading: Xmas Research//Distributed  Systems The Datacenter as a Computer: An Introduction to the Design of Warehouse-Scale Machines Luiz André Barroso and Urs Hölzle 2009- s00193ed1v01y200905cac006.pdf Lessons from Giant-Scale Services, Eric Brewer 2001 Xmas Research//Distributed  Systems/untitled folder Xmas Research//Distributed Hashtable Xmas Research//Distributed Hashtable/Chord (peer-to-peer) [...]]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2010/12/what-i-am-reading-this-xmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where did Hibernate SVN go?</title>
		<link>http://gregluck.com/blog/archives/2010/12/where-did-hibernate-svn-go/</link>
		<comments>http://gregluck.com/blog/archives/2010/12/where-did-hibernate-svn-go/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 03:58:31 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=375</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2010/12/where-did-hibernate-svn-go/";</script>For those of you looking for the older Hibernate Subversion repository it is here: http://anonsvn.jboss.org/repos/hibernate/core/trunk/ It is now on GitHub, but the older SVN is still useful for legacy.]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2010/12/where-did-hibernate-svn-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ehcache: The Year In Review</title>
		<link>http://gregluck.com/blog/archives/2010/12/ehcache-the-year-in-review/</link>
		<comments>http://gregluck.com/blog/archives/2010/12/ehcache-the-year-in-review/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 08:36:45 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=366</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2010/12/ehcache-the-year-in-review/";</script>Is it that time of year again. A time for reflection and of New Year&#8217;s resolutions. I therefore thought this was good time to reflect on what has been happening with Ehcache. Ehcache and Terracotta got together in August 2009. We got our first combined release done with Ehcache backed by Terracotta three months later. [...]]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2010/12/ehcache-the-year-in-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to find Ehcache and Terracotta Webinars and Presentations</title>
		<link>http://gregluck.com/blog/archives/2010/12/how-to-find-ehcache-and-terracotta-webinars-and-presentations/</link>
		<comments>http://gregluck.com/blog/archives/2010/12/how-to-find-ehcache-and-terracotta-webinars-and-presentations/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 07:49:01 +0000</pubDate>
		<dc:creator>Greg Luck</dc:creator>
				<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gregluck.com/blog/?p=369</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://gregluck.com/blog/archives/2010/12/how-to-find-ehcache-and-terracotta-webinars-and-presentations/";</script>After many requests we have extracted our talks out of the mess that is Webex and have started posting them to ScreenCast. From there you can easily watch them without any sign in rubbish or embed them. See http://www.screencast.com/users/Terracotta]]></description>
		<wfw:commentRss>http://gregluck.com/blog/archives/2010/12/how-to-find-ehcache-and-terracotta-webinars-and-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

