<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Adding support for Java 5 enums to Naked Objects &#8211; part 2</title>
	<atom:link href="http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/</link>
	<description>domain driven design, restful objects, apache isis, the naked objects pattern, agile and more</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:41:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: danhaywood</title>
		<link>http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/#comment-122</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Sat, 03 Jul 2010 07:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=526#comment-122</guid>
		<description><![CDATA[It was my stupid mistake - thanks, no fixed.
By the way, I&#039;ve committed these changes to the trunk; so if you pull down the NOF trunk (http://nakedobjects.svn.sourceforge.net/svnroot/nakedobjects/framework/trunk) you&#039;ll see them there.  If you want to build the NOF, it&#039;s a matter of:
cd pom ; mvn clean install ; cd .. ; mvn clean install]]></description>
		<content:encoded><![CDATA[<p>It was my stupid mistake &#8211; thanks, no fixed.<br />
By the way, I&#8217;ve committed these changes to the trunk; so if you pull down the NOF trunk (<a href="http://nakedobjects.svn.sourceforge.net/svnroot/nakedobjects/framework/trunk" rel="nofollow">http://nakedobjects.svn.sourceforge.net/svnroot/nakedobjects/framework/trunk</a>) you&#8217;ll see them there.  If you want to build the NOF, it&#8217;s a matter of:<br />
cd pom ; mvn clean install ; cd .. ; mvn clean install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan X Franklin</title>
		<link>http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/#comment-121</link>
		<dc:creator><![CDATA[Alan X Franklin]]></dc:creator>
		<pubDate>Sat, 03 Jul 2010 00:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=526#comment-121</guid>
		<description><![CDATA[Not sure if is just an entry creation typo, or blog framework error, but working through the code, I see two copies of PropertyChoicesFacetDerivedFromChoicesFacet and no code for ActionParameterChoicesFacetDerivedFromChoicesFacet.

Damm, I&#039;m going to have to put my brain in gear and try to work it out.....]]></description>
		<content:encoded><![CDATA[<p>Not sure if is just an entry creation typo, or blog framework error, but working through the code, I see two copies of PropertyChoicesFacetDerivedFromChoicesFacet and no code for ActionParameterChoicesFacetDerivedFromChoicesFacet.</p>
<p>Damm, I&#8217;m going to have to put my brain in gear and try to work it out&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simplifying inheritance hierarchies using powertypes and Java 5 enums &#124; Domain Driven Design using Naked Objects</title>
		<link>http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/#comment-120</link>
		<dc:creator><![CDATA[Simplifying inheritance hierarchies using powertypes and Java 5 enums &#124; Domain Driven Design using Naked Objects]]></dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=526#comment-120</guid>
		<description><![CDATA[[...] Adding support for Java 5 enums to Naked Objects &#8211; part 2 &#187;   var dzone_url = [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Adding support for Java 5 enums to Naked Objects &#8211; part 2 &raquo;   var dzone_url = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danhaywood</title>
		<link>http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/#comment-119</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Mon, 01 Mar 2010 18:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=526#comment-119</guid>
		<description><![CDATA[@Alexander,
This *is* the solution!  Perhaps it isn&#039;t clear from the post, but setting up those facet factories etc is a one-off, and will support any generic.

@Giorgio,
I wouldn&#039;t call this a proof-of-concept, this is pretty much the code that will go into 4.1.  I&#039;ve posted it here early (a) for anyone who&#039;s missing enums, and (b) to demonstrate how the NO programming model can be extended.

Cheers
Dan]]></description>
		<content:encoded><![CDATA[<p>@Alexander,<br />
This *is* the solution!  Perhaps it isn&#8217;t clear from the post, but setting up those facet factories etc is a one-off, and will support any generic.</p>
<p>@Giorgio,<br />
I wouldn&#8217;t call this a proof-of-concept, this is pretty much the code that will go into 4.1.  I&#8217;ve posted it here early (a) for anyone who&#8217;s missing enums, and (b) to demonstrate how the NO programming model can be extended.</p>
<p>Cheers<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/#comment-118</link>
		<dc:creator><![CDATA[Giorgio Sironi]]></dc:creator>
		<pubDate>Mon, 01 Mar 2010 10:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=526#comment-118</guid>
		<description><![CDATA[From what I understand this is a proof of concept, they will add support for enums in the 4.1 release.]]></description>
		<content:encoded><![CDATA[<p>From what I understand this is a proof of concept, they will add support for enums in the 4.1 release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/#comment-117</link>
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Mon, 01 Mar 2010 07:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=526#comment-117</guid>
		<description><![CDATA[I have to do all this just to have enum support? It isn&#039;t the solution!]]></description>
		<content:encoded><![CDATA[<p>I have to do all this just to have enum support? It isn&#8217;t the solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding support for Java 5 enums to Naked Objects &#124; Domain Driven Design using Naked Objects</title>
		<link>http://danhaywood.com/2010/02/28/adding-support-for-java-5-enums-to-naked-objects-part-2/#comment-116</link>
		<dc:creator><![CDATA[Adding support for Java 5 enums to Naked Objects &#124; Domain Driven Design using Naked Objects]]></dc:creator>
		<pubDate>Sun, 28 Feb 2010 08:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=526#comment-116</guid>
		<description><![CDATA[[...] Adding support for Java 5 enums to Naked Objects &#8211; part 2 &#160;&#160; Simulated Enums &#8211; supporting choices &#187;   var dzone_url = [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Adding support for Java 5 enums to Naked Objects &#8211; part 2 &nbsp;&nbsp; Simulated Enums &#8211; supporting choices &raquo;   var dzone_url = [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

