<?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: The Singleton Story</title>
	<atom:link href="http://ice09.wordpress.com/2008/05/26/the-singleton-story/feed/" rel="self" type="application/rss+xml" />
	<link>http://ice09.wordpress.com/2008/05/26/the-singleton-story/</link>
	<description>Playing with Spring</description>
	<lastBuildDate>Fri, 11 Dec 2009 16:03:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eclipse Galileo: Memory Analyzer (MAT) &#8230;and a little Spring&#8230; &#171; Ice09</title>
		<link>http://ice09.wordpress.com/2008/05/26/the-singleton-story/#comment-54</link>
		<dc:creator>Eclipse Galileo: Memory Analyzer (MAT) &#8230;and a little Spring&#8230; &#171; Ice09</dc:creator>
		<pubDate>Sun, 28 Jun 2009 11:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://ice09.wordpress.com/?p=3#comment-54</guid>
		<description>[...] Using an old example, I construed the case that accidentially instead of using a singleton, a prototype is used (once again a nice sample for Spring&#8217;s capabilities &#8211; changing one line changes the behaviour completely). [...]</description>
		<content:encoded><![CDATA[<p>[...] Using an old example, I construed the case that accidentially instead of using a singleton, a prototype is used (once again a nice sample for Spring&#8217;s capabilities &#8211; changing one line changes the behaviour completely). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miluch</title>
		<link>http://ice09.wordpress.com/2008/05/26/the-singleton-story/#comment-26</link>
		<dc:creator>miluch</dc:creator>
		<pubDate>Fri, 06 Feb 2009 19:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://ice09.wordpress.com/?p=3#comment-26</guid>
		<description>Hi

The one thing to note: prototypes created by  are instance-per-call objects. Every time you execute any method on this kind of prototype you are dealing with different object underneath which IMO not only changes semantics of prototype, but make your java code look weird...</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>The one thing to note: prototypes created by  are instance-per-call objects. Every time you execute any method on this kind of prototype you are dealing with different object underneath which IMO not only changes semantics of prototype, but make your java code look weird&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ice09</title>
		<link>http://ice09.wordpress.com/2008/05/26/the-singleton-story/#comment-4</link>
		<dc:creator>ice09</dc:creator>
		<pubDate>Thu, 10 Jul 2008 03:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://ice09.wordpress.com/?p=3#comment-4</guid>
		<description>There are good points in your post - I realized that this post is not about Singletons in the original meaning (http://en.wikipedia.org/wiki/Singleton_pattern) and updated it.</description>
		<content:encoded><![CDATA[<p>There are good points in your post &#8211; I realized that this post is not about Singletons in the original meaning (<a href="http://en.wikipedia.org/wiki/Singleton_pattern" rel="nofollow">http://en.wikipedia.org/wiki/Singleton_pattern</a>) and updated it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preston Lee</title>
		<link>http://ice09.wordpress.com/2008/05/26/the-singleton-story/#comment-3</link>
		<dc:creator>Preston Lee</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://ice09.wordpress.com/?p=3#comment-3</guid>
		<description>There are also a lot of reasons to &lt;a href=&quot;http://www.prestonlee.com/archives/22&quot; rel=&quot;nofollow&quot;&gt;avoid singletons in general&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>There are also a lot of reasons to <a href="http://www.prestonlee.com/archives/22" rel="nofollow">avoid singletons in general</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
