<?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: Create CRUD-Mashups rapidly with Naked Objects and NetBeans</title>
	<atom:link href="http://blog.jdevelop.eu/2008/05/14/create-crud-mashups-rapidly-with-naked-objects-and-netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jdevelop.eu/2008/05/14/create-crud-mashups-rapidly-with-naked-objects-and-netbeans/</link>
	<description>Under development by Siegfried Bolz</description>
	<pubDate>Mon, 21 May 2012 03:14:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Versand Apotheke</title>
		<link>http://blog.jdevelop.eu/2008/05/14/create-crud-mashups-rapidly-with-naked-objects-and-netbeans/comment-page-1/#comment-297</link>
		<dc:creator>Versand Apotheke</dc:creator>
		<pubDate>Wed, 01 Sep 2010 09:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=116#comment-297</guid>
		<description>At last I understand the mistake I did! Your tutorial really helped me. Thanks.</description>
		<content:encoded><![CDATA[<p>At last I understand the mistake I did! Your tutorial really helped me. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Maietta</title>
		<link>http://blog.jdevelop.eu/2008/05/14/create-crud-mashups-rapidly-with-naked-objects-and-netbeans/comment-page-1/#comment-250</link>
		<dc:creator>Andrea Maietta</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=116#comment-250</guid>
		<description>@Ana I've had the same problems, apparently the post refers to a previous version of NO as makePersistent() is now deprecated and you should use the persist() method of the AbstractContainedObject class instead. The same goes for the runner.

You may want to take a look at this post of mine http://andreamoz.blogspot.com/2010/02/how-to-create-simple-naked-objects.html in which I explain a working procedure to create a new NO application in NetBeans.</description>
		<content:encoded><![CDATA[<p>@Ana I&#8217;ve had the same problems, apparently the post refers to a previous version of NO as makePersistent() is now deprecated and you should use the persist() method of the AbstractContainedObject class instead. The same goes for the runner.</p>
<p>You may want to take a look at this post of mine <a href="http://andreamoz.blogspot.com/2010/02/how-to-create-simple-naked-objects.html" rel="nofollow">http://andreamoz.blogspot.com/2010/02/how-to-create-simple-naked-objects.html</a> in which I explain a working procedure to create a new NO application in NetBeans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mini tutorial on using Naked Objects 3.0 with NetBeans &#124; Domain Driven Design using Naked Objects</title>
		<link>http://blog.jdevelop.eu/2008/05/14/create-crud-mashups-rapidly-with-naked-objects-and-netbeans/comment-page-1/#comment-190</link>
		<dc:creator>mini tutorial on using Naked Objects 3.0 with NetBeans &#124; Domain Driven Design using Naked Objects</dc:creator>
		<pubDate>Fri, 16 Oct 2009 11:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=116#comment-190</guid>
		<description>[...] tutorial on using Naked Objects 3.0 with NetBeans   has been put together bySiegfried Bolz on his blog. Nice to see he goes all the way through to Hibernate and shows off the HTML interface [...]</description>
		<content:encoded><![CDATA[<p>[...] tutorial on using Naked Objects 3.0 with NetBeans   has been put together bySiegfried Bolz on his blog. Nice to see he goes all the way through to Hibernate and shows off the HTML interface [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://blog.jdevelop.eu/2008/05/14/create-crud-mashups-rapidly-with-naked-objects-and-netbeans/comment-page-1/#comment-145</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Tue, 26 May 2009 16:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=116#comment-145</guid>
		<description>Hi!!! I was trying to make my first NO proyect following this guide, but i couldn't even make it work the first time. I followed exactly all you said, but i've found two problems i can't resolve:

1) Netbeans finds a problem with the code line makePersistent(dev);, it can't find the method.

2) When i try to run it, Netbeans says can not find the main class. 


Could you please help me? I must develop a NO proyect, and i begin to feel helpless.</description>
		<content:encoded><![CDATA[<p>Hi!!! I was trying to make my first NO proyect following this guide, but i couldn&#8217;t even make it work the first time. I followed exactly all you said, but i&#8217;ve found two problems i can&#8217;t resolve:</p>
<p>1) Netbeans finds a problem with the code line makePersistent(dev);, it can&#8217;t find the method.</p>
<p>2) When i try to run it, Netbeans says can not find the main class. </p>
<p>Could you please help me? I must develop a NO proyect, and i begin to feel helpless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flüge Bangkok</title>
		<link>http://blog.jdevelop.eu/2008/05/14/create-crud-mashups-rapidly-with-naked-objects-and-netbeans/comment-page-1/#comment-139</link>
		<dc:creator>Flüge Bangkok</dc:creator>
		<pubDate>Fri, 20 Mar 2009 09:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=116#comment-139</guid>
		<description>Hey Sieggi, a big thank you for this great tutorial! You really helped me understanding some details I haven't known so far.</description>
		<content:encoded><![CDATA[<p>Hey Sieggi, a big thank you for this great tutorial! You really helped me understanding some details I haven&#8217;t known so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Haywood</title>
		<link>http://blog.jdevelop.eu/2008/05/14/create-crud-mashups-rapidly-with-naked-objects-and-netbeans/comment-page-1/#comment-107</link>
		<dc:creator>Dan Haywood</dc:creator>
		<pubDate>Fri, 25 Jul 2008 00:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=116#comment-107</guid>
		<description>Hi Siegfried,

Thanks for taking the time to put this mini-tutorial together.  Nice to see the Naked Objects message being spread a little wider.

Only (tiny) objection is that Naked Objects goes beyond "CRUD" applications, allowing the application/controller layer to be dispensed with completely.  But that's probably a distinction worth making in a comment but perhaps not in your main posting.

Cheers
Dan</description>
		<content:encoded><![CDATA[<p>Hi Siegfried,</p>
<p>Thanks for taking the time to put this mini-tutorial together.  Nice to see the Naked Objects message being spread a little wider.</p>
<p>Only (tiny) objection is that Naked Objects goes beyond &#8220;CRUD&#8221; applications, allowing the application/controller layer to be dispensed with completely.  But that&#8217;s probably a distinction worth making in a comment but perhaps not in your main posting.</p>
<p>Cheers<br />
Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

