<?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 Yellek &#187; netbeans grails package</title>
	<atom:link href="http://yellek.org/blog/tag/netbeans-grails-package/feed/" rel="self" type="application/rss+xml" />
	<link>http://yellek.org/blog</link>
	<description>Thoughts of a Technologist in South Australia</description>
	<lastBuildDate>Thu, 27 Oct 2011 07:43:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Grails and Netbeans: How do I Put Domain Classes in Packages?</title>
		<link>http://yellek.org/blog/2009/06/18/grails-and-netbeans-how-do-i-put-domain-classes-in-packages/</link>
		<comments>http://yellek.org/blog/2009/06/18/grails-and-netbeans-how-do-i-put-domain-classes-in-packages/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 12:46:14 +0000</pubDate>
		<dc:creator>yellek</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans grails package]]></category>

		<guid isPermaLink="false">http://yellek.org/blog/?p=345</guid>
		<description><![CDATA[I downloaded NetBeans to work on my open source project in Grails and one of the first things I noticed is that the Grails plugin doesn&#8217;t support creating domain classes in packages. This seems a little bit weird to me and it has left me wondering if I should copy the classes manually into package [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded <a href="http://www.netbeans.org/">NetBeans</a> to work on my open source project in <a href="http://grails.org/">Grails</a> and one of the first things I noticed is that the <a href="http://www.netbeans.org/kb/docs/web/grails-quickstart.html">Grails plugin</a> doesn&#8217;t support creating domain classes in packages. This seems a little bit weird to me and it has left me wondering if I should copy the classes manually into package folders and add the import statements or whether I should give up and have them in the default package. The plugin seems to recognise domain classes in packages just fine but it won&#8217;t let you crete them through the wizard. Weird.</p>
]]></content:encoded>
			<wfw:commentRss>http://yellek.org/blog/2009/06/18/grails-and-netbeans-how-do-i-put-domain-classes-in-packages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

