<?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 for Dan Haywood</title>
	<atom:link href="http://danhaywood.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://danhaywood.com</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>Comment on Pojo Properties Auto Testing by mestachs</title>
		<link>http://danhaywood.com/2010/06/11/pojo-properties-auto-testing/#comment-1039</link>
		<dc:creator><![CDATA[mestachs]]></dc:creator>
		<pubDate>Thu, 17 May 2012 16:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=600#comment-1039</guid>
		<description><![CDATA[nice, I would also add tests 
 for hashCode Equals 
    nullsafetty : assertFalse(pojo.equals(null))
    reflexivity  : assertTrue(pojo.equals(pojo))
    classcastsafe  : assertFalse(pojo.equals(&quot;dsfsdf&quot;))
 toString against nullsafety, 

your small framework, looks really similar to http://code.google.com/p/openpojo/

In our project we already catched some issues with so trivial testing
for eg non nullsafe &quot;smart getter/setter&quot; (trim,uppercase,..)
and also have a positive effect on our sonar statistics
http://www.sonarsource.org/]]></description>
		<content:encoded><![CDATA[<p>nice, I would also add tests<br />
 for hashCode Equals<br />
    nullsafetty : assertFalse(pojo.equals(null))<br />
    reflexivity  : assertTrue(pojo.equals(pojo))<br />
    classcastsafe  : assertFalse(pojo.equals(&#8220;dsfsdf&#8221;))<br />
 toString against nullsafety, </p>
<p>your small framework, looks really similar to <a href="http://code.google.com/p/openpojo/" rel="nofollow">http://code.google.com/p/openpojo/</a></p>
<p>In our project we already catched some issues with so trivial testing<br />
for eg non nullsafe &#8220;smart getter/setter&#8221; (trim,uppercase,..)<br />
and also have a positive effect on our sonar statistics<br />
<a href="http://www.sonarsource.org/" rel="nofollow">http://www.sonarsource.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DB unit testing with dbUnit, JSON, HSQLDB and JUnit Rules by Resumen semanal de temas de Java &#171; Jbravomontero&#039;s Blog</title>
		<link>http://danhaywood.com/2011/12/20/db-unit-testing-with-dbunit-json-hsqldb-and-junit-rules/#comment-962</link>
		<dc:creator><![CDATA[Resumen semanal de temas de Java &#171; Jbravomontero&#039;s Blog]]></dc:creator>
		<pubDate>Sun, 25 Mar 2012 20:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=867#comment-962</guid>
		<description><![CDATA[[...] DB unit testing with dbUnit, JSON, HSQLDB and JUnit Rules « Dan Haywood, dbUnit con Json, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] DB unit testing with dbUnit, JSON, HSQLDB and JUnit Rules « Dan Haywood, dbUnit con Json, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restful Objects (.NET) screencasts by Restful Objects (.NET) screencasts &#124; Microsoft &#124; Syngu</title>
		<link>http://danhaywood.com/2012/03/09/restfulobjects_net_screencasts/#comment-920</link>
		<dc:creator><![CDATA[Restful Objects (.NET) screencasts &#124; Microsoft &#124; Syngu]]></dc:creator>
		<pubDate>Sun, 11 Mar 2012 06:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=933#comment-920</guid>
		<description><![CDATA[[...] For those interested in the work I&#039;ve been doing on Restful Objects, you might be interested to see that Richard Pawson has recorded some screencasts about how RO is supported in the (open source) .NET implementation. I&#039;ve linked to them from the RO site....   &#160;   &#160;Microsoft     Read the original post on DZone... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] For those interested in the work I&#039;ve been doing on Restful Objects, you might be interested to see that Richard Pawson has recorded some screencasts about how RO is supported in the (open source) .NET implementation. I&#039;ve linked to them from the RO site&#8230;.   &nbsp;   &nbsp;Microsoft     Read the original post on DZone&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Eclipse templates to IntelliJ IDEA by mzielins</title>
		<link>http://danhaywood.com/2009/10/11/converting-eclipse-templates-to-intellij-idea/#comment-889</link>
		<dc:creator><![CDATA[mzielins]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 19:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=306#comment-889</guid>
		<description><![CDATA[Thank you, this is what i was looking for :)]]></description>
		<content:encoded><![CDATA[<p>Thank you, this is what i was looking for <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DB unit testing with dbUnit, JSON, HSQLDB and JUnit Rules by Ryan Breidenbach</title>
		<link>http://danhaywood.com/2011/12/20/db-unit-testing-with-dbunit-json-hsqldb-and-junit-rules/#comment-873</link>
		<dc:creator><![CDATA[Ryan Breidenbach]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 14:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=867#comment-873</guid>
		<description><![CDATA[Great post. The one-upping between you and Lieven produced a pretty nice testing tool. I have already put this example to use in a project I am working on.

Would you object to me taking the example you two put together and turning it into a small open source tool? I think these examples are valuable enough to formalize into a project.

I would of course attribute the genesis of the work to you and Lieven.]]></description>
		<content:encoded><![CDATA[<p>Great post. The one-upping between you and Lieven produced a pretty nice testing tool. I have already put this example to use in a project I am working on.</p>
<p>Would you object to me taking the example you two put together and turning it into a small open source tool? I think these examples are valuable enough to formalize into a project.</p>
<p>I would of course attribute the genesis of the work to you and Lieven.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CollectionUtils.transformedCollection(&#8230;) : subtlety or bug? by Cdu Indeep</title>
		<link>http://danhaywood.com/2008/08/11/collectionutils-transformedcollection-subtlety-or-bug/#comment-863</link>
		<dc:creator><![CDATA[Cdu Indeep]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 20:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/2008/08/11/collectionutils-transformedcollection-subtlety-or-bug/#comment-863</guid>
		<description><![CDATA[For those who found this article recently, use collect. Transformer is not a decorator.

http://commons.apache.org/collections/apidocs/org/apache/commons/collections/CollectionUtils.html#collect(java.util.Collection,%20org.apache.commons.collections.Transformer)]]></description>
		<content:encoded><![CDATA[<p>For those who found this article recently, use collect. Transformer is not a decorator.</p>
<p><a href="http://commons.apache.org/collections/apidocs/org/apache/commons/collections/CollectionUtils.html#collect(java.util.Collection,%20org.apache.commons.collections.Transformer)" rel="nofollow">http://commons.apache.org/collections/apidocs/org/apache/commons/collections/CollectionUtils.html#collect(java.util.Collection,%20org.apache.commons.collections.Transformer)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by Popcorn245</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-861</link>
		<dc:creator><![CDATA[Popcorn245]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 19:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-861</guid>
		<description><![CDATA[Lol okay after a quick trip to Google I get what your going at with the Isis. The DB for my app is all run from localstorage...]]></description>
		<content:encoded><![CDATA[<p>Lol okay after a quick trip to Google I get what your going at with the Isis. The DB for my app is all run from localstorage&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by danhaywood</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-860</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 19:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-860</guid>
		<description><![CDATA[Isis for geeks : like an ORM, but for the presentation layer rather than persistence.
Perhaps we should put that on the Isis website; then again, it&#039;s not very nuanced, so perhaps not.]]></description>
		<content:encoded><![CDATA[<p>Isis for geeks : like an ORM, but for the presentation layer rather than persistence.<br />
Perhaps we should put that on the Isis website; then again, it&#8217;s not very nuanced, so perhaps not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by Popcorn245</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-859</link>
		<dc:creator><![CDATA[Popcorn245]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 19:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-859</guid>
		<description><![CDATA[Lol if your a noob then I must be a nub then cause I&#039;m still trying to wrap my head around the whole Isis thing. Oh and I rigged my system together with the pagebeforechange event and got it working for the most part.]]></description>
		<content:encoded><![CDATA[<p>Lol if your a noob then I must be a nub then cause I&#8217;m still trying to wrap my head around the whole Isis thing. Oh and I rigged my system together with the pagebeforechange event and got it working for the most part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQueryMobile demo app walk-thru by danhaywood</title>
		<link>http://danhaywood.com/2012/02/01/jquerymobile-demo-app-walkthr/#comment-858</link>
		<dc:creator><![CDATA[danhaywood]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 17:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://danhaywood.com/?p=900#comment-858</guid>
		<description><![CDATA[Thanks for the nice words, and glad the post was of help.  To be honest I&#039;m still something of a noob with JS/JQ/JQM, so it was all a bit of trial and error.  I think it&#039;s not too bad as a first effort, but I&#039;m hoping that I might get a few other comments telling me how to improve the code.  All being well, at some stage we&#039;ll factor this into &lt;a href=&quot;http://incubator.apache.org/isis&quot; title=&quot;Apache Isis&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Apache Isis&lt;/a&gt;&#039; Maven archetype.
No, I haven&#039;t tried jqote2 as a templating engine, thx for the suggestion... 
Cheers
Dan]]></description>
		<content:encoded><![CDATA[<p>Thanks for the nice words, and glad the post was of help.  To be honest I&#8217;m still something of a noob with JS/JQ/JQM, so it was all a bit of trial and error.  I think it&#8217;s not too bad as a first effort, but I&#8217;m hoping that I might get a few other comments telling me how to improve the code.  All being well, at some stage we&#8217;ll factor this into <a href="http://incubator.apache.org/isis" title="Apache Isis" target="_blank" rel="nofollow">Apache Isis</a>&#8216; Maven archetype.<br />
No, I haven&#8217;t tried jqote2 as a templating engine, thx for the suggestion&#8230;<br />
Cheers<br />
Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

