Category: JavaServer Faces

Curious how JSF loads without requiring a listener in web.xml? | Posted Oct 7, 2010
I always wondered how Mojarra (the JSF Reference Implementation) managed to initialize without requiring a Servlet lifecycle listener entry (using the <listener> element) in web.xml....
Podcast from JavaOne | Posted Aug 22, 2008
In between crashing parties at JavaOne, I was tracked down by Kito Mann to do a podcast interview for JSFCentral. Kito is the author of...
Avoid this common JSF mistake | Posted May 1, 2008
Don't access the database in a method that feeds a UIData component! (e.g. <h:dataTable>) I see this mistake being made all the time. It's bad...