<?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 Joe Walnes</title>
	<atom:link href="http://joewalnes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joewalnes.com</link>
	<description>Software development. And stuff.</description>
	<lastBuildDate>Thu, 22 Oct 2009 14:13:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on JUnit/TestNG tip: Diffing Lists by Steve Freeman</title>
		<link>http://joewalnes.com/2009/10/22/junittestng-tip-diffing-lists/#comment-22071</link>
		<dc:creator>Steve Freeman</dc:creator>
		<pubDate>Thu, 22 Oct 2009 14:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=355#comment-22071</guid>
		<description>There is some improved support for list comparisons in Hamcrest now. For example, this code:

List actual = Arrays.asList(&quot;name=Joe&quot;,&quot;starsign=Virgo&quot;,&quot;sex=Male&quot;);
assertThat(actual, Matchers.contains(&quot;name=Joe&quot;, &quot;starsign=Libra&quot;, &quot;sex=Female&quot;));

will generate:

Expected: iterable over [&quot;name=Joe&quot;, &quot;starsign=Libra&quot;, &quot;sex=Female&quot;]
     but: item 1: was &quot;starsign=Virgo&quot;</description>
		<content:encoded><![CDATA[<p>There is some improved support for list comparisons in Hamcrest now. For example, this code:</p>
<p>List actual = Arrays.asList(&#8220;name=Joe&#8221;,&#8221;starsign=Virgo&#8221;,&#8221;sex=Male&#8221;);<br />
assertThat(actual, Matchers.contains(&#8220;name=Joe&#8221;, &#8220;starsign=Libra&#8221;, &#8220;sex=Female&#8221;));</p>
<p>will generate:</p>
<p>Expected: iterable over ["name=Joe", "starsign=Libra", "sex=Female"]<br />
     but: item 1: was &#8220;starsign=Virgo&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JUnit/TestNG tip: Diffing Lists by Chris Winters</title>
		<link>http://joewalnes.com/2009/10/22/junittestng-tip-diffing-lists/#comment-22070</link>
		<dc:creator>Chris Winters</dc:creator>
		<pubDate>Thu, 22 Oct 2009 13:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=355#comment-22070</guid>
		<description>An assumption here is that your .equals() is checking the same state that your.toString() is displaying. Most of the time it&#039;s true, but when it&#039;s not you&#039;re getting a bad test result.</description>
		<content:encoded><![CDATA[<p>An assumption here is that your .equals() is checking the same state that your.toString() is displaying. Most of the time it&#8217;s true, but when it&#8217;s not you&#8217;re getting a bad test result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SiteMesh 3 preview by Matt Ruby</title>
		<link>http://joewalnes.com/2009/09/07/sitemesh-3-preview/#comment-22069</link>
		<dc:creator>Matt Ruby</dc:creator>
		<pubDate>Wed, 23 Sep 2009 19:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=351#comment-22069</guid>
		<description>Wonderful news!  I can&#039;t wait to try out the decorator chaining.</description>
		<content:encoded><![CDATA[<p>Wonderful news!  I can&#8217;t wait to try out the decorator chaining.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SiteMesh 3 preview by Graeme Rocher</title>
		<link>http://joewalnes.com/2009/09/07/sitemesh-3-preview/#comment-22066</link>
		<dc:creator>Graeme Rocher</dc:creator>
		<pubDate>Mon, 07 Sep 2009 07:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=351#comment-22066</guid>
		<description>Congrats Joe, look forward to trying this out with Grails</description>
		<content:encoded><![CDATA[<p>Congrats Joe, look forward to trying this out with Grails</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SiteMesh 3 preview by Phil</title>
		<link>http://joewalnes.com/2009/09/07/sitemesh-3-preview/#comment-22065</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 07 Sep 2009 07:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=351#comment-22065</guid>
		<description>And just yesterday I thought what a shame it was to have such an excellent library seeing its development stalled .. great news !</description>
		<content:encoded><![CDATA[<p>And just yesterday I thought what a shame it was to have such an excellent library seeing its development stalled .. great news !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running SiteMesh on AppEngine by John</title>
		<link>http://joewalnes.com/2009/04/17/running-sitemesh-on-appengine/#comment-22051</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 25 Apr 2009 07:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=343#comment-22051</guid>
		<description>Thank you for the tips and the patch. I can&#039;t wait to try it!</description>
		<content:encoded><![CDATA[<p>Thank you for the tips and the patch. I can&#8217;t wait to try it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running SiteMesh on AppEngine by Rainer Hermanns</title>
		<link>http://joewalnes.com/2009/04/17/running-sitemesh-on-appengine/#comment-22050</link>
		<dc:creator>Rainer Hermanns</dc:creator>
		<pubDate>Fri, 24 Apr 2009 08:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=343#comment-22050</guid>
		<description>Joe, 

great news, thanks for assembling the release. 
Could you please release SiteMesh to the maven repositories as well. The Struts2 SiteMesh plugin requires this release to be AppEngine compliant.

cheers,
Rainer</description>
		<content:encoded><![CDATA[<p>Joe, </p>
<p>great news, thanks for assembling the release.<br />
Could you please release SiteMesh to the maven repositories as well. The Struts2 SiteMesh plugin requires this release to be AppEngine compliant.</p>
<p>cheers,<br />
Rainer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Our Marmites by Chris Matts</title>
		<link>http://joewalnes.com/2009/01/18/our-marmites/#comment-22049</link>
		<dc:creator>Chris Matts</dc:creator>
		<pubDate>Fri, 17 Apr 2009 10:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=322#comment-22049</guid>
		<description>Real Options

Lovers: Its about decisions which means its about everything.

Haters: Its about decisions which means its about everything.</description>
		<content:encoded><![CDATA[<p>Real Options</p>
<p>Lovers: Its about decisions which means its about everything.</p>
<p>Haters: Its about decisions which means its about everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Our Marmites by Raoul Duke</title>
		<link>http://joewalnes.com/2009/01/18/our-marmites/#comment-22048</link>
		<dc:creator>Raoul Duke</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=322#comment-22048</guid>
		<description>@Neil and DI

i think that is not a good &quot;hater&quot; description, it sounds like it was written by a &quot;lover&quot; and not by somebody who was really considering what problems di might have, especially in languages other than, say, Java/C#.</description>
		<content:encoded><![CDATA[<p>@Neil and DI</p>
<p>i think that is not a good &#8220;hater&#8221; description, it sounds like it was written by a &#8220;lover&#8221; and not by somebody who was really considering what problems di might have, especially in languages other than, say, Java/C#.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Our Marmites by Romilly Cocking</title>
		<link>http://joewalnes.com/2009/01/18/our-marmites/#comment-22047</link>
		<dc:creator>Romilly Cocking</dc:creator>
		<pubDate>Mon, 02 Mar 2009 15:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=322#comment-22047</guid>
		<description>APL

Lovers: it&#039;s so concise that you think about what to code for an hour and then type it in 10 seconds

Haters: it&#039;s so cryptic that you think about what to code for an hour and then type it in 10 seconds

Might not be a Marmite though as most people of Joe&#039;s age have never heard if it.</description>
		<content:encoded><![CDATA[<p>APL</p>
<p>Lovers: it&#8217;s so concise that you think about what to code for an hour and then type it in 10 seconds</p>
<p>Haters: it&#8217;s so cryptic that you think about what to code for an hour and then type it in 10 seconds</p>
<p>Might not be a Marmite though as most people of Joe&#8217;s age have never heard if it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
