<?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: Caching the Hot Stuff with Terracotta</title>
	<atom:link href="http://puredanger.com/kablooie/index.php/2008/10/06/caching-the-hot-stuff-with-terracotta/feed/" rel="self" type="application/rss+xml" />
	<link>http://puredanger.com/kablooie/2008/10/06/caching-the-hot-stuff-with-terracotta/</link>
	<description>Scott Bale's technical blog</description>
	<lastBuildDate>Tue, 26 Jul 2011 08:42:38 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Terris Linenbach</title>
		<link>http://puredanger.com/kablooie/2008/10/06/caching-the-hot-stuff-with-terracotta/comment-page-1/#comment-10770</link>
		<dc:creator>Terris Linenbach</dc:creator>
		<pubDate>Thu, 22 Oct 2009 23:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://puredanger.com/kablooie/2008/10/06/caching-the-hot-stuff-with-terracotta/#comment-10770</guid>
		<description>Interesting. If you have terracotta what do you need ehcache for?</description>
		<content:encoded><![CDATA[<p>Interesting. If you have terracotta what do you need ehcache for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://puredanger.com/kablooie/2008/10/06/caching-the-hot-stuff-with-terracotta/comment-page-1/#comment-4728</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 04 Dec 2008 16:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://puredanger.com/kablooie/2008/10/06/caching-the-hot-stuff-with-terracotta/#comment-4728</guid>
		<description>@Paul thanks for the comment.  We did actually investigate Spring Modules but decided against it because (a) if I recall, Spring Modules caches on a per-method basis, and one of our methods returned a Collection, so it wasn&#039;t a great fit, (b) a bunch of Spring Modules Maven dependencies weren&#039;t available on a public repository as of September, and (c) the Examinator is only a reference app, so we decided to take the straightforward route in this case.

I loved your recent blog about killing the db w/ Terracotta, by the way.</description>
		<content:encoded><![CDATA[<p>@Paul thanks for the comment.  We did actually investigate Spring Modules but decided against it because (a) if I recall, Spring Modules caches on a per-method basis, and one of our methods returned a Collection, so it wasn&#8217;t a great fit, (b) a bunch of Spring Modules Maven dependencies weren&#8217;t available on a public repository as of September, and (c) the Examinator is only a reference app, so we decided to take the straightforward route in this case.</p>
<p>I loved your recent blog about killing the db w/ Terracotta, by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Davis</title>
		<link>http://puredanger.com/kablooie/2008/10/06/caching-the-hot-stuff-with-terracotta/comment-page-1/#comment-4726</link>
		<dc:creator>Paul Davis</dc:creator>
		<pubDate>Thu, 04 Dec 2008 05:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://puredanger.com/kablooie/2008/10/06/caching-the-hot-stuff-with-terracotta/#comment-4726</guid>
		<description>Pretty cool. I&#039;ve done something similar but, I made the cache transparent to the application.

By using Spring and Spring Modules Cache, I was able to wrap caches around the interfaces for the service that used Hibernate.
https://springmodules.dev.java.net/docs/reference/0.8/html/cache.html

Just a few extra lines in the Spring config and the app is un-aware of the cache. If you want to get *really* crazy, you can pull the cache parameters from JNDI to allow fine tuning without rebuilding the application.</description>
		<content:encoded><![CDATA[<p>Pretty cool. I&#8217;ve done something similar but, I made the cache transparent to the application.</p>
<p>By using Spring and Spring Modules Cache, I was able to wrap caches around the interfaces for the service that used Hibernate.<br />
<a href="https://springmodules.dev.java.net/docs/reference/0.8/html/cache.html" rel="nofollow">https://springmodules.dev.java.net/docs/reference/0.8/html/cache.html</a></p>
<p>Just a few extra lines in the Spring config and the app is un-aware of the cache. If you want to get *really* crazy, you can pull the cache parameters from JNDI to allow fine tuning without rebuilding the application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.227 seconds -->

