« December 2007 | Main | February 2008 »

January 14, 2008

Using JSF PhaseListener For Debug/Other

My colleague Mohamed and I were talking about authorization in our JSF applications. Specifically, what could we do about a user having their authorization removed while using the application and getting appropriate responses from Ajax actions.

Mohamed said that PhaseListener may be helpful.

We found this article that talks about debugging JSF, "
Debug JSF lifecycle". The author describes using PhaseListener, but it is easy to imagine that it could be used for other things.

Posted by lsloan at 11:35 AM | Comments (0)