<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JavaDude&#039;s Groovy Snippets and Tutorials</title>
	<atom:link href="http://groovydude.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://groovydude.wordpress.com</link>
	<description>Just a collection of code snippets for common and uncommon tasks in Groovy</description>
	<lastBuildDate>Thu, 24 Dec 2009 14:33:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='groovydude.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JavaDude&#039;s Groovy Snippets and Tutorials</title>
		<link>http://groovydude.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://groovydude.wordpress.com/osd.xml" title="JavaDude&#039;s Groovy Snippets and Tutorials" />
	<atom:link rel='hub' href='http://groovydude.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Blog moves House</title>
		<link>http://groovydude.wordpress.com/2009/12/24/blog-moves-house/</link>
		<comments>http://groovydude.wordpress.com/2009/12/24/blog-moves-house/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 14:33:35 +0000</pubDate>
		<dc:creator>devdude</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groovydude.wordpress.com/?p=33</guid>
		<description><![CDATA[Due to the restrictive plugin handling at wordpress.com, I move the blog to my own server. Thanks for the fish ! groovy.bighugesystems.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=33&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Due to the restrictive plugin handling at wordpress.com, I move the blog to my own server.<br />
Thanks for the fish !</p>
<h1 style="text-align:center;"><a href="http://groovy.bighugesystems.com/">groovy.bighugesystems.com</a></h1>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/groovydude.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/groovydude.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/groovydude.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/groovydude.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/groovydude.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/groovydude.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/groovydude.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/groovydude.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/groovydude.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/groovydude.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/groovydude.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/groovydude.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/groovydude.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/groovydude.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=33&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://groovydude.wordpress.com/2009/12/24/blog-moves-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c590146f757718a268c168a7eee0f53f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devdude</media:title>
		</media:content>
	</item>
		<item>
		<title>Create XML file with MarkupBuilder</title>
		<link>http://groovydude.wordpress.com/2009/12/23/create-xml-file-with-markupbuilder/</link>
		<comments>http://groovydude.wordpress.com/2009/12/23/create-xml-file-with-markupbuilder/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:45:24 +0000</pubDate>
		<dc:creator>devdude</dc:creator>
				<category><![CDATA[Groovy Snippets]]></category>
		<category><![CDATA[groovy xml]]></category>

		<guid isPermaLink="false">http://groovydude.wordpress.com/?p=27</guid>
		<description><![CDATA[The most simple way to create XML content in the standard output or file. Result Please note the difference between MarkupBuilder and StramingMarkupBuilder. More information about XML processing at groovy.codehaus.org MarkupBuilder is not very flexible, but simple to use for some basic task. If you require comments, XML declarations and more, your rather use the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=27&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The most simple way to create XML content in the standard output or file.</p>
<p><pre class="brush: groovy;">
def fw = new FileWriter(&quot;/somepath/persons.xml&quot; )
// to write to standard out, remove fw
def xml = new groovy.xml.MarkupBuilder(fw)

xml.content() {

 xml.parameter(x:0)

 xml.person(id:100){
 firstname(&quot;John&quot;)
 lastname(&quot;Long&quot;)
 }

 xml.person(id:101){
 firstname(&quot;Ken&quot;)
 lastname(&quot;Smith&quot;)
 }
}
</pre></p>
<p>Result</p>
<p><pre class="brush: xml;">
&lt;content&gt;
 &lt;parameter x='0' /&gt;
 &lt;person id='100'&gt;
 &lt;firstname&gt;John&lt;/firstname&gt;
 &lt;lastname&gt;Long&lt;/lastname&gt;
 &lt;/person&gt;
 &lt;person id='101'&gt;
 &lt;firstname&gt;Ken&lt;/firstname&gt;
 &lt;lastname&gt;Smith&lt;/lastname&gt;
 &lt;/person&gt;
&lt;/content&gt;
</pre></p>
<p>Please note the difference between <a href="http://groovy.codehaus.org/Creating+XML+using+Groovy%27s+MarkupBuilder" target="_blank">MarkupBuilder</a> and <a href="http://groovy.codehaus.org/Creating+XML+using+Groovy%27s+StreamingMarkupBuilder" target="_blank">StramingMarkupBuilder</a>. More information about XML processing at <a href="http://groovy.codehaus.org/Processing+XML" target="_blank">groovy.codehaus.org</a><br />
<strong>MarkupBuilder</strong> is not very flexible, but simple to use for some basic task. If you require comments, XML declarations and more, your rather use the <strong>StreamingMarkupBuilder</strong>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/groovydude.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/groovydude.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/groovydude.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/groovydude.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/groovydude.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/groovydude.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/groovydude.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/groovydude.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/groovydude.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/groovydude.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/groovydude.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/groovydude.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/groovydude.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/groovydude.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=27&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://groovydude.wordpress.com/2009/12/23/create-xml-file-with-markupbuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c590146f757718a268c168a7eee0f53f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devdude</media:title>
		</media:content>
	</item>
		<item>
		<title>Groovy 1.7 released</title>
		<link>http://groovydude.wordpress.com/2009/12/22/groovy-1-7-released/</link>
		<comments>http://groovydude.wordpress.com/2009/12/22/groovy-1-7-released/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:26:05 +0000</pubDate>
		<dc:creator>devdude</dc:creator>
				<category><![CDATA[Groovy News]]></category>
		<category><![CDATA[groovy 1.7]]></category>

		<guid isPermaLink="false">http://groovydude.wordpress.com/?p=24</guid>
		<description><![CDATA[Finally released. More information at groovy.codehaus.org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=24&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally released. More information at <a href="http://groovy.codehaus.org/" target="_blank">groovy.codehaus.org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/groovydude.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/groovydude.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/groovydude.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/groovydude.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/groovydude.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/groovydude.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/groovydude.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/groovydude.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/groovydude.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/groovydude.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/groovydude.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/groovydude.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/groovydude.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/groovydude.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=24&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://groovydude.wordpress.com/2009/12/22/groovy-1-7-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c590146f757718a268c168a7eee0f53f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devdude</media:title>
		</media:content>
	</item>
		<item>
		<title>Groovy 1.7 and Grails 1.2 soon (Interview)</title>
		<link>http://groovydude.wordpress.com/2009/12/16/groovy-1-7-and-grails-1-2-interview/</link>
		<comments>http://groovydude.wordpress.com/2009/12/16/groovy-1-7-and-grails-1-2-interview/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 11:00:48 +0000</pubDate>
		<dc:creator>devdude</dc:creator>
				<category><![CDATA[Groovy News]]></category>

		<guid isPermaLink="false">http://groovydude.wordpress.com/?p=21</guid>
		<description><![CDATA[InfoQ: www.infoq.com/interviews/Groovy-1.7-Grails-1.2<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=21&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>InfoQ:<a href="http://www.infoq.com/interviews/Groovy-1.7-Grails-1.2" target="_blank"> www.infoq.com/interviews/Groovy-1.7-Grails-1.2</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/groovydude.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/groovydude.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/groovydude.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/groovydude.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/groovydude.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/groovydude.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/groovydude.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/groovydude.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/groovydude.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/groovydude.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/groovydude.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/groovydude.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/groovydude.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/groovydude.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=21&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://groovydude.wordpress.com/2009/12/16/groovy-1-7-and-grails-1-2-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c590146f757718a268c168a7eee0f53f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devdude</media:title>
		</media:content>
	</item>
		<item>
		<title>Groovy: Start from the Scratch</title>
		<link>http://groovydude.wordpress.com/2009/12/15/groovy-start-from-the-scratch/</link>
		<comments>http://groovydude.wordpress.com/2009/12/15/groovy-start-from-the-scratch/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:20:09 +0000</pubDate>
		<dc:creator>devdude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://groovydude.wordpress.com/?p=11</guid>
		<description><![CDATA[You have nothing but an installed Ubuntu Box, a JDK and no other clue ? Download the latest stable Groovy release from groovy.codehaus.org Unzip the file (maybe to your home folder) and keep the release name, like groovy-1.6.7 Modify your .bashrc (gedit ~/.bashrc), usually you need to add this: Open a new shell and type [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=11&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You have nothing but an installed Ubuntu Box, a JDK and no other clue ?</p>
<ul>
<li>Download the latest stable Groovy release from <a href="http://groovy.codehaus.org/Download" target="_blank">groovy.codehaus.org</a></li>
<li>Unzip the file (maybe to your home folder) and keep the release name, like <em>groovy-1.6.7</em></li>
<li>Modify your <em>.bashrc</em> (<strong>gedit ~/.bashrc</strong>), usually you need to add this:<br />
<pre class="brush: xml;">### GROOVY
export GROOVY_HOME=/home/whateveryourusername/groovy-1.6.7
export PATH=$PATH:$GROOVY_HOME/bin
</pre></li>
<li>Open a new shell and type <strong>groovy -version</strong> and you should get something like this:<br />
<em>Groovy Version: 1.6.7 JVM: 1.6.0_16</em></li>
<li>Start the console with <strong>groovyConsole<br />
</strong></p>
<p><div id="attachment_16" class="wp-caption alignnone" style="width: 310px"><a href="http://groovydude.files.wordpress.com/2009/12/svh20091215_001.jpeg"><img class="size-medium wp-image-16" title="SVH20091215_001" src="http://groovydude.files.wordpress.com/2009/12/svh20091215_001.jpeg?w=300&#038;h=244" alt="" width="300" height="244" /></a><p class="wp-caption-text">The Groovy Console</p></div></li>
<li>You are ready, lets get rolling with some snippets.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/groovydude.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/groovydude.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/groovydude.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/groovydude.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/groovydude.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/groovydude.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/groovydude.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/groovydude.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/groovydude.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/groovydude.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/groovydude.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/groovydude.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/groovydude.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/groovydude.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=11&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://groovydude.wordpress.com/2009/12/15/groovy-start-from-the-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c590146f757718a268c168a7eee0f53f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devdude</media:title>
		</media:content>

		<media:content url="http://groovydude.files.wordpress.com/2009/12/svh20091215_001.jpeg?w=300" medium="image">
			<media:title type="html">SVH20091215_001</media:title>
		</media:content>
	</item>
		<item>
		<title>0.upto(2) { println &#8220;$it Hello World&#8221; }</title>
		<link>http://groovydude.wordpress.com/2009/12/15/0-upto2-println-it-hello-world/</link>
		<comments>http://groovydude.wordpress.com/2009/12/15/0-upto2-println-it-hello-world/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:05:55 +0000</pubDate>
		<dc:creator>devdude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[hello world]]></category>

		<guid isPermaLink="false">http://groovydude.wordpress.com/?p=6</guid>
		<description><![CDATA[Just started this blog to collect some Groovy Code Snippets, Tutorials, Links and News about Groovy (and Grails and anything nearby). Some stuff might appear ridiculous simple or &#8220;Hello Wirld&#8221; level, but no one force you to read this. By the time I get started here Groovy 1.6.7 and Grails are the release versions. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=6&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Just started this blog to collect some Groovy Code Snippets, Tutorials, Links and News about Groovy (and Grails and anything nearby). Some stuff might appear ridiculous simple or &#8220;Hello Wirld&#8221; level, but no one force you to read this.</p>
<p style="text-align:justify;">By the time I get started here Groovy 1.6.7 and Grails are the release versions.</p>
<p style="text-align:justify;">I use Ubuntu 9.10, the GroovyConsole or Netbeans and Eclipse.</p>
<p style="text-align:justify;">Dont ask for completeness, correctness or in-time feedback.</p>
<p style="text-align:justify;">My main blog you find at <a href="http://javadude.wordpress.com/" target="_blank">javadude.wordpress.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/groovydude.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/groovydude.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/groovydude.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/groovydude.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/groovydude.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/groovydude.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/groovydude.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/groovydude.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/groovydude.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/groovydude.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/groovydude.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/groovydude.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/groovydude.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/groovydude.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=groovydude.wordpress.com&amp;blog=10968892&amp;post=6&amp;subd=groovydude&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://groovydude.wordpress.com/2009/12/15/0-upto2-println-it-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c590146f757718a268c168a7eee0f53f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devdude</media:title>
		</media:content>
	</item>
	</channel>
</rss>
