<?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: Quick Tip: Spring 2.5 makes use of PropertyPlaceholderConfigurer simpler</title>
	<atom:link href="http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pmularien</title>
		<link>http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/comment-page-1/#comment-73</link>
		<dc:creator>pmularien</dc:creator>
		<pubDate>Wed, 05 Dec 2007 18:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/#comment-73</guid>
		<description>Thanks for the follow-up. 

Actually, I had pulled this particular example out of the Spring 2.5 documentation (&lt;a href=&quot;http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-factory-placeholderconfigurer&quot; rel=&quot;nofollow&quot;&gt;3.7.2.1. Example: the PropertyPlaceholderConfigurer&lt;/a&gt;), which uses the legacy  &lt;code&gt;&lt;value&gt;...&lt;/value&gt;&lt;/code&gt; syntax. 

I agree that there are more elegant ways to set property values, and in the projects where I&#039;ve used Spring, I&#039;ve used the &#039;value=&#039; syntax, myself (I am not a fan of the p: namespace syntax, FWIW).</description>
		<content:encoded><![CDATA[<p>Thanks for the follow-up. </p>
<p>Actually, I had pulled this particular example out of the Spring 2.5 documentation (<a href="http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-factory-placeholderconfigurer" rel="nofollow">3.7.2.1. Example: the PropertyPlaceholderConfigurer</a>), which uses the legacy  <code>&lt;value&gt;...&lt;/value&gt;</code> syntax. </p>
<p>I agree that there are more elegant ways to set property values, and in the projects where I&#8217;ve used Spring, I&#8217;ve used the &#8216;value=&#8217; syntax, myself (I am not a fan of the p: namespace syntax, FWIW).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/comment-page-1/#comment-72</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 05 Dec 2007 18:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/#comment-72</guid>
		<description>&lt;code&gt;
use &lt;property name=&quot;...&quot; value=&quot;...&quot;/&gt; instead of &lt;property name=&quot;...&quot;&gt;&lt;value&gt;...&lt;/value&gt;&lt;/property&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>use &lt;property name="..." value="..."/&gt; instead of &lt;property name="..."&gt;&lt;value&gt;...&lt;/value&gt;&lt;/property&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmularien</title>
		<link>http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/comment-page-1/#comment-71</link>
		<dc:creator>pmularien</dc:creator>
		<pubDate>Tue, 04 Dec 2007 21:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/#comment-71</guid>
		<description>Seems to be fixed. Please make sure to wrap your code with &lt;code&gt;&lt;code&gt;&lt;/code&gt; tags.</description>
		<content:encoded><![CDATA[<p>Seems to be fixed. Please make sure to wrap your code with <code>&lt;code&gt;</code> tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmularien</title>
		<link>http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/comment-page-1/#comment-69</link>
		<dc:creator>pmularien</dc:creator>
		<pubDate>Tue, 04 Dec 2007 21:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/#comment-69</guid>
		<description>Thanks, I&#039;ll look into that issue. Unfortunately it seems that the actual purpose of your comment was lost. What was it you were trying to say?</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll look into that issue. Unfortunately it seems that the actual purpose of your comment was lost. What was it you were trying to say?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/comment-page-1/#comment-68</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 04 Dec 2007 21:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/#comment-68</guid>
		<description>oh and fix your blog to quote &gt; and &lt; rather than removing them</description>
		<content:encoded><![CDATA[<p>oh and fix your blog to quote &gt; and &lt; rather than removing them</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/comment-page-1/#comment-67</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 04 Dec 2007 21:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/13/quick-tip-spring-25-makes-use-of-propertyplaceholderconfigurer-simpler/#comment-67</guid>
		<description>you seriously still use the ... syntax still? try </description>
		<content:encoded><![CDATA[<p>you seriously still use the &#8230; syntax still? try</p>
]]></content:encoded>
	</item>
</channel>
</rss>
