<?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 for CoffeeSix.com</title>
	<atom:link href="http://www.coffeesix.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coffeesix.com</link>
	<description>caffeine-powered development</description>
	<lastBuildDate>Mon, 27 Dec 2010 06:13:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Intro to Ehcache Server and RESTful Web Services by ehcache.net</title>
		<link>http://www.coffeesix.com/2010/05/intro-to-ehcache-server-and-restful-web-services/comment-page-1/#comment-88</link>
		<dc:creator>ehcache.net</dc:creator>
		<pubDate>Mon, 27 Dec 2010 06:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=334#comment-88</guid>
		<description>&lt;strong&gt;Intro to Ehcache Server and RESTful Web Services – ehcache web service...&lt;/strong&gt;

An out-of-process caching mechanism can seriously help reduce load on your servers and databases. Ehcache provides a very simple, yet powerful, way to cache data and is a system that should be seriously considered when making a caching decision....</description>
		<content:encoded><![CDATA[<p><strong>Intro to Ehcache Server and RESTful Web Services – ehcache web service&#8230;</strong></p>
<p>An out-of-process caching mechanism can seriously help reduce load on your servers and databases. Ehcache provides a very simple, yet powerful, way to cache data and is a system that should be seriously considered when making a caching decision&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed Cache with ColdFusion 9.0.1 by Michael Flach</title>
		<link>http://www.coffeesix.com/2010/07/distributed-cache-with-coldfusion-9-0-1/comment-page-1/#comment-73</link>
		<dc:creator>Michael Flach</dc:creator>
		<pubDate>Mon, 01 Nov 2010 20:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=362#comment-73</guid>
		<description>Hello,

Did anyone else here experience the following error setting up Terracotta with CF?

Unable to load class net.sf.ehcache.terracotta.StandaloneTerracottaClusteredInstanceFactory. Initial cause was com/tc/config/schema/beanfactory/ConfigBeanFactory 

I get this error on a  CacheGet call.

Terracotta installed without incident and the ehcache.xml was edited as per this article.  

The only bean in net.sf.ehcache.terracotta  is ClusteredInstanceFactory.

Any help would be greatly appreciated!

Regards,
Mike</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Did anyone else here experience the following error setting up Terracotta with CF?</p>
<p>Unable to load class net.sf.ehcache.terracotta.StandaloneTerracottaClusteredInstanceFactory. Initial cause was com/tc/config/schema/beanfactory/ConfigBeanFactory </p>
<p>I get this error on a  CacheGet call.</p>
<p>Terracotta installed without incident and the ehcache.xml was edited as per this article.  </p>
<p>The only bean in net.sf.ehcache.terracotta  is ClusteredInstanceFactory.</p>
<p>Any help would be greatly appreciated!</p>
<p>Regards,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed Cache with ColdFusion 9.0.1 by Ben Krueger</title>
		<link>http://www.coffeesix.com/2010/07/distributed-cache-with-coldfusion-9-0-1/comment-page-1/#comment-68</link>
		<dc:creator>Ben Krueger</dc:creator>
		<pubDate>Wed, 29 Sep 2010 21:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=362#comment-68</guid>
		<description>I&#039;m trying to get this up and running but am encountering trouble when I change the virtual paths in the jvm.config to absolute paths.  Has anyone successfully set this up on a CF standalone installation in a windows environment?  If so can you share the changes you made to the jvm.config -Dcoldfusion.classpath section to make it all work?

Thanks,

-Ben</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get this up and running but am encountering trouble when I change the virtual paths in the jvm.config to absolute paths.  Has anyone successfully set this up on a CF standalone installation in a windows environment?  If so can you share the changes you made to the jvm.config -Dcoldfusion.classpath section to make it all work?</p>
<p>Thanks,</p>
<p>-Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed Cache with ColdFusion 9.0.1 by Adam Bellas</title>
		<link>http://www.coffeesix.com/2010/07/distributed-cache-with-coldfusion-9-0-1/comment-page-1/#comment-57</link>
		<dc:creator>Adam Bellas</dc:creator>
		<pubDate>Sat, 28 Aug 2010 03:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=362#comment-57</guid>
		<description>I&#039;m doing a lot of digging around the net this week to no avail so far, looking for the answer to this question:

How does one connect TWO ColdFusion 9.0.1 instances, say on different servers, to the same Ehcache Terracotta cluster in such a way that allows them to share cache objects?  Specifically with Hibernate, but at this point I&#039;ll take the standard object cache.

I&#039;m seeing each application on each instance construct it&#039;s own instance of the cache manager, which just isn&#039;t helpful toward the goal of having an EntitySave() on server A update the same cached instance that server B is going to attempt to hit.

Any ideas/leads/etc?  Any help would be so greatly appreciated, as was this post when I was starting out not long ago with this technology.</description>
		<content:encoded><![CDATA[<p>I&#8217;m doing a lot of digging around the net this week to no avail so far, looking for the answer to this question:</p>
<p>How does one connect TWO ColdFusion 9.0.1 instances, say on different servers, to the same Ehcache Terracotta cluster in such a way that allows them to share cache objects?  Specifically with Hibernate, but at this point I&#8217;ll take the standard object cache.</p>
<p>I&#8217;m seeing each application on each instance construct it&#8217;s own instance of the cache manager, which just isn&#8217;t helpful toward the goal of having an EntitySave() on server A update the same cached instance that server B is going to attempt to hit.</p>
<p>Any ideas/leads/etc?  Any help would be so greatly appreciated, as was this post when I was starting out not long ago with this technology.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed Cache with ColdFusion 9.0.1 by Mike Brunt</title>
		<link>http://www.coffeesix.com/2010/07/distributed-cache-with-coldfusion-9-0-1/comment-page-1/#comment-41</link>
		<dc:creator>Mike Brunt</dc:creator>
		<pubDate>Sat, 24 Jul 2010 20:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=362#comment-41</guid>
		<description>Thanks for this post it is informative and timely in my opinion.  In our day to day performance work, we were already encountering more uses on external caching, mainly memcached though.  I think the inclusion of EHCACHE in CF9 and now the latest version of EHCACHE in the 9.0.1 updater gives us a really great opportunity to scale up CF Applications more easily.  Dan Wilson and myself along with Mike Allen from EHCACHE will be talking about CF and EHCACHE at CFUnited so once again thanks for posting this piece.</description>
		<content:encoded><![CDATA[<p>Thanks for this post it is informative and timely in my opinion.  In our day to day performance work, we were already encountering more uses on external caching, mainly memcached though.  I think the inclusion of EHCACHE in CF9 and now the latest version of EHCACHE in the 9.0.1 updater gives us a really great opportunity to scale up CF Applications more easily.  Dan Wilson and myself along with Mike Allen from EHCACHE will be talking about CF and EHCACHE at CFUnited so once again thanks for posting this piece.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to Ehcache Server and RESTful Web Services by Adrian</title>
		<link>http://www.coffeesix.com/2010/05/intro-to-ehcache-server-and-restful-web-services/comment-page-1/#comment-22</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 01 Jun 2010 21:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=334#comment-22</guid>
		<description>@Henry Ho I&#039;m pretty sure you&#039;re correct Henry, though I developed the code to be somewhat backwards-compatible, but it&#039;s worth a shot if you&#039;re on CF9 and would likely reduce overhead (don&#039;t quote me on it).</description>
		<content:encoded><![CDATA[<p>@Henry Ho I&#8217;m pretty sure you&#8217;re correct Henry, though I developed the code to be somewhat backwards-compatible, but it&#8217;s worth a shot if you&#8217;re on CF9 and would likely reduce overhead (don&#8217;t quote me on it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to Ehcache Server and RESTful Web Services by Henry Ho</title>
		<link>http://www.coffeesix.com/2010/05/intro-to-ehcache-server-and-restful-web-services/comment-page-1/#comment-21</link>
		<dc:creator>Henry Ho</dc:creator>
		<pubDate>Tue, 01 Jun 2010 19:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=334#comment-21</guid>
		<description>Would ObjectSave() and ObjectLoad() in CF9 work?  Maybe we don&#039;t need to use the java streams?</description>
		<content:encoded><![CDATA[<p>Would ObjectSave() and ObjectLoad() in CF9 work?  Maybe we don&#8217;t need to use the java streams?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to Ehcache Server and RESTful Web Services by Rob Brooks-Bilson</title>
		<link>http://www.coffeesix.com/2010/05/intro-to-ehcache-server-and-restful-web-services/comment-page-1/#comment-20</link>
		<dc:creator>Rob Brooks-Bilson</dc:creator>
		<pubDate>Sun, 30 May 2010 23:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=334#comment-20</guid>
		<description>Good stuff Adrian - and super simple to get setup and running with your instructions.</description>
		<content:encoded><![CDATA[<p>Good stuff Adrian &#8211; and super simple to get setup and running with your instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Su-Lin</title>
		<link>http://www.coffeesix.com/about/comment-page-1/#comment-19</link>
		<dc:creator>Su-Lin</dc:creator>
		<pubDate>Tue, 18 May 2010 14:25:43 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-19</guid>
		<description>I have no idea what you&#039;re writing about but great blog! :D</description>
		<content:encoded><![CDATA[<p>I have no idea what you&#8217;re writing about but great blog! <img src='http://www.coffeesix.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting to know the HtmlHelperProperty by Peter J. Farrell</title>
		<link>http://www.coffeesix.com/2010/01/getting-to-know-the-htmlhelperproperty/comment-page-1/#comment-8</link>
		<dc:creator>Peter J. Farrell</dc:creator>
		<pubDate>Tue, 09 Feb 2010 23:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeesix.com/?p=22#comment-8</guid>
		<description>This is great! You could also use the new view tag library and convert:

&lt;cfset getProperty(&#039;html&#039;).addJavascript(&#039;jquery.js&#039;) /&gt;

To:

&lt;view:script src=&quot;jquery&quot;/&gt;

Mach-II will use the shortcut file name system and append the file name and look up the directory for the javascript file.  Even cleaner!</description>
		<content:encoded><![CDATA[<p>This is great! You could also use the new view tag library and convert:</p>
<p>&lt;cfset getProperty(&#8216;html&#8217;).addJavascript(&#8216;jquery.js&#8217;) /&gt;</p>
<p>To:</p>
<p>&lt;view:script src=&#8221;jquery&#8221;/&gt;</p>
<p>Mach-II will use the shortcut file name system and append the file name and look up the directory for the javascript file.  Even cleaner!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

