JavaServer Faces (JSF)
From Wikipedia, the free encyclopedia
JavaServer Faces (JSF) is a component-based framework for developing user interfaces for web applications. JSF consists of:
- A set of APIs for creating and managing user interface (UI) components, handling events and input validation, controlling page navigation, and supporting internationalization.
- A JavaServer Pages (JSP) custom tag library for defining the appearance of the UI within a JSP.
Further information can be found on the JSF home page.