<?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: Grails Scaffolding In-Depth</title>
	<atom:link href="http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/</link>
	<description>Ninja Coding Monkey goes Canada</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:04:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian Walter</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-11095</link>
		<dc:creator>Ian Walter</dc:creator>
		<pubDate>Tue, 18 May 2010 19:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-11095</guid>
		<description>This is great. This should be added to the Grails documentation! Thank you.</description>
		<content:encoded><![CDATA[<p>This is great. This should be added to the Grails documentation! Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B Sreekanth</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-10414</link>
		<dc:creator>B Sreekanth</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-10414</guid>
		<description>Thank you !!</description>
		<content:encoded><![CDATA[<p>Thank you !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grails == barrierefreiheit? &#171; hilderclan.de/blog</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-8419</link>
		<dc:creator>grails == barrierefreiheit? &#171; hilderclan.de/blog</dc:creator>
		<pubDate>Wed, 30 Dec 2009 11:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-8419</guid>
		<description>[...] wenn die Standards Templates für die eigenen Anforderungen nicht ausreichen, siehe Jakusys blog: http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/ (wo ist das geile Design [...]</description>
		<content:encoded><![CDATA[<p>[...] wenn die Standards Templates für die eigenen Anforderungen nicht ausreichen, siehe Jakusys blog: <a href="http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/" rel="nofollow">http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/</a> (wo ist das geile Design [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Hilder</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-8418</link>
		<dc:creator>Sebastian Hilder</dc:creator>
		<pubDate>Wed, 30 Dec 2009 11:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-8418</guid>
		<description>bevor ich das alles quasi abschreibe, verlinke auch ich lieber zu dir... 

top post. wie die anderen auch. grails rockt. n&#039;est pas? schöne grüße. sebastian.</description>
		<content:encoded><![CDATA[<p>bevor ich das alles quasi abschreibe, verlinke auch ich lieber zu dir&#8230; </p>
<p>top post. wie die anderen auch. grails rockt. n&#8217;est pas? schöne grüße. sebastian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe Beged-Dov</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-6965</link>
		<dc:creator>Gabe Beged-Dov</dc:creator>
		<pubDate>Sun, 20 Sep 2009 21:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-6965</guid>
		<description>Thanks for writing up your findings. One note is that propertyName is set to  domainClass.propertyName + &quot;Instance&quot; rather than just the short name such as &quot;user&quot;. 

This is a bit of a problem if you want to share view templates across controllers and use any dynamic controller scaffold code since the controller code will have a controller-specific propertyName. I&#039;m not sure what the scenario is where there could be a name collision on the controller name. I use &quot;instance*&quot; rather than &quot;${shortName}Instance&quot; and its been OK so far...</description>
		<content:encoded><![CDATA[<p>Thanks for writing up your findings. One note is that propertyName is set to  domainClass.propertyName + &#8220;Instance&#8221; rather than just the short name such as &#8220;user&#8221;. </p>
<p>This is a bit of a problem if you want to share view templates across controllers and use any dynamic controller scaffold code since the controller code will have a controller-specific propertyName. I&#8217;m not sure what the scenario is where there could be a name collision on the controller name. I use &#8220;instance*&#8221; rather than &#8220;${shortName}Instance&#8221; and its been OK so far&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob Külzer</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-934</link>
		<dc:creator>Jakob Külzer</dc:creator>
		<pubDate>Sat, 10 Jan 2009 23:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-934</guid>
		<description>Hey, 
with the default Grails scaffolding it&#039;s hard to generate views besides the default ones because the views are hardcoded into the DefaultGrailsTemplateGenerator. If you need more flexible scaffolding you might want to look into the Xtemplates plugin: http://www.grails.org/Xtemplates+Plugin

Cheers,
Jakob</description>
		<content:encoded><![CDATA[<p>Hey,<br />
with the default Grails scaffolding it&#8217;s hard to generate views besides the default ones because the views are hardcoded into the DefaultGrailsTemplateGenerator. If you need more flexible scaffolding you might want to look into the Xtemplates plugin: <a href="http://www.grails.org/Xtemplates+Plugin" rel="nofollow">http://www.grails.org/Xtemplates+Plugin</a></p>
<p>Cheers,<br />
Jakob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto Brandolini</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-930</link>
		<dc:creator>Alberto Brandolini</dc:creator>
		<pubDate>Sat, 10 Jan 2009 17:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-930</guid>
		<description>Hi,

this was really interesting and useful. I am currently tweaking the Grails scaffolding process and this article has been really helpful. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>this was really interesting and useful. I am currently tweaking the Grails scaffolding process and this article has been really helpful. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Israel Martinez</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-921</link>
		<dc:creator>Israel Martinez</dc:creator>
		<pubDate>Thu, 08 Jan 2009 05:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-921</guid>
		<description>Hello There, nice post.

Do you know if there is a way to generate more views, besides list, show,create, update?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello There, nice post.</p>
<p>Do you know if there is a way to generate more views, besides list, show,create, update?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Davis</title>
		<link>http://www.jakusys.de/blog/2008/12/grails-scaffolding-in-depth/comment-page-1/#comment-906</link>
		<dc:creator>Joshua Davis</dc:creator>
		<pubDate>Sun, 04 Jan 2009 04:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=487#comment-906</guid>
		<description>Excellent post got me through a big jam</description>
		<content:encoded><![CDATA[<p>Excellent post got me through a big jam</p>
]]></content:encoded>
	</item>
</channel>
</rss>
