<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Loading multiple property files</title>
	<atom:link href="http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/</link>
	<description></description>
	<lastBuildDate>Mon, 05 Oct 2009 12:09:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to Get Six Pack Fast</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-2223</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-2223</guid>
		<description>This is quite a up-to-date information. I&#039;ll share it on Facebook.</description>
		<content:encoded><![CDATA[<p>This is quite a up-to-date information. I&#8217;ll share it on Facebook.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-2094</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Mon, 16 Jun 2008 13:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-2094</guid>
		<description>The ignoreUnresolvablePlaceholders is helpful when you have multiple Spring xml configurations file and each needs its own properties file. You can make it work with locations as well but the former is more cleaner IMO.
Thanks!</description>
		<content:encoded><![CDATA[<p>The ignoreUnresolvablePlaceholders is helpful when you have multiple Spring xml configurations file and each needs its own properties file. You can make it work with locations as well but the former is more cleaner IMO.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-2093</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 14 Jun 2008 23:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-2093</guid>
		<description>@Idetrorce: There were no opinions offered, how do you not agree with a usage example?</description>
		<content:encoded><![CDATA[<p>@Idetrorce: There were no opinions offered, how do you not agree with a usage example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idetrorce</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1977</link>
		<dc:creator>Idetrorce</dc:creator>
		<pubDate>Sun, 16 Dec 2007 00:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1977</guid>
		<description>very interesting, but I don&#039;t agree with you 
Idetrorce</description>
		<content:encoded><![CDATA[<p>very interesting, but I don&#8217;t agree with you<br />
Idetrorce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jol</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1942</link>
		<dc:creator>Jol</dc:creator>
		<pubDate>Wed, 28 Nov 2007 00:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1942</guid>
		<description>constructor-arg index=&quot;3&quot; value=&quot;${notifications.fromName.hoojano}&quot;</description>
		<content:encoded><![CDATA[<p>constructor-arg index=&#8221;3&#8243; value=&#8221;${notifications.fromName.hoojano}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jol</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1941</link>
		<dc:creator>Jol</dc:creator>
		<pubDate>Wed, 28 Nov 2007 00:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1941</guid>
		<description>that should have read: 
.. &lt; constructor-arg index=&quot;3&quot; value=&quot;${notifications.fromName.hoojano}&quot;  ..</description>
		<content:encoded><![CDATA[<p>that should have read:<br />
.. &lt; constructor-arg index=&#8221;3&#8243; value=&#8221;${notifications.fromName.hoojano}&#8221;  ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jol</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1940</link>
		<dc:creator>Jol</dc:creator>
		<pubDate>Wed, 28 Nov 2007 00:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1940</guid>
		<description>Thanks heaps, multiple files using locations is just what I wanted.  btw, In case any punters need to know how to reference properties in spring:

Jol.</description>
		<content:encoded><![CDATA[<p>Thanks heaps, multiple files using locations is just what I wanted.  btw, In case any punters need to know how to reference properties in spring:</p>
<p>Jol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1589</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Tue, 28 Aug 2007 18:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1589</guid>
		<description>I guess that&#039;s better. :) Thanks!</description>
		<content:encoded><![CDATA[<p>I guess that&#8217;s better. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fisher</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1588</link>
		<dc:creator>Mark Fisher</dc:creator>
		<pubDate>Tue, 28 Aug 2007 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1588</guid>
		<description>with escaped xml this time...
   &lt;bean class=&quot;org.springframework.beans.factory.config.PropertyPlaceholderConfigurer&quot;&gt;
        &lt;property name=&quot;locations&quot;&gt;
            &lt;list&gt;
                &lt;value&gt;sample1.properties&lt;/value&gt;
                &lt;value&gt;sample2.properties&lt;/value&gt;
            &lt;/list&gt;
        &lt;/property&gt;
   &lt;/bean&gt;</description>
		<content:encoded><![CDATA[<p>with escaped xml this time&#8230;<br />
   &lt;bean class=&#8221;org.springframework.beans.factory.config.PropertyPlaceholderConfigurer&#8221;&gt;<br />
        &lt;property name=&#8221;locations&#8221;&gt;<br />
            &lt;list&gt;<br />
                &lt;value&gt;sample1.properties&lt;/value&gt;<br />
                &lt;value&gt;sample2.properties&lt;/value&gt;<br />
            &lt;/list&gt;<br />
        &lt;/property&gt;<br />
   &lt;/bean&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fisher</title>
		<link>http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1587</link>
		<dc:creator>Mark Fisher</dc:creator>
		<pubDate>Tue, 28 Aug 2007 18:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://henneberke.wordpress.com/2007/08/28/loading-multiple-property-files/#comment-1587</guid>
		<description>Just wanted to point out, it is also possible to use the &#039;locations&#039; property of a single PropertyPlaceholderConfigurer:

   
        
            
                sample1.properties
                sample2.properties
            
        
   </description>
		<content:encoded><![CDATA[<p>Just wanted to point out, it is also possible to use the &#8216;locations&#8217; property of a single PropertyPlaceholderConfigurer:</p>
<p>                sample1.properties<br />
                sample2.properties</p>
]]></content:encoded>
	</item>
</channel>
</rss>
