JavaServerTM Faces
Sample Applications

Specification Version: 1.1 Final Release
Reference Implementation (RI) Version: 1.1 FCS

This release of JavaServer Faces technology includes these four examples:

cardemo
An online car store, localized in American English, French, German and Latin American Spanish. This application is a proof-of-concept application, which demonstrates that JavaServer Faces technology can be used to build industrial-strength Web applications. It is not intended to be representative of best practices for Web application design.
 
components
A set of custom components. This application shows how to build various custom components with JavaServer Faces technology.
 
guessNumber
Duke is thinking of a number. Can you guess it? This simple application shows a small set of standard components, page navigation, and validation.
 
non-jsp
A simple application without JSP pages. This application demonstrates that you can build JavaServer Faces applications that don't use JSP pages.