<?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/"
		>
<channel>
	<title>Comments on: Configuration-hell remedy with Singleton injection &#8211; DON&#039;T do it</title>
	<atom:link href="http://leshazlewood.com/2007/12/10/configuration-hell-remedy-with-singleton-injection-dont-do-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://leshazlewood.com/2007/12/10/configuration-hell-remedy-with-singleton-injection-dont-do-it/</link>
	<description>Where Les is More</description>
	<lastBuildDate>Thu, 26 Apr 2012 02:41:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Connie Young</title>
		<link>http://leshazlewood.com/2007/12/10/configuration-hell-remedy-with-singleton-injection-dont-do-it/comment-page-1/#comment-439</link>
		<dc:creator>Connie Young</dc:creator>
		<pubDate>Fri, 23 Jan 2009 15:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=38#comment-439</guid>
		<description>This is a good article. Can you provide examples of the alternative to using the typical singleton?

Normally we use:
public static getInstance() {

if (null == myBean) {
myBean = ServiceLocator.getBean();
}
 return myBean
}</description>
		<content:encoded><![CDATA[<p>This is a good article. Can you provide examples of the alternative to using the typical singleton?</p>
<p>Normally we use:<br />
public static getInstance() {</p>
<p>if (null == myBean) {<br />
myBean = ServiceLocator.getBean();<br />
}<br />
 return myBean<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

