<?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>Caught By Java &#187; Design Pattern</title>
	<atom:link href="http://www.caughtbyjava.com/category/design-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caughtbyjava.com</link>
	<description>Just another Technology Blog</description>
	<lastBuildDate>Sat, 19 Jun 2010 15:57:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Java Implementation of Strategy Design Pattern</title>
		<link>http://www.caughtbyjava.com/java-implementation-of-strategy-design-pattern/</link>
		<comments>http://www.caughtbyjava.com/java-implementation-of-strategy-design-pattern/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 00:29:29 +0000</pubDate>
		<dc:creator>Asim</dc:creator>
				<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=131</guid>
		<description><![CDATA[SummaryThis article explains a real world implementation of Strategy design pattern used with technology stack as JSF, Hibernate, IBM Websphere Application Server.MotivationThere are common situations when classes differ only in their behavior. For this cases is a good idea to isolate the algorithms in separate classes in order to have the ability to select different [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/java-implementation-of-strategy-design-pattern/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Where can we use Flyweight Design Pattern?</title>
		<link>http://www.caughtbyjava.com/where-can-we-use-flyweight-design-pattern/</link>
		<comments>http://www.caughtbyjava.com/where-can-we-use-flyweight-design-pattern/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 05:39:33 +0000</pubDate>
		<dc:creator>Asim</dc:creator>
				<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=91</guid>
		<description><![CDATA[In one of my previous projects I got the chance to implement this pattern. Generally this pattern is not talked much but in many projects there are good chances that you can take the advantage of this pattern immensely. If you are using Spring technology in your project then it is implemented internally by itself [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/where-can-we-use-flyweight-design-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When Singleton is not Singleton?</title>
		<link>http://www.caughtbyjava.com/when-singleton-is-not-singleton/</link>
		<comments>http://www.caughtbyjava.com/when-singleton-is-not-singleton/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 15:23:37 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=34</guid>
		<description><![CDATA[Singleton design pattern is quite a helpful design pattern for allowing only one instance of your class but common missteps can unintentionally allow more than singleton instance to be created. In this article I&#8217;ll show that how it can happen and how to avoid it.<br />Singleton design pattern is quite a helpful design pattern that allows [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/when-singleton-is-not-singleton/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Singleton Design Pattern</title>
		<link>http://www.caughtbyjava.com/singleton-design-pattern/</link>
		<comments>http://www.caughtbyjava.com/singleton-design-pattern/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 12:19:14 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=6</guid>
		<description><![CDATA[ <br />Singleton Design Pattern says that there should be only one instance of the class at any time during the running state of the application in which it exists. It means that there should only one instance of the class in the JVM.If you run the below code it will always return you the same [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/singleton-design-pattern/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://www.caughtbyjava.com/wp-content/plugins/mystat/mystat.php?act=time_load&id=170220&rnd=1579736937" /></channel>
</rss>
