Interview Question in JSF


 

Interview Question :: What is JSF (or JavaServer Faces)?

by ksk
VoteNowAnswers to "What is JSF (or JavaServer Faces)?"

 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.
by ksk