<?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: Using Patterns to Suppliment your Spring Configuration</title>
	<atom:link href="http://javatech.org/2007/11/using-patterns-to-suppliment-your-spring-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://javatech.org/2007/11/using-patterns-to-suppliment-your-spring-configuration/</link>
	<description>The Bleeding Edge of Java Technology</description>
	<lastBuildDate>Wed, 17 Nov 2010 18:15:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: darren.hicks</title>
		<link>http://javatech.org/2007/11/using-patterns-to-suppliment-your-spring-configuration/comment-page-1/#comment-67</link>
		<dc:creator>darren.hicks</dc:creator>
		<pubDate>Thu, 15 Nov 2007 19:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://javatech.org/?p=19#comment-67</guid>
		<description>This will allow for a common line of code to be much more configurable on a per-deployment basis - awesome!

One thing, though...

It&#039;s probably best to use lazy-initialization on the SpringBeans to allow the overrides ( which are processed last ) to be the only implementation ever instantiated.  Otherwise there may be crufty chaos and side-effects when unexpected resources are loaded, for example.  Or if the overriden bean attached itself as a callback with another bean through some mechanism...</description>
		<content:encoded><![CDATA[<p>This will allow for a common line of code to be much more configurable on a per-deployment basis &#8211; awesome!</p>
<p>One thing, though&#8230;</p>
<p>It&#8217;s probably best to use lazy-initialization on the SpringBeans to allow the overrides ( which are processed last ) to be the only implementation ever instantiated.  Otherwise there may be crufty chaos and side-effects when unexpected resources are loaded, for example.  Or if the overriden bean attached itself as a callback with another bean through some mechanism&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

