Friday, May 18, 2012

Introduction to Java Server Faces (JSF)

JavaServer Faces (JSF) is a user interface (UI) framework for Java web applications.
It is designed to significantly ease of writing and maintaining applications that run on a Java application server.

JSF provides ease-of-use in the following ways:


  • Makes it easy to construct a UI from a set of reusable UI components
  • Simplifies migration of application data to and from the UI
  • Helps manage UI state across server requests
  • Provides a simple model for wiring client-generated events to server-side application code
  • Allows custom UI components to be easily built and re-used





No comments:

Post a Comment