<?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: Dynamic Groovy Pt. 1</title>
	<atom:link href="http://www.thorsten-kamann.de/2009/06/03/dynamic-groovy-part1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thorsten-kamann.de/2009/06/03/dynamic-groovy-part1/</link>
	<description>About architecture, development, quality and more</description>
	<lastBuildDate>Sat, 15 Jan 2011 21:56:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: thorque</title>
		<link>http://www.thorsten-kamann.de/2009/06/03/dynamic-groovy-part1/#comment-44</link>
		<dc:creator>thorque</dc:creator>
		<pubDate>Thu, 19 Nov 2009 14:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thorsten-kamann.de/wordpress/?p=181#comment-44</guid>
		<description>hmm...i think you can put it in one of the bootstrap files.</description>
		<content:encoded><![CDATA[<p>hmm&#8230;i think you can put it in one of the bootstrap files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Doyle</title>
		<link>http://www.thorsten-kamann.de/2009/06/03/dynamic-groovy-part1/#comment-43</link>
		<dc:creator>Brian Doyle</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thorsten-kamann.de/wordpress/?p=181#comment-43</guid>
		<description>I&#039;m new to Grails and I want to do something like this:

String.metaClass.toFirstUpper &lt;&lt; {
	delegate[0].toUpperCase() + delegate.substring(1)
}

Do you know what file I can put that in for it to take effect when running Grails?  Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to Grails and I want to do something like this:</p>
<p>String.metaClass.toFirstUpper &lt;&lt; {<br />
	delegate[0].toUpperCase() + delegate.substring(1)<br />
}</p>
<p>Do you know what file I can put that in for it to take effect when running Grails?  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

