<?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: Simulating Enums in Naked Objects</title>
	<atom:link href="http://danhaywood.com/2010/02/24/simulating-enums-in-naked-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://danhaywood.com/2010/02/24/simulating-enums-in-naked-objects/</link>
	<description>domain driven design, restful objects, apache isis, the naked objects pattern, agile and more</description>
	<lastBuildDate>Thu, 17 May 2012 16:05:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<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/24/simulating-enums-in-naked-objects/#comment-113</link>
		<dc:creator><![CDATA[Adding support for Java 5 enums to Naked Objects &#124; Domain Driven Design using Naked Objects]]></dc:creator>
		<pubDate>Sat, 27 Feb 2010 11:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=506#comment-113</guid>
		<description><![CDATA[[...] support for Java 5 enums to Naked Objects   In the previous posts we&#8217;ve seen how to simulate enums in Naked Objects 4.0. But it&#8217;d be nice if Naked [...]]]></description>
		<content:encoded><![CDATA[<p>[...] support for Java 5 enums to Naked Objects   In the previous posts we&#8217;ve seen how to simulate enums in Naked Objects 4.0. But it&#8217;d be nice if Naked [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simulated Enums &#8211; supporting choices &#124; Domain Driven Design using Naked Objects</title>
		<link>http://danhaywood.com/2010/02/24/simulating-enums-in-naked-objects/#comment-112</link>
		<dc:creator><![CDATA[Simulated Enums &#8211; supporting choices &#124; Domain Driven Design using Naked Objects]]></dc:creator>
		<pubDate>Sat, 27 Feb 2010 09:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=506#comment-112</guid>
		<description><![CDATA[[...] Simulating Enums in Naked Objects &#187;   var dzone_url = &#039;http://danhaywood.com/2010/02/27/simulated-enums-supporting-choices/&#039;; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Simulating Enums in Naked Objects &raquo;   var dzone_url = &#039;<a href="http://danhaywood.com/2010/02/27/simulated-enums-supporting-choices/&#038;#039" rel="nofollow">http://danhaywood.com/2010/02/27/simulated-enums-supporting-choices/&#038;#039</a>;; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danhaywood</title>
		<link>http://danhaywood.com/2010/02/24/simulating-enums-in-naked-objects/#comment-111</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=506#comment-111</guid>
		<description><![CDATA[Note: I&#039;ve fixed the code listing slightly; using setUpAll() in the enum type causes an infinite loop, so instead I&#039;ve renamed it to createAll()]]></description>
		<content:encoded><![CDATA[<p>Note: I&#8217;ve fixed the code listing slightly; using setUpAll() in the enum type causes an infinite loop, so instead I&#8217;ve renamed it to createAll()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danhaywood</title>
		<link>http://danhaywood.com/2010/02/24/simulating-enums-in-naked-objects/#comment-110</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Thu, 25 Feb 2010 05:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=506#comment-110</guid>
		<description><![CDATA[We think we can support enums by writing a couple of further FacetFactorys.  My analysis is that an enum is just a value type, which can also provide an out-of-the-box ChoicesFacet too.  I&#039;ll try to do some work on this and then post as another blog entry.

Cheers
Dan]]></description>
		<content:encoded><![CDATA[<p>We think we can support enums by writing a couple of further FacetFactorys.  My analysis is that an enum is just a value type, which can also provide an out-of-the-box ChoicesFacet too.  I&#8217;ll try to do some work on this and then post as another blog entry.</p>
<p>Cheers<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danhaywood</title>
		<link>http://danhaywood.com/2010/02/24/simulating-enums-in-naked-objects/#comment-109</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Thu, 25 Feb 2010 05:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=506#comment-109</guid>
		<description><![CDATA[It&#039;d be easy enough to provide a static all() method in the StockType class that could then be used for choices() - ie to display the values in a drop-down.  I&#039;ll show that in a follow-up posting (I have several more things I want to show in this little example).

Cheers
Dan]]></description>
		<content:encoded><![CDATA[<p>It&#8217;d be easy enough to provide a static all() method in the StockType class that could then be used for choices() &#8211; ie to display the values in a drop-down.  I&#8217;ll show that in a follow-up posting (I have several more things I want to show in this little example).</p>
<p>Cheers<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://danhaywood.com/2010/02/24/simulating-enums-in-naked-objects/#comment-108</link>
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=506#comment-108</guid>
		<description><![CDATA[Enums are really tricky moment in current NO (your captcha is killing me)]]></description>
		<content:encoded><![CDATA[<p>Enums are really tricky moment in current NO (your captcha is killing me)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://danhaywood.com/2010/02/24/simulating-enums-in-naked-objects/#comment-107</link>
		<dc:creator><![CDATA[Giorgio Sironi]]></dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=506#comment-107</guid>
		<description><![CDATA[I remember you proposed using a choices() method to emulate enums. There are many differences?]]></description>
		<content:encoded><![CDATA[<p>I remember you proposed using a choices() method to emulate enums. There are many differences?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

