Best way for user authentication on JavaEE 6 using JSF 2.0?

Posted by ngeek on Stack Overflow See other posts from Stack Overflow or by ngeek
Published on 2010-02-05T11:45:35Z Indexed on 2010/05/20 19:10 UTC
Read the original article Hit count: 284

I'm wondering what the current state of art recommendation is regarding user authentication for a web application making use of JSF 2.0 (and if any components do exist) and JEE6 core mechanisms (login/check permissions/logouts) with user information hold in a JPA entity. The Sun tutorial is a bit sparse on this (only handles servlets).

This is without making use of a whole other framework, like Spring-Security (acegi), or Seam, but trying to stick hopefully with the new Java EE 6 platform (web profile) if possible.

Thanks, Niko

© Stack Overflow or respective owner

Related posts about jee6

Related posts about jsf