I would like to see a simple Login Application, not as simple as this though.
What I would like to achieve is an understanding on how JSF works, I\'ve developed a lo
If you're willing to try a bit more advanced approach then I suggest looking into spring-security+JSF. It works like a charm.
You can write your application as if it wasn't under security and then just configure which areas that should be protected using aspects.
Spring security: http://static.springsource.org/spring-security/site/
A Tutorial: http://ocpsoft.com/java/acegi-spring-security-jsf-login-page/