I want to create user authentication (login) and security page in jsf, that manages user access in my program.
I need a sample or tutorial about that – can you suggest or provide one?
I want to create user authentication (login) and security page in jsf, that manages
Share
If you are using Spring, you could take a look at Spring Security. It is a very flexible framework for user authentication:
http://static.springsource.org/spring-security/site/