<?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: A very simple login example with JSF</title>
	<atom:link href="http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/</link>
	<description>Just a little about development! Think before you write!</description>
	<pubDate>Tue, 06 Jan 2009 07:32:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rodrigo Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-3511</link>
		<dc:creator>Rodrigo Urubatan</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-3511</guid>
		<description>To logout you just need to create a link that will set the loginOk property of the Login bean to false.</description>
		<content:encoded><![CDATA[<p>To logout you just need to create a link that will set the loginOk property of the Login bean to false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruno</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-3510</link>
		<dc:creator>bruno</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-3510</guid>
		<description>I have a question, How can I logoff?,
because after login and close the application, I running again and I was still login and could see the "secureData"...
I just have to undeploy and deploy the aplication again??
I use netbeans 6.1 and glassfish.</description>
		<content:encoded><![CDATA[<p>I have a question, How can I logoff?,<br />
because after login and close the application, I running again and I was still login and could see the &#8220;secureData&#8221;&#8230;<br />
I just have to undeploy and deploy the aplication again??<br />
I use netbeans 6.1 and glassfish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hostedhg &#187; A very simple login example with JSF</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-78</link>
		<dc:creator>hostedhg &#187; A very simple login example with JSF</dc:creator>
		<pubDate>Mon, 22 Oct 2007 11:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-78</guid>
		<description>[...] here to [...]</description>
		<content:encoded><![CDATA[<p>[...] here to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Schmidt</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-75</link>
		<dc:creator>Stephan Schmidt</dc:creator>
		<pubDate>Sun, 21 Oct 2007 07:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-75</guid>
		<description>Urubatan, ah ok.

@vnjug:  web.xml is created once and then forgotten. And as Urubatan says,  faces-config.xml is usually done with annotations.

Peace
-stephan</description>
		<content:encoded><![CDATA[<p>Urubatan, ah ok.</p>
<p>@vnjug:  web.xml is created once and then forgotten. And as Urubatan says,  faces-config.xml is usually done with annotations.</p>
<p>Peace<br />
-stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-74</link>
		<dc:creator>Urubatan</dc:creator>
		<pubDate>Sun, 21 Oct 2007 03:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-74</guid>
		<description>vnjug, if I want to let this to the container, I can do it with 4 lines of XML too, but this way is more flexible ...
And in a real application it will probably be wrapped with a little of annotations and AOP :D</description>
		<content:encoded><![CDATA[<p>vnjug, if I want to let this to the container, I can do it with 4 lines of XML too, but this way is more flexible &#8230;<br />
And in a real application it will probably be wrapped with a little of annotations and AOP <img src='http://www.urubatan.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vnjug</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-73</link>
		<dc:creator>vnjug</dc:creator>
		<pubDate>Sun, 21 Oct 2007 02:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-73</guid>
		<description>Too complicated. I can write the same stuff in several code in raw PHP or even less with SolarPHP or Zend or Symfony framework</description>
		<content:encoded><![CDATA[<p>Too complicated. I can write the same stuff in several code in raw PHP or even less with SolarPHP or Zend or Symfony framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-71</link>
		<dc:creator>Urubatan</dc:creator>
		<pubDate>Sat, 20 Oct 2007 21:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-71</guid>
		<description>Stephan, Seam is a very good framework, but the idea of this post was to teach how the things work behind the scenes :D</description>
		<content:encoded><![CDATA[<p>Stephan, Seam is a very good framework, but the idea of this post was to teach how the things work behind the scenes <img src='http://www.urubatan.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Schmidt</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-70</link>
		<dc:creator>Stephan Schmidt</dc:creator>
		<pubDate>Sat, 20 Oct 2007 20:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-70</guid>
		<description>"How would you improve this example?"

Use Seam?

Peace
-stephan

-- 
Stephan Schmidt :: stephan@reposita.org
Reposita Open Source - Monitor your software development
http://www.reposita.org 
Blog at http://stephan.reposita.org - No signal. No noise.</description>
		<content:encoded><![CDATA[<p>&#8220;How would you improve this example?&#8221;</p>
<p>Use Seam?</p>
<p>Peace<br />
-stephan</p>
<p>&#8211;<br />
Stephan Schmidt :: <a href="mailto:stephan@reposita.org">stephan@reposita.org</a><br />
Reposita Open Source - Monitor your software development<br />
<a href="http://www.reposita.org" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.reposita.org');">http://www.reposita.org</a><br />
Blog at <a href="http://stephan.reposita.org" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/stephan.reposita.org');">http://stephan.reposita.org</a> - No signal. No noise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Implementando Login com JSF (exemplo simples) &#124; Blog do Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/comment-page-1/#comment-69</link>
		<dc:creator>Implementando Login com JSF (exemplo simples) &#124; Blog do Urubatan</dc:creator>
		<pubDate>Sat, 20 Oct 2007 16:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-very-simple-login-example-with-jsf/#comment-69</guid>
		<description>[...] Comentários Duda on Teste de QIA very simple login example with JSF &#124; Urubatan&#8217;s Weblog on Implementando Login com JSF (exemplo simples)alexandre on DAO Generico - um exemplo a [...]</description>
		<content:encoded><![CDATA[<p>[...] Comentários Duda on Teste de QIA very simple login example with JSF | Urubatan&#8217;s Weblog on Implementando Login com JSF (exemplo simples)alexandre on DAO Generico - um exemplo a [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
