<?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>blog.cwill-dev.com &#187; Grails</title>
	<atom:link href="http://blog.cwill-dev.com/tag/grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cwill-dev.com</link>
	<description>There are two ways to write bug-free programs - only the third one works.</description>
	<lastBuildDate>Mon, 07 Oct 2013 15:48:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Grails: java.lang.OutOfMemoryError: PermGen space</title>
		<link>http://blog.cwill-dev.com/2011/11/22/grails-java-lang-outofmemoryerror-permgen-space/</link>
		<comments>http://blog.cwill-dev.com/2011/11/22/grails-java-lang-outofmemoryerror-permgen-space/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 10:51:09 +0000</pubDate>
		<dc:creator>cwilldev</dc:creator>
				<category><![CDATA[Grails]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[OutOfMemoryError]]></category>
		<category><![CDATA[PermGen space]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://blog.cwill-dev.com/?p=87</guid>
		<description><![CDATA[Use case Developing with IntelliJ and Grails sometimes leads to memory problems, particularly considering the PermGen space &#8211; even with plenty of RAM. This issue occures especially after re-deploying several times while debugging. Incident This is more a flaw with Tomcat itself,<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://blog.cwill-dev.com/2011/11/22/grails-java-lang-outofmemoryerror-permgen-space/">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
		<wfw:commentRss>http://blog.cwill-dev.com/2011/11/22/grails-java-lang-outofmemoryerror-permgen-space/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grails: &#8220;General error during class generation: java.lang.reflect. MalformedParameterizedTypeException&#8221;</title>
		<link>http://blog.cwill-dev.com/2011/11/22/grails-general-error-during-class-generation-java-lang-reflect-malformedparameterizedtypeexception/</link>
		<comments>http://blog.cwill-dev.com/2011/11/22/grails-general-error-during-class-generation-java-lang-reflect-malformedparameterizedtypeexception/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 10:09:30 +0000</pubDate>
		<dc:creator>cwilldev</dc:creator>
				<category><![CDATA[Grails]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[MalformedParameterizedTypeException]]></category>

		<guid isPermaLink="false">http://blog.cwill-dev.com/?p=76</guid>
		<description><![CDATA[Use case Grails: &#8220;General error during class generation: java.lang.reflect. MalformedParameterizedTypeException&#8221; Cripes.. how many hours this took me to find the issues behind this error message. So now that I figured it out I&#8217;d better share this to others for less<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://blog.cwill-dev.com/2011/11/22/grails-general-error-during-class-generation-java-lang-reflect-malformedparameterizedtypeexception/">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
		<wfw:commentRss>http://blog.cwill-dev.com/2011/11/22/grails-general-error-during-class-generation-java-lang-reflect-malformedparameterizedtypeexception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grails: How to access action/controller/param inside a service</title>
		<link>http://blog.cwill-dev.com/2011/04/11/grails-how-to-access-actioncontrollerparam-inside-a-service/</link>
		<comments>http://blog.cwill-dev.com/2011/04/11/grails-how-to-access-actioncontrollerparam-inside-a-service/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 06:12:40 +0000</pubDate>
		<dc:creator>cwilldev</dc:creator>
				<category><![CDATA[Grails]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[controller. action]]></category>
		<category><![CDATA[createLink]]></category>
		<category><![CDATA[params]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://blog.cwill-dev.com/?p=47</guid>
		<description><![CDATA[Use case Even though a service should be stateless and application-/context-independent, I needed to access the current controller and action from inside a service class. Namely I have a URL-Service, which provides various kinds of dynamic URL methods. One of<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://blog.cwill-dev.com/2011/04/11/grails-how-to-access-actioncontrollerparam-inside-a-service/">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
		<wfw:commentRss>http://blog.cwill-dev.com/2011/04/11/grails-how-to-access-actioncontrollerparam-inside-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
