<?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>What's next &#187; Grails</title>
	<atom:link href="http://stigl.wordpress.com/tag/grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://stigl.wordpress.com</link>
	<description>To be continued</description>
	<lastBuildDate>Mon, 02 Nov 2009 09:58:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='stigl.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8a261d3a3c3207fc890a7953e57f826c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>What's next &#187; Grails</title>
		<link>http://stigl.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://stigl.wordpress.com/osd.xml" title="What&#8217;s next" />
		<item>
		<title>Simple REST server with Grails</title>
		<link>http://stigl.wordpress.com/2009/06/18/simple-rest-server-with-grails/</link>
		<comments>http://stigl.wordpress.com/2009/06/18/simple-rest-server-with-grails/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:36:12 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=299</guid>
		<description><![CDATA[I have recently worked on two small projects that need a simple data store for more intelligent clients. Choosing REST was a no-brainer after some discussion. Grails&#8217; HTML CRUD interface is a great template to start off with, but it lacks dealing with XML/JSON.

Prerequisits
You can get all the scaffold templates with the command &#8220;grails install-templates&#8221;. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=299&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2009/06/18/simple-rest-server-with-grails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>
	</item>
		<item>
		<title>Neo4J as a Grails backend</title>
		<link>http://stigl.wordpress.com/2009/01/19/neo4j-as-a-grails-backend/</link>
		<comments>http://stigl.wordpress.com/2009/01/19/neo4j-as-a-grails-backend/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 13:07:28 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Grails]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[GORM]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Neo4J]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=280</guid>
		<description><![CDATA[This post is a reply to @EmilEifrem&#8217;s twition.
Neo4J could be a nice extension as a Grails&#8217; persistence backend, similar to a DB, space or LDAP. The problem today is that GORM is tightly coupled to Hibernate. Looks like @GraemeRocher is in the works of extracting Hibernate as a plugin, from which one can use other [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=280&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2009/01/19/neo4j-as-a-grails-backend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>
	</item>
		<item>
		<title>Grails impresses yet again with its plugins &#8211; Todays tidbit: SoundManager</title>
		<link>http://stigl.wordpress.com/2008/11/18/grails-impresses-yet-again-with-its-plugins-todays-tidbit-soundmanager/</link>
		<comments>http://stigl.wordpress.com/2008/11/18/grails-impresses-yet-again-with-its-plugins-todays-tidbit-soundmanager/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:57:03 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Grails]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sound manager]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=205</guid>
		<description><![CDATA[Grails and its plugins doesn&#8217;t cease to impress me. I tested out the Grails SoundManager plugin today, which is a thin gsp wrapper around a javascript library for playing mp3&#8217;s in a webpage. The documentation is short, has all you need to know, and Grails fixes the rest. Just what I need for creating my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=205&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2008/11/18/grails-impresses-yet-again-with-its-plugins-todays-tidbit-soundmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.schillmania.com/projects/soundmanager2/demo/jsAMP-preview/audio/rain.mp3" length="131357" type="audio/mpeg" />
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>
	</item>
		<item>
		<title>Grails 1.1 got Maven support &#8211; So What?</title>
		<link>http://stigl.wordpress.com/2008/11/12/grails-11-got-maven-support-so-what/</link>
		<comments>http://stigl.wordpress.com/2008/11/12/grails-11-got-maven-support-so-what/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:07:57 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=191</guid>
		<description><![CDATA[You know you&#8217;ve been wasting too much time blogging in the sphere when, renowned developers start stalking YOU 
Anywho, the comment I recieved informed me that Grails 1.1 Maven support is out, giving Maven developers much needing air-mileage towards a Grails firstclass-citizen-goldcard. Predecessor Octo was, what I reckon, a shell around Ant scripts for doing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=191&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2008/11/12/grails-11-got-maven-support-so-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>
	</item>
		<item>
		<title>What I&#8217;m into right now</title>
		<link>http://stigl.wordpress.com/2008/09/30/what-im-into-right-now/</link>
		<comments>http://stigl.wordpress.com/2008/09/30/what-im-into-right-now/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 18:38:52 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Topic maps]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[sun spot]]></category>
		<category><![CDATA[Neo4J]]></category>
		<category><![CDATA[Qi4J]]></category>
		<category><![CDATA[Mercurial]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[javaBin]]></category>
		<category><![CDATA[JavaZone]]></category>
		<category><![CDATA[Knowledge Sharing]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[Mockito]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Grid]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Ultimate Roundtrip]]></category>
		<category><![CDATA[Kvittr]]></category>
		<category><![CDATA[Webugger]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=83</guid>
		<description><![CDATA[I thought I&#8217;d post updates on what I&#8217;m interested in, to give a glimpse of what I&#8217;m looking into and have moved away from. Perhaps I&#8217;ll have enough data to create a graph someday  
Up and coming

Neo4J &#8211; A graph store &#8211; no more ORMappings
Qi4J &#8211; A composite development framework, a new way of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=83&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2008/09/30/what-im-into-right-now/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>

		<media:content url="http://www4.java.no/web/image.do?orig_id=1095&#38;w=300" medium="image">
			<media:title type="html">JavaZone RFID Heltepils Duke</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading up on Groovy and Grails</title>
		<link>http://stigl.wordpress.com/2008/06/27/reading-up-on-groovy-and-grails/</link>
		<comments>http://stigl.wordpress.com/2008/06/27/reading-up-on-groovy-and-grails/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 07:27:10 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Getting started with]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Reference guides]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=31</guid>
		<description><![CDATA[Compilation of the recommended sources of information on Grails and Groovy<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=31&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2008/06/27/reading-up-on-groovy-and-grails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/41%2B-ECQ%2BKmL._SS500_.jpg" medium="image">
			<media:title type="html">Groovy in Action</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/41VlrnnTXCL._SS500_.jpg" medium="image">
			<media:title type="html">Groovy Recipies</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/41hMsoxzYRL._SS500_.jpg" medium="image">
			<media:title type="html">Getting started with Grails</media:title>
		</media:content>

		<media:content url="http://media.xircles.codehaus.org/_projects/groovy/_logos/medium.png" medium="image">
			<media:title type="html">Groovy pic</media:title>
		</media:content>

		<media:content url="http://grails.org/doc/1.0.x/img/grails.png" medium="image">
			<media:title type="html">Grails logo</media:title>
		</media:content>

		<media:content url="http://groovy.codehaus.org/download/attachments/76710035/gmaven-logo.png" medium="image">
			<media:title type="html">GMaven logo</media:title>
		</media:content>

		<media:content url="http://www.orbeon.com/download/blog/intellij_logo.png" medium="image">
			<media:title type="html">IntelliJ logo</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/51lb8stU3xL._SS500_.jpg" medium="image">
			<media:title type="html">Programming Groovy</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/51Xm2izTaTL._SS500_.jpg" medium="image">
			<media:title type="html">Definitive guide to grails</media:title>
		</media:content>
	</item>
		<item>
		<title>Dissecting Grails for Maven building</title>
		<link>http://stigl.wordpress.com/2008/06/13/dissecting-grails-for-maven-building/</link>
		<comments>http://stigl.wordpress.com/2008/06/13/dissecting-grails-for-maven-building/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 21:40:14 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=16</guid>
		<description><![CDATA[Show me your war, and I will tell you how it does!
Upgrading a Java project from a legacy buildsystem to Maven involves lots of reverse engineering to understand how the application works. Starting to investigate a project by its deliverables is often the most easy, taking a working application and picking away piece by piece, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=16&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2008/06/13/dissecting-grails-for-maven-building/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>
	</item>
	</channel>
</rss>