<?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: SiteMesh Tutorial with Examples</title>
	<atom:link href="http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/</link>
	<description>The software development weblog of Benjamin McCann.</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:31:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-21126</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-21126</guid>
		<description>veggen,
The reason for calling it a decorator is that it follows the Decorator design pattern (http://en.wikipedia.org/wiki/Decorator_pattern) since the common portions of the page are placed around the content.</description>
		<content:encoded><![CDATA[<p>veggen,<br />
The reason for calling it a decorator is that it follows the Decorator design pattern (<a href="http://en.wikipedia.org/wiki/Decorator_pattern" rel="nofollow">http://en.wikipedia.org/wiki/Decorator_pattern</a>) since the common portions of the page are placed around the content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veggen</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-21108</link>
		<dc:creator>veggen</dc:creator>
		<pubDate>Wed, 24 Feb 2010 07:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-21108</guid>
		<description>It seems to me that the &quot;decorator&quot; namespace is really a misnomer. It should be &quot;template&quot; as this represents facelets templates more than anything else.

But that has nothing to do with the article, which was pretty useful :)</description>
		<content:encoded><![CDATA[<p>It seems to me that the &#8220;decorator&#8221; namespace is really a misnomer. It should be &#8220;template&#8221; as this represents facelets templates more than anything else.</p>
<p>But that has nothing to do with the article, which was pretty useful <img src='http://www.benmccann.com/dev-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-20076</link>
		<dc:creator>danny</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-20076</guid>
		<description>Hi.
Thanks, thanks for scaled-down intro.
Note- there is a typo in your code.  In your decorators.xml last  is missing its closer- e.g. </description>
		<content:encoded><![CDATA[<p>Hi.<br />
Thanks, thanks for scaled-down intro.<br />
Note- there is a typo in your code.  In your decorators.xml last  is missing its closer- e.g.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-17864</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-17864</guid>
		<description>Manmonhan, the pages your decorators are applied to are specified by your decorators.xml file.  As an example, one thing you could do is create a directory called popups that is not mapped to your decorator.</description>
		<content:encoded><![CDATA[<p>Manmonhan, the pages your decorators are applied to are specified by your decorators.xml file.  As an example, one thing you could do is create a directory called popups that is not mapped to your decorator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manmohan</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-17845</link>
		<dc:creator>Manmohan</dc:creator>
		<pubDate>Fri, 11 Dec 2009 10:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-17845</guid>
		<description>Hello, I am very new to sitemesh. I have one question, how can exclude this sitemesh settings from some of the pages for example popup windows. I want to open a popup window but without any header or footer which are including automatically by sitemesh.

Thanks in advance.

Manmohan</description>
		<content:encoded><![CDATA[<p>Hello, I am very new to sitemesh. I have one question, how can exclude this sitemesh settings from some of the pages for example popup windows. I want to open a popup window but without any header or footer which are including automatically by sitemesh.</p>
<p>Thanks in advance.</p>
<p>Manmohan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-6828</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 17 Mar 2009 20:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-6828</guid>
		<description>I haven&#039;t actually used DecoratorMappers before, so I don&#039;t have a good example to share.  The CookieDecoratorMapper is a pretty small file, so hopefully it&#039;s not too hard to figure out what it&#039;s doing from the source: http://fisheye5.cenqua.com/browse/~raw,r=1.2/sitemesh/src/java/com/opensymphony/module/sitemesh/mapper/CookieDecoratorMapper.java</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t actually used DecoratorMappers before, so I don&#8217;t have a good example to share.  The CookieDecoratorMapper is a pretty small file, so hopefully it&#8217;s not too hard to figure out what it&#8217;s doing from the source: <a href="http://fisheye5.cenqua.com/browse/~raw,r=1.2/sitemesh/src/java/com/opensymphony/module/sitemesh/mapper/CookieDecoratorMapper.java" rel="nofollow">http://fisheye5.cenqua.com/browse/~raw,r=1.2/sitemesh/src/java/com/opensymphony/module/sitemesh/mapper/CookieDecoratorMapper.java</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Norris</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-6819</link>
		<dc:creator>Dave Norris</dc:creator>
		<pubDate>Tue, 17 Mar 2009 17:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-6819</guid>
		<description>Do you have a good example of a CookieDecoratorMapper?</description>
		<content:encoded><![CDATA[<p>Do you have a good example of a CookieDecoratorMapper?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-6815</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 17 Mar 2009 15:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-6815</guid>
		<description>Hey Dave,
Great to hear from you!  You should be able to create a DecoratorMapper that will do that.</description>
		<content:encoded><![CDATA[<p>Hey Dave,<br />
Great to hear from you!  You should be able to create a DecoratorMapper that will do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Norris</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-6813</link>
		<dc:creator>Dave Norris</dc:creator>
		<pubDate>Tue, 17 Mar 2009 14:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-6813</guid>
		<description>Is there a way that we can use sitemesh to give one application multiple skins all based on the domain in the URL?

Also, how is the weather out there?  I have some Xellerate questions for you too.

-Dave</description>
		<content:encoded><![CDATA[<p>Is there a way that we can use sitemesh to give one application multiple skins all based on the domain in the URL?</p>
<p>Also, how is the weather out there?  I have some Xellerate questions for you too.</p>
<p>-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/sitemesh-tutorial-with-examples/comment-page-1/#comment-1199</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 15 Oct 2008 04:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=59#comment-1199</guid>
		<description>Thanks for pointing out the mistake Selcuk.  I&#039;ve updated the post, so hopefully it makes more sense now.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out the mistake Selcuk.  I&#8217;ve updated the post, so hopefully it makes more sense now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
