Search
 
 
Pages
 
Characters remaining : 3000
 
Report
Rajeev vashisht be mba asks : What is the difference between Facelets and Java Server Pages? Discuss. 
Category : Computer Architect |  On : 2011-11-26 08:37:35
 
Natarajan says :
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.
Previous1Next