The new Java web technologies make our development journey more pleasant and productive. This article should help web developers make an easy transition from the old-fashioned JSP programming to the new JSF-styled web programming. There is one more thing worth mentioning for enthusiasts of servlet filters like myself: JSF phase listeners are preferred and should replace servlet filters. Apart from the discussions, topics like exception handling and security management, including single-sign on (SSO), should also be considered carefully from an enterprise architecture standpoint.
-
Developing applications with Facelets, JSF, and JSP (3 messages)
- Posted by: Joseph Ottinger
- Posted on: August 29 2006 13:46 EDT
In "Developing applications with Facelets, JSF, and JSP," Dr. Xinyu Liu introduces a rich list of useful tips to help developers smoothly transition from the old-fashioned JSP/servlet programming to the new JSF-style programming. It might be a useful read for those considering the transition to JSF.Threaded Messages (3)
- Re: Developing applications with Facelets, JSF, and JSP by Mileta Cekovic on August 29 2006 15:23 EDT
- Re: Developing applications with Facelets, JSF, and JSP by Jason Lee on August 29 2006 16:40 EDT
- Re: Developing applications with Facelets, JSF, and JSP by Jacob Hookom on August 29 2006 16:41 EDT
-
Re: Developing applications with Facelets, JSF, and JSP[ Go to top ]
- Posted by: Mileta Cekovic
- Posted on: August 29 2006 15:23 EDT
- in response to Joseph Ottinger
JSF framework (or any other stateful web UI components framework) makes only half-way of managing state in rich web UIs. The other half is managing conversational and process state, like Seam does. Let's hope that part will be standardised as JSR too. -
Re: Developing applications with Facelets, JSF, and JSP[ Go to top ]
- Posted by: Jason Lee
- Posted on: August 29 2006 16:40 EDT
- in response to Mileta Cekovic
Like this? -
Re: Developing applications with Facelets, JSF, and JSP[ Go to top ]
- Posted by: Jacob Hookom
- Posted on: August 29 2006 16:41 EDT
- in response to Mileta Cekovic
JSF framework (or any other stateful web UI components framework) makes only half-way of managing state in rich web UIs.
http://www.jcp.org/en/jsr/detail?id=299
The other half is managing conversational and process state, like Seam does. Let's hope that part will be standardised as JSR too.