InterviewSolution
Saved Bookmarks
| 1. |
What is JSF? Explain |
|
Answer» The full form of JSF is Java Server Faces. This is a server-side COMPONENT based on the user interface framework. It is mainly used for developing web applications. It gives a programming model which is well-defined. It has RICH API and tag libraries. JSF 2 is the latest version which is using FACELETS as a default templating system. |
|