InterviewSolution
| 1. |
What Is Jsf (or Javaserver Faces)? |
|
Answer» A server side USER interface component framework for Java technology-based web applications. JavaServer Faces (JSF) is an industry standard and a framework for building component-based user interfaces for web applications. JSF contains an API for representing UI components and managing their STATE; handling EVENTS, server-side validation, and DATA conversion; defining page navigation; SUPPORTING internationalization and accessibility; and providing extensibility for all these features. A server side user interface component framework for Java technology-based web applications. JavaServer Faces (JSF) is an industry standard and a framework for building component-based user interfaces for web applications. JSF contains an API for representing UI components and managing their state; handling events, server-side validation, and data conversion; defining page navigation; supporting internationalization and accessibility; and providing extensibility for all these features. |
|