<?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: XML Syntax Sugar in Spring 2.0</title>
	<atom:link href="http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Spring p namespace for constructor args? &#124; Gravity Layouts</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-204694</link>
		<dc:creator>Spring p namespace for constructor args? &#124; Gravity Layouts</dc:creator>
		<pubDate>Fri, 07 Oct 2011 08:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-204694</guid>
		<description>[...] there an equivalent of the p namespace for constructor args in Spring? I would love to shorten that [...]</description>
		<content:encoded><![CDATA[<p>[...] there an equivalent of the p namespace for constructor args in Spring? I would love to shorten that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lwpro2</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-198735</link>
		<dc:creator>lwpro2</dc:creator>
		<pubDate>Mon, 18 Jul 2011 01:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-198735</guid>
		<description>That&#039;s a good feature. Thanks.</description>
		<content:encoded><![CDATA[<p>That&#039;s a good feature. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spring Example 1 &#171; xin..on&#8230;.net</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-170909</link>
		<dc:creator>Spring Example 1 &#171; xin..on&#8230;.net</dc:creator>
		<pubDate>Sat, 09 Jan 2010 01:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-170909</guid>
		<description>[...] The P-Namespace is used to simplified the code for specifying a property. Â Further information at here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The P-Namespace is used to simplified the code for specifying a property. Â Further information at here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spring Presentation at Charlotte JUG</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-121711</link>
		<dc:creator>Spring Presentation at Charlotte JUG</dc:creator>
		<pubDate>Thu, 18 Sep 2008 01:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-121711</guid>
		<description>[...] XML Syntax Sugar in Spring 2.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] XML Syntax Sugar in Spring 2.0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanthan</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-101088</link>
		<dc:creator>kanthan</dc:creator>
		<pubDate>Thu, 20 Mar 2008 16:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-101088</guid>
		<description>I tried the p namespace within a list and it did not work.

For example
&lt;code&gt;
&lt;bean id=&quot;class1&quot; class=&quot;someClass&quot;&gt;
    &lt;p:attributes&gt;
      &lt;list&gt;
        &lt;bean  class=&quot;anotherclass&quot; p.name=&quot;test1&quot; p.id=&quot;id1&quot;/&gt;
      &lt;/list&gt;
    &lt;/p:attributes&gt;
&lt;bean&gt;
&lt;/code&gt;
When I run above example the attributes contain list on one NULL element. The inner class didn&#039;t get created.

Can you please let me know what I am doing wrong
Thanks</description>
		<content:encoded><![CDATA[<p>I tried the p namespace within a list and it did not work.</p>
<p>For example<br />
<code><br />
&lt;bean id="class1" class="someClass"&gt;<br />
    &lt;p:attributes&gt;<br />
      &lt;list&gt;<br />
        &lt;bean  class="anotherclass" p.name="test1" p.id="id1"/&gt;<br />
      &lt;/list&gt;<br />
    &lt;/p:attributes&gt;<br />
&lt;bean&gt;<br />
</code><br />
When I run above example the attributes contain list on one NULL element. The inner class didn&#039;t get created.</p>
<p>Can you please let me know what I am doing wrong<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanthan</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-101086</link>
		<dc:creator>kanthan</dc:creator>
		<pubDate>Thu, 20 Mar 2008 15:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-101086</guid>
		<description>I tried the p namespace within a list and it did not work
for example

    
      
        
      
    


When this example run the attributes contain list on one NULL element. The inner
class didn&#039;t get created.

Can you please let me know what I am doing worong
Thanks</description>
		<content:encoded><![CDATA[<p>I tried the p namespace within a list and it did not work<br />
for example</p>
<p>When this example run the attributes contain list on one NULL element. The inner<br />
class didn&#039;t get created.</p>
<p>Can you please let me know what I am doing worong<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IntelliJ IDEAä¸­æ–‡çˆ±å¥½è€…å?šå®¢ &#187; Blog Archive &#187; Spring &#8220;p&#8221; namespace support</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-71855</link>
		<dc:creator>IntelliJ IDEAä¸­æ–‡çˆ±å¥½è€…å?šå®¢ &#187; Blog Archive &#187; Spring &#8220;p&#8221; namespace support</dc:creator>
		<pubDate>Tue, 27 Nov 2007 03:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-71855</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] åœ¨IntelliJ IDEA 7.0ä¸­ï¼Œæ??ä¾›äº†å¯¹Springçš„å…¨é?¢æ”¯æŒ?ï¼Œå…¶ä¸­æœ‰ä¸€ä¸ªç‰¹æ€§å°±æ˜¯p-namespaceï¼Œå…³äºŽè¿™ä¸ªç‰¹æ€§çš„ä»‹ç»?å?¯ä»¥å?‚è€ƒï¼š <a href="http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/ã€‚IDEAä¹Ÿæ”¯æŒ?è¿™ä¸€ç‰¹æ€§ï¼Œå?ªè¦?åœ¨beanså£°æ˜Žä¸­åŠ å…¥xmlns:p=&#034;http://www.springframework.org/schema/p&#034;ï¼ŒæŽ¥ä¸‹æ?¥ä½ å°±å?¯ä»¥åœ¨beançš„å£°æ˜Žä¸­ä½¿ç”¨p-namespaceå•¦ï¼Œé?žå¸¸ç®€å?•ã€‚ç›®å‰?IDEAè¿˜æ²¡æœ‰æ??ä¾›å°†propertyæ–¹å¼?è½¬æ?¢ä¸ºp-namespaceæ–¹å¼?çš„intention" rel="nofollow">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/ã€‚IDEAä¹Ÿæ”¯æŒ?è¿™ä¸€ç‰¹æ€§ï¼Œå?ªè¦?åœ¨beanså£°æ˜Žä¸­åŠ å…¥xmlns:p=&#034;http://www.springframework.org/schema/p&#034;ï¼ŒæŽ¥ä¸‹æ?¥ä½ å°±å?¯ä»¥åœ¨beançš„å£°æ˜Žä¸­ä½¿ç”¨p-namespaceå•¦ï¼Œé?žå¸¸ç®€å?•ã€‚ç›®å‰?IDEAè¿˜æ²¡æœ‰æ??ä¾›å°†propertyæ–¹å¼?è½¬æ?¢ä¸ºp-namespaceæ–¹å¼?çš„intention</a> actionï¼Œå¦‚æžœæƒ³ä½¿ç”¨p-namespaceï¼Œä½ å?¯èƒ½éœ€è¦?æ‰‹åŠ¨è°ƒæ•´ç›¸åº”çš„ä»£ç ?ã€‚ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editor support for Spring 2.0 and the p namespace at Spring IDE blog</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-17044</link>
		<dc:creator>Editor support for Spring 2.0 and the p namespace at Spring IDE blog</dc:creator>
		<pubDate>Thu, 29 Mar 2007 16:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-17044</guid>
		<description>[...] After reading Rod Johnson&#8217;s blog entry that introduces a shortcut syntax for specifying Bean properties, I thought that it is about time to give an update on our progress to support Spring 2.0 features in Spring IDE&#8217;s Beans XML Editor. [...]</description>
		<content:encoded><![CDATA[<p>[...] After reading Rod Johnson&#039;s blog entry that introduces a shortcut syntax for specifying Bean properties, I thought that it is about time to give an update on our progress to support Spring 2.0 features in Spring IDE&#039;s Beans XML Editor. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 11p &#183; links for 2007-03-28</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-16894</link>
		<dc:creator>11p &#183; links for 2007-03-28</dc:creator>
		<pubDate>Wed, 28 Mar 2007 04:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-16894</guid>
		<description>[...] Interface21 Team Blog Â» XML Syntax Sugar in Spring 2.0 (tags: spring xml java springframework opensource p-namespace) [...]</description>
		<content:encoded><![CDATA[<p>[...] Interface21 Team Blog Â» XML Syntax Sugar in Spring 2.0 (tags: spring xml java springframework opensource p-namespace) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhett Sutphin</title>
		<link>http://blog.springsource.org/2006/11/25/xml-syntax-sugar-in-spring-20/comment-page-1/#comment-9239</link>
		<dc:creator>Rhett Sutphin</dc:creator>
		<pubDate>Thu, 25 Jan 2007 15:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/11/25/xml-syntax-sugar-in-spring-20/#comment-9239</guid>
		<description>[quote post=&quot;99&quot;]I&#039;m having the same problem as Mikel above. Using the p: namespace in a nested bean, mising and matching with &quot;regular&quot; tags, or using the p: notation within a Bean that is an entry in a or doesn&#039;t work.[/quote]

It looks like this was fixed in 2.0.2:

http://opensource.atlassian.com/projects/spring/browse/SPR-2955

It didn&#039;t work for me in 2.0 but does in 2.0.2.</description>
		<content:encoded><![CDATA[<p>[quote post="99"]I&#039;m having the same problem as Mikel above. Using the p: namespace in a nested bean, mising and matching with &#034;regular&#034; tags, or using the p: notation within a Bean that is an entry in a or doesn&#039;t work.[/quote]</p>
<p>It looks like this was fixed in 2.0.2:</p>
<p><a href="http://opensource.atlassian.com/projects/spring/browse/SPR-2955" rel="nofollow">http://opensource.atlassian.com/projects/spring/browse/SPR-2955</a></p>
<p>It didn&#039;t work for me in 2.0 but does in 2.0.2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

