<?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: Refactoring to Strategy. My example. Part 2</title>
	<atom:link href="http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 08:16:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: erka</title>
		<link>http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/comment-page-1/#comment-563</link>
		<dc:creator>erka</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/#comment-563</guid>
		<description>Of course, you are right. I just have written about refactoring in this article. Nothing more. A title is "Refactoring to Strategy. My example", not "Cool database connection framework" :)</description>
		<content:encoded><![CDATA[<p>Of course, you are right. I just have written about refactoring in this article. Nothing more. A title is &#8220;Refactoring to Strategy. My example&#8221;, not &#8220;Cool database connection framework&#8221; <img src='http://erka.kpumuk.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GWT-fan</title>
		<link>http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/comment-page-1/#comment-562</link>
		<dc:creator>GWT-fan</dc:creator>
		<pubDate>Wed, 30 Nov 2011 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/#comment-562</guid>
		<description>As for me it is very strange to use some custom Connectors for obtaining database connection objects.
Since we already have standard DataSource interface. Moreover we don't need write configuration routine in because it should placed in config files (Spring bean configs for non-container usage, and Application Server configs for container usages which are binded at startup to JNDI).

So I don't see any problem...</description>
		<content:encoded><![CDATA[<p>As for me it is very strange to use some custom Connectors for obtaining database connection objects.<br />
Since we already have standard DataSource interface. Moreover we don&#8217;t need write configuration routine in because it should placed in config files (Spring bean configs for non-container usage, and Application Server configs for container usages which are binded at startup to JNDI).</p>
<p>So I don&#8217;t see any problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erka</title>
		<link>http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/comment-page-1/#comment-193</link>
		<dc:creator>erka</dc:creator>
		<pubDate>Wed, 30 Nov 2011 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/#comment-193</guid>
		<description>You will fix many bugs when you refactor code. This refactoring is no exception.</description>
		<content:encoded><![CDATA[<p>You will fix many bugs when you refactor code. This refactoring is no exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: COTOHA</title>
		<link>http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/comment-page-1/#comment-189</link>
		<dc:creator>COTOHA</dc:creator>
		<pubDate>Sat, 30 Nov 2002 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://erka.kpumuk.info/development/refactoring-to-strategy-my-example-part-2/#comment-189</guid>
		<description>Why don't you write that while refactoring you fixed a bug in the original code even not knowing it was there - it seems like another good point of using patterns and do refactoring.</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you write that while refactoring you fixed a bug in the original code even not knowing it was there - it seems like another good point of using patterns and do refactoring.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
