Facelet is a view technology for Java Server Faces (JSF) that allows building composite views more quickly and easily than with JSP which is the default view technology for JSF. JSP pages are compiled into servlets but it?s not the case with Facelets because Facelet pages are XML compliant and its framework uses a fast SAXbased compiler to build views. Facelets can make changes to pages immediately so developing JSF applications with Facelets is simply faster. This section explains all facelet tags. Download zip file from the link given below of the page and run it.
Read more information at:
http://www.javajazzup.com/issue7/page77.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Introduction to Facelet
Post your Comment