<?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"
	>
<channel>
	<title>Comments on: The Properties class sucks!</title>
	<atom:link href="http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/</link>
	<description>Brian Pontarelli</description>
	<pubDate>Tue, 06 Jan 2009 09:48:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Som</title>
		<link>http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-5411</link>
		<dc:creator>Som</dc:creator>
		<pubDate>Tue, 20 Nov 2007 15:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-5411</guid>
		<description>Properties extending Hashtble and Stack extending Vector are known bad-design issues that was stated in "Effetive Java Programming Language Guide" by Joshua Bloch.
Item 14: Favor Composition Over Inhertance (pg: 76).</description>
		<content:encoded><![CDATA[<p>Properties extending Hashtble and Stack extending Vector are known bad-design issues that was stated in &#8220;Effetive Java Programming Language Guide&#8221; by Joshua Bloch.<br />
Item 14: Favor Composition Over Inhertance (pg: 76).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asd</title>
		<link>http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-4465</link>
		<dc:creator>Asd</dc:creator>
		<pubDate>Tue, 14 Aug 2007 08:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-4465</guid>
		<description>Properties, Stack etc. Just don't use them. They won't ever be fixed because that would break backwards compatibility.</description>
		<content:encoded><![CDATA[<p>Properties, Stack etc. Just don&#8217;t use them. They won&#8217;t ever be fixed because that would break backwards compatibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Pontarelli</title>
		<link>http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-4455</link>
		<dc:creator>Brian Pontarelli</dc:creator>
		<pubDate>Mon, 13 Aug 2007 19:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-4455</guid>
		<description>Yep, that's how I figured it out. I created a Map&#60;String , String&gt; and passed it to Names.bindProperties(Binder, Map&#60;String , String&gt;) rather than Names.bindProperties(Binder, Properties) and it all started working. 

At first I just freaked out and then I realized what was happening. hehe</description>
		<content:encoded><![CDATA[<p>Yep, that&#8217;s how I figured it out. I created a Map&lt;String , String> and passed it to Names.bindProperties(Binder, Map&lt;String , String>) rather than Names.bindProperties(Binder, Properties) and it all started working. </p>
<p>At first I just freaked out and then I realized what was happening. hehe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Lee</title>
		<link>http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-4454</link>
		<dc:creator>Bob Lee</dc:creator>
		<pubDate>Mon, 13 Aug 2007 19:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-4454</guid>
		<description>That should read Map&#60;String, String&#62;.</description>
		<content:encoded><![CDATA[<p>That should read Map&lt;String, String&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Lee</title>
		<link>http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-4453</link>
		<dc:creator>Bob Lee</dc:creator>
		<pubDate>Mon, 13 Aug 2007 19:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2007/08/13/the-properties-class-sucks/#comment-4453</guid>
		<description>Yeah, Properties is a good example of how not to design an API. I actually didn't know about the ability to build a tree of Properties objects.

This is why Guice also supports Map. :)</description>
		<content:encoded><![CDATA[<p>Yeah, Properties is a good example of how not to design an API. I actually didn&#8217;t know about the ability to build a tree of Properties objects.</p>
<p>This is why Guice also supports Map. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
