dev@glassfish.java.net

glassfish v3.1 jsf form authentication, vs phaselisteners

From: java4dev <java4dev_at_gmail.com>
Date: Fri, 13 May 2011 08:45:43 +0300

Hello

In form authentication jsf is not working so you get a very limited
login page which you cannot control at all.

in NetBeans there is an example JsfJpa which authenticates users using
phaselisteners.
In phaselisteners scenario you can have any jsf form you like with full
control
but the question is how much overhead is to setup an extra listener
since it is going to be invoked on every request.

brg
Nikolas