<?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: Getting started with JSF 2 (and Maven)</title>
	<atom:link href="http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/</link>
	<description>Oliver Wehrens on Programming and Agile</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:26:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oliver Wehrens</title>
		<link>http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/comment-page-1/#comment-4171</link>
		<dc:creator>Oliver Wehrens</dc:creator>
		<pubDate>Sat, 30 Jan 2010 10:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=270#comment-4171</guid>
		<description>@Tom: What&#039;s the detail you are missing?</description>
		<content:encoded><![CDATA[<p>@Tom: What&#8217;s the detail you are missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/comment-page-1/#comment-4156</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 29 Jan 2010 08:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=270#comment-4156</guid>
		<description>It&#039;s a good example ! But  not in detail.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a good example ! But  not in detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel do Vale</title>
		<link>http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/comment-page-1/#comment-3205</link>
		<dc:creator>Gabriel do Vale</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=270#comment-3205</guid>
		<description>Veryyy helpfull for me, thanks!</description>
		<content:encoded><![CDATA[<p>Veryyy helpfull for me, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Wehrens</title>
		<link>http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/comment-page-1/#comment-2921</link>
		<dc:creator>Oliver Wehrens</dc:creator>
		<pubDate>Thu, 08 Oct 2009 05:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=270#comment-2921</guid>
		<description>@Steven Of course you spotted an error. Fixed it in the listing.


Thanks, Oliver</description>
		<content:encoded><![CDATA[<p>@Steven Of course you spotted an error. Fixed it in the listing.</p>
<p>Thanks, Oliver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/comment-page-1/#comment-2920</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 08 Oct 2009 02:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=270#comment-2920</guid>
		<description>Thank you so much for posting this tutorial.  I think there&#039;s an error in your XHTML.  I get:

 contains an unknown id &#039;result&#039; - cannot locate it in the context of the component name


Is  correct?</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this tutorial.  I think there&#8217;s an error in your XHTML.  I get:</p>
<p> contains an unknown id &#8216;result&#8217; &#8211; cannot locate it in the context of the component name</p>
<p>Is  correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/comment-page-1/#comment-1887</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=270#comment-1887</guid>
		<description>Convention over configuration.

Since HelloWorldBean is a @ManagedBean JSF will look for beans with that name (helloWorldBean) which are annotated. I guess one could also specifiy a name attribute on the @ManagedBean annotation and use that in the xhtml (never tried it though).</description>
		<content:encoded><![CDATA[<p>Convention over configuration.</p>
<p>Since HelloWorldBean is a @ManagedBean JSF will look for beans with that name (helloWorldBean) which are annotated. I guess one could also specifiy a name attribute on the @ManagedBean annotation and use that in the xhtml (never tried it though).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rayk</title>
		<link>http://maxheapsize.com/2009/07/03/getting-started-with-jsf-2-and-maven/comment-page-1/#comment-1885</link>
		<dc:creator>Rayk</dc:creator>
		<pubDate>Tue, 07 Jul 2009 07:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=270#comment-1885</guid>
		<description>Hmm, what I&#039;m missing is the link between {helloWorldBean.reverseName} from the XHTML file to the - not sure - service, which is named reverse? or demoService? Pls. help!</description>
		<content:encoded><![CDATA[<p>Hmm, what I&#8217;m missing is the link between {helloWorldBean.reverseName} from the XHTML file to the &#8211; not sure &#8211; service, which is named reverse? or demoService? Pls. help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
