<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JavaBlogging &#187; Lazy Initialization</title>
	<atom:link href="http://www.javablogging.com/tag/lazy-initialization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to write a Singleton (3/5)</title>
		<link>http://www.javablogging.com/how-to-write-a-singleton-35/</link>
		<comments>http://www.javablogging.com/how-to-write-a-singleton-35/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 08:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Lazy Initialization]]></category>
		<category><![CDATA[Pattern]]></category>
		<category><![CDATA[Singleton]]></category>
		<category><![CDATA[Synchronization]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=158</guid>
		<description><![CDATA[In two previous posts I have tried to convince you not to implement the Singleton at all and to give up implementing it with lazy initialisation. Today I show how to write a singleton that uses lazy initialization. The presented code is one of 3 possible versions &#8211; the most readable one. Others will be [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/how-to-write-a-singleton-35/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to write a Singleton? (2/5)</title>
		<link>http://www.javablogging.com/how_to_write_a_singleton_2/</link>
		<comments>http://www.javablogging.com/how_to_write_a_singleton_2/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:14:33 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Final]]></category>
		<category><![CDATA[Lazy Initialization]]></category>
		<category><![CDATA[Pattern]]></category>
		<category><![CDATA[Singleton]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=137</guid>
		<description><![CDATA[In one of the recent posts I was trying to convince everyone not to create singletons. For those who still are not convinced I show today how to write it in a simplest and safest way possible. The following code base on one assumption: you do not need lazy initialization. 
 The idea behind lazy [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/how_to_write_a_singleton_2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
