Search
 
 
 
Report
Rajeev vashisht be mba asks : What is the difference between Facelets and Java Server Pages? Discuss. 
Tag : server,facelets,pages,java,discu,difference
Category : Computer Architect |  On : 2011-11-26 08:37:35
 
3000 characters remaining
Advanced Editor
 
Answers (1)
Report
30/11/2011 02:29:50
JSPs are a (much older) standard for generating web pages from templates - these can be used as the View in a JSF application, but also separately from JSF. Facelets are an alternative view technology based on pure XML templates (no scriptlets) which was introduced with Version 2 of the JSF standard. They can only be used in a JSF application.
0
0