<?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: Adventures in JSF 2.0:  Hello World Tutorial using Maven 2, JSF 2, Facelets 2, and Weld</title>
	<atom:link href="http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/feed/" rel="self" type="application/rss+xml" />
	<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/</link>
	<description>Healthcare, Informatics, Software - in the real world.</description>
	<lastBuildDate>Wed, 07 Jul 2010 21:30:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: pancara</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-21090</link>
		<dc:creator>pancara</dc:creator>
		<pubDate>Thu, 13 May 2010 14:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-21090</guid>
		<description>it help me much... 

Thanks...</description>
		<content:encoded><![CDATA[<p>it help me much&#8230; </p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suraj</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-20710</link>
		<dc:creator>Suraj</dc:creator>
		<pubDate>Tue, 04 May 2010 09:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-20710</guid>
		<description>Hi,
  I want to put all faces page inside WEB-INF folder like /WEB-INF/view 
? do i have to use any view resolver for that ??

/WEB-INF
.........../view
.....................userlist.xhtml
..........web.xml</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I want to put all faces page inside WEB-INF folder like /WEB-INF/view<br />
? do i have to use any view resolver for that ??</p>
<p>/WEB-INF<br />
&#8230;&#8230;&#8230;../view<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;userlist.xhtml<br />
&#8230;&#8230;&#8230;.web.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-17254</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-17254</guid>
		<description>Well, for the sake of clarity you should use the bundled JavaEE 6 API instead of manually importing all the artifacts. That&#039;d make the project file shorter and easier to read.</description>
		<content:encoded><![CDATA[<p>Well, for the sake of clarity you should use the bundled JavaEE 6 API instead of manually importing all the artifacts. That&#8217;d make the project file shorter and easier to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bee</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-11171</link>
		<dc:creator>Bee</dc:creator>
		<pubDate>Mon, 22 Feb 2010 05:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-11171</guid>
		<description>I manage to get it running on tomcat 5.5.x. Thanks.</description>
		<content:encoded><![CDATA[<p>I manage to get it running on tomcat 5.5.x. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bee</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-11068</link>
		<dc:creator>Bee</dc:creator>
		<pubDate>Sun, 21 Feb 2010 12:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-11068</guid>
		<description>Thanks for the great tutorial. I wonder if it can be run in tomcat 5.5.x. I mean if JSF 2.0 and Weld can be run on tomcat 5.5.x.
I did manage to get it up and render the page. however, the el expression, both ${helloWord.text} and #{helloWorld.text}, are not evaluated.

Also this tutorial uses JSF RI from Sun, can you show me how to use it with MyFaces?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial. I wonder if it can be run in tomcat 5.5.x. I mean if JSF 2.0 and Weld can be run on tomcat 5.5.x.<br />
I did manage to get it up and render the page. however, the el expression, both ${helloWord.text} and #{helloWorld.text}, are not evaluated.</p>
<p>Also this tutorial uses JSF RI from Sun, can you show me how to use it with MyFaces?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Boscarine</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-7255</link>
		<dc:creator>Steven Boscarine</dc:creator>
		<pubDate>Fri, 08 Jan 2010 14:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-7255</guid>
		<description>Hello Ashley,
I apologize, but much as changed since that post was written. When that post was written, there were no weld archetypes.  Since then, I got a chance to work with the JBoss team to create archetypes to automate the entire procedure.

Please try this procedure instead: http://www.seamframework.org/Documentation/WeldQuickstartForMavenUsers

I&#039;ll update that post to reflect the fact that nearly the entire tutorial has been reduced to a few command lines.  The JBoss team is actively working with the community to make adopting Java EE features as easy as possible with projects like the archetype project.

Thanks,
Steven</description>
		<content:encoded><![CDATA[<p>Hello Ashley,<br />
I apologize, but much as changed since that post was written. When that post was written, there were no weld archetypes.  Since then, I got a chance to work with the JBoss team to create archetypes to automate the entire procedure.</p>
<p>Please try this procedure instead: <a href="http://www.seamframework.org/Documentation/WeldQuickstartForMavenUsers" rel="nofollow">http://www.seamframework.org/Documentation/WeldQuickstartForMavenUsers</a></p>
<p>I&#8217;ll update that post to reflect the fact that nearly the entire tutorial has been reduced to a few command lines.  The JBoss team is actively working with the community to make adopting Java EE features as easy as possible with projects like the archetype project.</p>
<p>Thanks,<br />
Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley Westwell</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-7246</link>
		<dc:creator>Ashley Westwell</dc:creator>
		<pubDate>Fri, 08 Jan 2010 12:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-7246</guid>
		<description>Type above 

javax.servlet
jstl
1.2
runtime

Should be 

javax.faces
jsf-impl
runtime
2.0.0-RC</description>
		<content:encoded><![CDATA[<p>Type above </p>
<p>javax.servlet<br />
jstl<br />
1.2<br />
runtime</p>
<p>Should be </p>
<p>javax.faces<br />
jsf-impl<br />
runtime<br />
2.0.0-RC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley Westwell</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-7245</link>
		<dc:creator>Ashley Westwell</dc:creator>
		<pubDate>Fri, 08 Jan 2010 12:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-7245</guid>
		<description>Hey

I tried your example and it works fine, thanks for the quick start. However if I try to update the JSF 2 dependencies to latest version the injection stops working!

Here is what I changed the JSF dependancies to in the pom.xml


From


   javax.faces
   jsf-impl
   runtime
   2.0.0-RC



   javax.servlet
   jstl
   1.2
   runtime


To


   javax.faces
   jsf-api
   2.0.2-FCS



   javax.faces
   jsf-impl
   runtime
   2.0.2-FCS
</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>I tried your example and it works fine, thanks for the quick start. However if I try to update the JSF 2 dependencies to latest version the injection stops working!</p>
<p>Here is what I changed the JSF dependancies to in the pom.xml</p>
<p>From</p>
<p>   javax.faces<br />
   jsf-impl<br />
   runtime<br />
   2.0.0-RC</p>
<p>   javax.servlet<br />
   jstl<br />
   1.2<br />
   runtime</p>
<p>To</p>
<p>   javax.faces<br />
   jsf-api<br />
   2.0.2-FCS</p>
<p>   javax.faces<br />
   jsf-impl<br />
   runtime<br />
   2.0.2-FCS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-4841</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 06 Dec 2009 17:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-4841</guid>
		<description>As Murat Can ALPAY, I get nothing. But I noticed the following in the log output:
Dec 6, 2009 5:55:56 PM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: JSR-299 injection will not be available in Servlets, Filters etc. This facility is only available in Tomcat
Dec 6, 2009 5:55:56 PM org.jboss.interceptor.model.InterceptionTypeRegistry 

Creating the war file and deploying to Tomcat works fine though.

Regards,</description>
		<content:encoded><![CDATA[<p>As Murat Can ALPAY, I get nothing. But I noticed the following in the log output:<br />
Dec 6, 2009 5:55:56 PM org.jboss.weld.environment.servlet.Listener contextInitialized<br />
INFO: JSR-299 injection will not be available in Servlets, Filters etc. This facility is only available in Tomcat<br />
Dec 6, 2009 5:55:56 PM org.jboss.interceptor.model.InterceptionTypeRegistry </p>
<p>Creating the war file and deploying to Tomcat works fine though.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Boscarine</title>
		<link>http://info.rmatics.org/2009/10/17/jsf2_tutorial_0/comment-page-1/#comment-4188</link>
		<dc:creator>Steven Boscarine</dc:creator>
		<pubDate>Mon, 23 Nov 2009 15:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://info.rmatics.org/?p=390#comment-4188</guid>
		<description>Hello Tai,
You are correct.  Those commands are for *NIX.  You can install cygwin if you really want to run them, however, there&#039;s an easier way to accomplish the same goals.  

Touch in *NIX simply creates an empty file.  I added that command to reduce the chances of someone forgetting to create a file or putting it in the wrong directory.  For example one user had issues because he forgot to create the empty beans.xml file.  The touch command is designed to avoid that.

Simply create the folders and files in the Overview section in Windows explorer or eclipse and move on to writing the actual code.  

If you want to work on your Maven skills and skip the manual steps, there&#039;s an even easier way.  I&#039;ve been working with the kind folks at JBoss to create maven archetype that creates all the files you need to get started.  

The instructions are here:  http://www.seamframework.org/Documentation/WeldQuickstartForMavenUsers  Once these archetypes get published to the maven repo (hopefully soon), this entire tutorial becomes 2 maven commands.  For now, you have to check out the code and build it.  

Finally, I included my original source in the &quot;Download the Code&quot; section if you want to just have a working project to play with.

Thanks for commenting and checking out Weld.  

In the last month, I have been working with the Weld team to try to make CDI and Weld as accessible and easy to use as possible to new users.  Hopefully, in a month or 2, users in your situation will find it CDI and JSF 2.0 incredibly easy to get started with.  

Thanks,
Steven</description>
		<content:encoded><![CDATA[<p>Hello Tai,<br />
You are correct.  Those commands are for *NIX.  You can install cygwin if you really want to run them, however, there&#8217;s an easier way to accomplish the same goals.  </p>
<p>Touch in *NIX simply creates an empty file.  I added that command to reduce the chances of someone forgetting to create a file or putting it in the wrong directory.  For example one user had issues because he forgot to create the empty beans.xml file.  The touch command is designed to avoid that.</p>
<p>Simply create the folders and files in the Overview section in Windows explorer or eclipse and move on to writing the actual code.  </p>
<p>If you want to work on your Maven skills and skip the manual steps, there&#8217;s an even easier way.  I&#8217;ve been working with the kind folks at JBoss to create maven archetype that creates all the files you need to get started.  </p>
<p>The instructions are here:  <a href="http://www.seamframework.org/Documentation/WeldQuickstartForMavenUsers" rel="nofollow">http://www.seamframework.org/Documentation/WeldQuickstartForMavenUsers</a>  Once these archetypes get published to the maven repo (hopefully soon), this entire tutorial becomes 2 maven commands.  For now, you have to check out the code and build it.  </p>
<p>Finally, I included my original source in the &#8220;Download the Code&#8221; section if you want to just have a working project to play with.</p>
<p>Thanks for commenting and checking out Weld.  </p>
<p>In the last month, I have been working with the Weld team to try to make CDI and Weld as accessible and easy to use as possible to new users.  Hopefully, in a month or 2, users in your situation will find it CDI and JSF 2.0 incredibly easy to get started with.  </p>
<p>Thanks,<br />
Steven</p>
]]></content:encoded>
	</item>
</channel>
</rss>
