<?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/"
	>

<channel>
	<title>Piraguablog &#187; groovy</title>
	<atom:link href="http://www.piragua.com/category/groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piragua.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 22 Jun 2010 22:03:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>One week with WhenWorksForYou.com</title>
		<link>http://www.piragua.com/2009/07/13/one-week-with-whenworksforyoucom/</link>
		<comments>http://www.piragua.com/2009/07/13/one-week-with-whenworksforyoucom/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 11:25:07 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.piragua.com/?p=37</guid>
		<description><![CDATA[Last week I launched http://www.whenworksforyou.com, a new Grails website that lets you coordinate schedules with other people to find the best date for your next event.  Our first week provided lots of great feedback from users.  One of the biggest gripes was not being able to subscribe to updates on an event.  [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I launched <a href="http://www.whenworksforyou.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.whenworksforyou.com');">http://www.whenworksforyou.com</a>, a new Grails website that lets you coordinate schedules with other people to find the best date for your next event.  Our first week provided lots of great feedback from users.  One of the biggest gripes was not being able to subscribe to updates on an event.  Well, thanks to the <a href="http://grails.org/plugin/feeds" onclick="javascript:pageTracker._trackPageview('/outbound/article/grails.org');">feeds</a> and <a href="http://grails.org/plugin/mail" onclick="javascript:pageTracker._trackPageview('/outbound/article/grails.org');">mail</a> plugins, now you can!  It was dead simple to implement, and now I can focus my attention on the next feature rather than having to re-invent the wheel on RSS and email.</p>
<p>The site also takes advantage of several other plugins, including</p>
<ul>
<li><a href="http://grails.org/plugin/acegi" onclick="javascript:pageTracker._trackPageview('/outbound/article/grails.org');">Spring Security</a></li>
<li><a href="http://grails.org/plugin/ui-performance" onclick="javascript:pageTracker._trackPageview('/outbound/article/grails.org');">UI Performance</a></li>
<li><a href="http://grails.org/plugin/recaptcha" onclick="javascript:pageTracker._trackPageview('/outbound/article/grails.org');">Recaptcha</a></li>
<li><a href="http://grails.org/plugin/build-test-data" onclick="javascript:pageTracker._trackPageview('/outbound/article/grails.org');">Build Test Data</a></li>
<li>Test Code Coverage (of course)</li>
</ul>
<p>Thanks to all the plugin developers who took the time to build and document plugins for the Grails framework!</p>
<p>I also wrote one other plugin that wraps GreenMail and acts as a transient &#8220;Inbox&#8221; for sending emails during development.  I&#8217;m putting the finishing touches on that now, stay tuned for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piragua.com/2009/07/13/one-week-with-whenworksforyoucom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learn to create your own Grails plugin with GroovyMag</title>
		<link>http://www.piragua.com/2009/02/02/create-plugin-mag/</link>
		<comments>http://www.piragua.com/2009/02/02/create-plugin-mag/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 15:57:40 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://www.piragua.com/?p=33</guid>
		<description><![CDATA[The February issue of GroovyMag is out and has some great articles &#8211; including one on how to create a plugin for Grails written by yours truly.  You can download the issue from the GroovyMag website.  Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>The February issue of GroovyMag is out and has some great articles &#8211; including one on how to create a plugin for Grails written by yours truly.  You can download the issue from the <a href="http://www.groovymag.com/main.issues.description/id=6/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.groovymag.com');">GroovyMag</a> website.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piragua.com/2009/02/02/create-plugin-mag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevJam Presentation on Groovy/Grails</title>
		<link>http://www.piragua.com/2009/01/10/devjam-presentation-on-groovygrails/</link>
		<comments>http://www.piragua.com/2009/01/10/devjam-presentation-on-groovygrails/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 14:54:02 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.piragua.com/?p=31</guid>
		<description><![CDATA[This past week I presented on Groovy/Grails to a group of developers here in Minneapolis.  Afterwards we had a panel discussion (fishbowl style) and dove into a wide array of topics ranging from dynamic vs. static typed languages, when to consider using Groovy/Grails and when NOT to.  It was a great discussion and [...]]]></description>
			<content:encoded><![CDATA[<p>This past week I presented on <a href="http://groovy.codehaus.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/groovy.codehaus.org');">Groovy</a>/<a href="http://grails.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/grails.org');">Grails</a> to a group of developers here in Minneapolis.  Afterwards we had a panel discussion (<a href="http://en.wikipedia.org/wiki/Fishbowl_(conversation)" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">fishbowl style</a>) and dove into a wide array of topics ranging from dynamic vs. static typed languages, when to consider using Groovy/Grails and when NOT to.  It was a great discussion and it was fun to hear so many different perspectives.</p>
<p>I&#8217;ve posted a <a href="http://piragua.com/devjam/" >few links</a> for those interested in in learning more and the slides can be seen on SlideShare: <a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Groovy Grails DevJam Jam Session" href="http://www.slideshare.net/mjhugo/groovy-grails-devjam-jam-session-presentation?type=powerpoint" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.slideshare.net');">Groovy Grails DevJam Jam Session</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.piragua.com/2009/01/10/devjam-presentation-on-groovygrails/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Vote for better Cobertura support in Groovy</title>
		<link>http://www.piragua.com/2008/12/16/vote-for-better-cobertura-support-in-groovy/</link>
		<comments>http://www.piragua.com/2008/12/16/vote-for-better-cobertura-support-in-groovy/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 12:04:49 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://www.piragua.com/?p=30</guid>
		<description><![CDATA[Luke Daley pointed out that there&#8217;s an open issue on the Groovy task list that would help with better Cobertura support for Groovy:

http://jira.codehaus.org/browse/GROOVY-3118
Cobertura support is already pretty good, but there are some cases where coverage doesn&#8217;t quite show up at 100% when it should.
Go set up a profile, login, and vote!  
]]></description>
			<content:encoded><![CDATA[<p>Luke Daley pointed out that there&#8217;s an open issue on the Groovy task list that would help with better Cobertura support for Groovy:<br />
<a href=" http://jira.codehaus.org/browse/GROOVY-3118"></p>
<p>http://jira.codehaus.org/browse/GROOVY-3118</a></p>
<p>Cobertura support is already pretty good, but there are some cases where coverage doesn&#8217;t quite show up at 100% when it should.</p>
<p>Go set up a profile, login, and vote!  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.piragua.com/2008/12/16/vote-for-better-cobertura-support-in-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
