Friday, November 14, 2008

JSF (JavaServer Faces)

JavaServer Faces technology simplifies building user interfaces for JavaServer applications.
JavaServer Faces technology includes:

* A set of APIs for representing UI components and managing their state, handling events and input validation, defining page navigation, and supporting internationalization and accessibility.
* A JavaServer Pages (JSP) custom tag library for expressing a JavaServer Faces interface within a JSP page.

Links:
http://java.sun.com/javaee/javaserverfaces/overview.html
http://en.wikipedia.org/wiki/JavaServer_Faces

No comments: