<?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: Starting with grails</title>
	<atom:link href="http://www.gridshore.nl/2009/12/20/starting-with-grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl/2009/12/20/starting-with-grails/</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:11:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2009/12/20/starting-with-grails/comment-page-1/#comment-30480</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Mon, 13 Sep 2010 16:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=955#comment-30480</guid>
		<description>I fixed the sample. Everything should be fine now. I was able to make the application run again. I did upgrade a few plugins as well as grails. Now I am using 1.3.4.</description>
		<content:encoded><![CDATA[<p>I fixed the sample. Everything should be fine now. I was able to make the application run again. I did upgrade a few plugins as well as grails. Now I am using 1.3.4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2009/12/20/starting-with-grails/comment-page-1/#comment-30478</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Mon, 13 Sep 2010 07:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=955#comment-30478</guid>
		<description>You are right that the project does not really have my focus at the moment. Still that does not stop me from looking at it and trying to upgrade to the latest libraries. I&#039;ll try to schedule some time to upgrade some of the grails samples to recent versions.

Thanks for pointing this out.</description>
		<content:encoded><![CDATA[<p>You are right that the project does not really have my focus at the moment. Still that does not stop me from looking at it and trying to upgrade to the latest libraries. I&#8217;ll try to schedule some time to upgrade some of the grails samples to recent versions.</p>
<p>Thanks for pointing this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Brown</title>
		<link>http://www.gridshore.nl/2009/12/20/starting-with-grails/comment-page-1/#comment-30476</link>
		<dc:creator>David Brown</dc:creator>
		<pubDate>Sat, 11 Sep 2010 14:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=955#comment-30476</guid>
		<description>Hi, great little Grails app. I was mostly interested in the nav and joda plugin use and your perspective on scheduling. Alas, it does not build. And, I am using Grails 1.2.0. I suspect from the very old Grails this project has been abandoned? Errors follow in case u r interested. I have the app as an IDEA 9.0.3 project:

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.1/grails-app/taglib/BubblingTagLib.groovy: 3: Invalid duplicate class definition of class BubblingTagLib : The sources /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.1/grails-app/taglib/BubblingTagLib.groovy and /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.2/grails-app/taglib/BubblingTagLib.groovy are containing both a class of the name BubblingTagLib.
  [groovyc]  @ line 3, column 1.
  [groovyc]    class BubblingTagLib {
  [groovyc]    ^
  [groovyc] /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.1/src/groovy/org/codehaus/groovy/grails/plugins/bubbling/Bubbling.groovy: 3: Invalid duplicate class definition of class org.codehaus.groovy.grails.plugins.bubbling.Bubbling : The sources /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.1/src/groovy/org/codehaus/groovy/grails/plugins/bubbling/Bubbling.groovy and /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.2/src/groovy/org/codehaus/groovy/grails/plugins/bubbling/Bubbling.groovy are containing both a class of the name org.codehaus.groovy.grails.plugins.bubbling.Bubbling.
  [groovyc]  @ line 3, column 1.
  [groovyc]    class Bubbling {</description>
		<content:encoded><![CDATA[<p>Hi, great little Grails app. I was mostly interested in the nav and joda plugin use and your perspective on scheduling. Alas, it does not build. And, I am using Grails 1.2.0. I suspect from the very old Grails this project has been abandoned? Errors follow in case u r interested. I have the app as an IDEA 9.0.3 project:</p>
<p>org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.1/grails-app/taglib/BubblingTagLib.groovy: 3: Invalid duplicate class definition of class BubblingTagLib : The sources /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.1/grails-app/taglib/BubblingTagLib.groovy and /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.2/grails-app/taglib/BubblingTagLib.groovy are containing both a class of the name BubblingTagLib.<br />
  [groovyc]  @ line 3, column 1.<br />
  [groovyc]    class BubblingTagLib {<br />
  [groovyc]    ^<br />
  [groovyc] /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.1/src/groovy/org/codehaus/groovy/grails/plugins/bubbling/Bubbling.groovy: 3: Invalid duplicate class definition of class org.codehaus.groovy.grails.plugins.bubbling.Bubbling : The sources /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.1/src/groovy/org/codehaus/groovy/grails/plugins/bubbling/Bubbling.groovy and /home/david/.grails/1.2.0/projects/MyScheduling/plugins/bubbling-2.1.2/src/groovy/org/codehaus/groovy/grails/plugins/bubbling/Bubbling.groovy are containing both a class of the name org.codehaus.groovy.grails.plugins.bubbling.Bubbling.<br />
  [groovyc]  @ line 3, column 1.<br />
  [groovyc]    class Bubbling {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lincoln</title>
		<link>http://www.gridshore.nl/2009/12/20/starting-with-grails/comment-page-1/#comment-29878</link>
		<dc:creator>Lincoln</dc:creator>
		<pubDate>Tue, 22 Dec 2009 17:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=955#comment-29878</guid>
		<description>For the time-formatting, I would just store a normal date object, then use &lt;a href=&quot;http://ocpsoft.com/prettytime/&quot; title=&quot;Elapsed Timestamp Formatting and Conversion for Java (Social, JSF2)&quot;PrettyTime&lt;/a&gt; to format it in the display. Or, if you really want to store the elapsed time in milliseconds, PrettyTime can do that for you as well.

I think that&#039;s what you were trying to do, at least.

--Lincoln</description>
		<content:encoded><![CDATA[<p>For the time-formatting, I would just store a normal date object, then use &lt;a href=&quot;<a href="http://ocpsoft.com/prettytime/&#038;quot" rel="nofollow">http://ocpsoft.com/prettytime/&#038;quot</a>; title=&quot;Elapsed Timestamp Formatting and Conversion for Java (Social, JSF2)&quot;PrettyTime to format it in the display. Or, if you really want to store the elapsed time in milliseconds, PrettyTime can do that for you as well.</p>
<p>I think that&#8217;s what you were trying to do, at least.</p>
<p>&#8211;Lincoln</p>
]]></content:encoded>
	</item>
</channel>
</rss>

