<?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: Understanding Groovy Categories</title>
	<atom:link href="http://blog.lucastex.com/2009/05/02/understanding-groovy-categories/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lucastex.com/2009/05/02/understanding-groovy-categories/</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 11:39:46 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lucastex</title>
		<link>http://blog.lucastex.com/2009/05/02/understanding-groovy-categories/comment-page-1/#comment-195</link>
		<dc:creator>lucastex</dc:creator>
		<pubDate>Mon, 04 May 2009 20:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucastex.com/?p=384#comment-195</guid>
		<description>@Dan,

You&#039;re right, you&#039;ll only get Categories working with static methods. Remember, it applies new methods to your class, but &#039;helper&#039;, &#039;transformation&#039;, or even light methods, not &#039;core&#039; methods (imo, the ones that should care on your instance objects). 

:)</description>
		<content:encoded><![CDATA[<p>@Dan,</p>
<p>You&#8217;re right, you&#8217;ll only get Categories working with static methods. Remember, it applies new methods to your class, but &#8216;helper&#8217;, &#8216;transformation&#8217;, or even light methods, not &#8216;core&#8217; methods (imo, the ones that should care on your instance objects). </p>
<p> <img src='http://blog.lucastex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucastex</title>
		<link>http://blog.lucastex.com/2009/05/02/understanding-groovy-categories/comment-page-1/#comment-194</link>
		<dc:creator>lucastex</dc:creator>
		<pubDate>Mon, 04 May 2009 20:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucastex.com/?p=384#comment-194</guid>
		<description>@Raphael

with modifier only uses the proper class methods, in the &quot;with&quot; post, all method used inside the { } are available in the class, and with categories, the method show are not in the Date class, but in the Category one... Got it?

:)</description>
		<content:encoded><![CDATA[<p>@Raphael</p>
<p>with modifier only uses the proper class methods, in the &#8220;with&#8221; post, all method used inside the { } are available in the class, and with categories, the method show are not in the Date class, but in the Category one&#8230; Got it?</p>
<p> <img src='http://blog.lucastex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.lucastex.com/2009/05/02/understanding-groovy-categories/comment-page-1/#comment-193</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 04 May 2009 20:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucastex.com/?p=384#comment-193</guid>
		<description>In the past categories in groovy could only be static methods, which causes threading issues.
Do you know if anything&#039;s changed? What are the implications of using categories in a muti-threaded environment?</description>
		<content:encoded><![CDATA[<p>In the past categories in groovy could only be static methods, which causes threading issues.<br />
Do you know if anything&#8217;s changed? What are the implications of using categories in a muti-threaded environment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://blog.lucastex.com/2009/05/02/understanding-groovy-categories/comment-page-1/#comment-189</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Sat, 02 May 2009 20:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucastex.com/?p=384#comment-189</guid>
		<description>That&#039;s so similar to &#039;with&#039; that got me confused for a little while. 

Groovy is awesome. Thanks for the tip LT.</description>
		<content:encoded><![CDATA[<p>That&#8217;s so similar to &#8216;with&#8217; that got me confused for a little while. </p>
<p>Groovy is awesome. Thanks for the tip LT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bodyc</title>
		<link>http://blog.lucastex.com/2009/05/02/understanding-groovy-categories/comment-page-1/#comment-188</link>
		<dc:creator>Bodyc</dc:creator>
		<pubDate>Sat, 02 May 2009 19:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucastex.com/?p=384#comment-188</guid>
		<description>Hi, blog.lucastex.com - da best. Keep it going!</description>
		<content:encoded><![CDATA[<p>Hi, blog.lucastex.com &#8211; da best. Keep it going!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

