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)

November 27, 2007

JSF Introduction For Nonbelievers

Although it is nearly three years old, the "JSF for nonbelievers" series at IBM developerWorks is a good introduction to JSF. I didn't find it at first when I was looking for tutorials because of the "nonbeliever" name. It's a silly name, because I think a lot of people that would be interested in reading it are actually "believers" that want to learn more about it.

JSF for nonbelievers Series

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

September 17, 2007

JSF KickStart

JSF KickStart Tutorial

This worked for me. I will try it in Eclipse next.

Posted by lsloan at 10:18 AM | Comments (0)