<?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: Google collections and JavaBeans</title>
	<atom:link href="http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 18 Aug 2010 04:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Shanon</title>
		<link>http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/#comment-80</link>
		<dc:creator><![CDATA[Shanon]]></dc:creator>
		<pubDate>Tue, 18 May 2010 04:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=500#comment-80</guid>
		<description><![CDATA[I have been putting off learning Scala for a while now but I think its getting to the point where I need to go and get my hands dirty :)]]></description>
		<content:encoded><![CDATA[<p>I have been putting off learning Scala for a while now but I think its getting to the point where I need to go and get my hands dirty <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Pokle</title>
		<link>http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/#comment-79</link>
		<dc:creator><![CDATA[Tushar Pokle]]></dc:creator>
		<pubDate>Mon, 17 May 2010 09:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=500#comment-79</guid>
		<description><![CDATA[Hey Shannon, you can have your cake and eat it too with Scala. This is typesafe and compact:

	User.find(By(User.email, &quot;foo@bar.com&quot;)) // legal
	User.find(By(User.birthday, new Date(&quot;Jan 4, 1975&quot;))) // legal
	User.find(By(User.birthday, &quot;foo@bar.com&quot;)) // compiler error]]></description>
		<content:encoded><![CDATA[<p>Hey Shannon, you can have your cake and eat it too with Scala. This is typesafe and compact:</p>
<p>	User.find(By(User.email, &#8220;foo@bar.com&#8221;)) // legal<br />
	User.find(By(User.birthday, new Date(&#8220;Jan 4, 1975&#8243;))) // legal<br />
	User.find(By(User.birthday, &#8220;foo@bar.com&#8221;)) // compiler error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim Berezniker</title>
		<link>http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/#comment-78</link>
		<dc:creator><![CDATA[Vadim Berezniker]]></dc:creator>
		<pubDate>Mon, 26 Apr 2010 02:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=500#comment-78</guid>
		<description><![CDATA[KB, if you use bindgen, you can have the property references be checked at compile time. Only downside is you won&#039;t be able to refactor those property references via tools. At least not yet.]]></description>
		<content:encoded><![CDATA[<p>KB, if you use bindgen, you can have the property references be checked at compile time. Only downside is you won&#8217;t be able to refactor those property references via tools. At least not yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanon</title>
		<link>http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/#comment-77</link>
		<dc:creator><![CDATA[Shanon]]></dc:creator>
		<pubDate>Fri, 23 Apr 2010 05:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=500#comment-77</guid>
		<description><![CDATA[I&#039;ll accept that. It&#039;s certainly not to everyone&#039;s taste.

My code is going to be well tested either way so I&#039;m not too fussed about how it is implemented.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll accept that. It&#8217;s certainly not to everyone&#8217;s taste.</p>
<p>My code is going to be well tested either way so I&#8217;m not too fussed about how it is implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KB</title>
		<link>http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/#comment-76</link>
		<dc:creator><![CDATA[KB]]></dc:creator>
		<pubDate>Fri, 23 Apr 2010 04:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=500#comment-76</guid>
		<description><![CDATA[FWIW, I don&#039;t think these kinds of extremely un-typesafe shortcuts belong in good Java code. Use Ruby if you want Ruby; Java if you want Java.

That&#039;s just my opinion.  Sorry to be a naysayer.]]></description>
		<content:encoded><![CDATA[<p>FWIW, I don&#8217;t think these kinds of extremely un-typesafe shortcuts belong in good Java code. Use Ruby if you want Ruby; Java if you want Java.</p>
<p>That&#8217;s just my opinion.  Sorry to be a naysayer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanon</title>
		<link>http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/#comment-75</link>
		<dc:creator><![CDATA[Shanon]]></dc:creator>
		<pubDate>Wed, 21 Apr 2010 22:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=500#comment-75</guid>
		<description><![CDATA[Actually, that would work really well :)]]></description>
		<content:encoded><![CDATA[<p>Actually, that would work really well <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim Berezniker</title>
		<link>http://compacted.wordpress.com/2010/04/21/google-collections-and-javabeans/#comment-74</link>
		<dc:creator><![CDATA[Vadim Berezniker]]></dc:creator>
		<pubDate>Wed, 21 Apr 2010 12:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=500#comment-74</guid>
		<description><![CDATA[Combine the examples with bindgen and it will be gold :)]]></description>
		<content:encoded><![CDATA[<p>Combine the examples with bindgen and it will be gold <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

