MyFaces
Home PageCategories: JSF - JSP - Tag libraries - AJAX
Author: The Apache Software Foundation
Latest version: 1.1.0
Added 2005-03-11Updated 2005-09-22
Open source implementation of JavaServer Faces (JSR-127).
MyFaces is a framework for building Java Server application GUIs based on JSF. JSF is comparable to the well-known Struts framework but has features and concepts that are beyond those of Struts.
Components and features:
- Tiles support: you can use Struts/Tiles in JSF projects by using the myfaces-tiles extension.
- JSCook Menu component: Javascript menu.
- Data Scroller component: scroll through UIData.
- Navigation component: hierarchical (vertical) navigation menu.
- Calendar component with localisation support.
- File Upload component
- UISaveState component: saving model state in the client response. (traditional JSP/Servlet applications save their state information within HttpSession objects)
- SortHeader component: clickable list column header with sort direction arrow.
- Extended DataTable component: list sort support and preserve DataModel option.
- Layout component: dynamic page layout control.
- TabbedPane component: a Swing like tabbed pane renderer.
- DataList component: a UIData-based list that can be used do simple iteration over a group of components or to render a HTML <ul> or <ol> list.
- RssTicker component.
- EmailValidator, CreditCardValidator, RegExprValidator, EqualValidator.
Built for Java |
Free or free version available |
Source code provided |