Xulfaces
From Wikipedia, the free encyclopedia
xulfaces | |
Use XUL power with Java |
|
Developer: | Olivier SCHMITT |
---|---|
Latest release: | 0.7 / August 14 , 2006 |
OS: | Cross-platform |
Use: | Web Framework |
License: | GNU Lesser General Public License |
Website: | xulfaces.sourceforge.net |
- The correct title of this article is xulfaces. The initial letter is shown capitalized due to technical restrictions.
xulfaces is a JSF RenderKit for XUL. It is an open source project under LGPL license.
xulfaces integrates JSF with XUL
It satisfies the following goals:
- Light deployment.
Mozilla and Firefox have an integrated XUL engine, so you can use your favorite web browser to run an XUL application.
- Keep the business layer on the server side.
JSF and Ajax are used to build a bridge between the client and the server.
- rich UI features.
XUL offers a rich UI for business applications. XUL is a simple XML language.
There are trees, tabbed panes, list boxes, wizards and so on. You have the ability to refresh the entire screen or a part of it.
Add power to xulfaces via this Tapestry-like framework based on JSF.
xulfaces is a JSF custom RenderKit and generates pure XUL.
[edit] Limitation
- Needs Mozilla or Firefox browser for XUL rendering
[edit] System Requirements
- J2SE version 1.5 or later
- A Web server supporting servlets
[edit] External links
- The xulfaces website
- Facelets support