|
|
JavaServer Faces technology is a server-side user interface component framework for Java technology-based web applications.
The main components of JavaServer Faces technology are as follows:
* An API for representing UI components and managing their state; handling events, server-side validation, and data conversion; defining page navigation; supporting internationalization and accessibility; and providing extensibility for all these features
* Two JavaServer Pages (JSP) custom tag libraries for expressing UI components within a JSP page and for wiring components to server-side objects
created by syam1224 on 2008-03-27 22:21:48
|
|
|
|
JSF - Java Server Faces Tutorials

Complete Java Server Faces (JSF) Tutorial - JSF Tutorials. JSF Tutorials at Rose India covers everything you need to know about JSF.
http://www.roseindia.net/jsf/
created by syam1224 on 2008-03-27 22:23:28
|
|
WTP Tutorials - JavaServer Faces Tools Tutorial

In this tutorial we will build and execute a JavaServer Faces application, and highlight the features contributed by the JSF Tools Project.
http://www.eclipsecon.com/webtools/jsf/dev_resourc
created by syam1224 on 2008-03-27 22:25:09
|
|
JSF Tutorial from CoreServlets

This tutorial is derived from Marty Hall's world-renowned live JSF training course.
http://www.coreservlets.com/JSF-Tutorial/
created by syam1224 on 2008-03-27 22:33:49
|
|
JavaServer Faces Tutorials

JavaServer Faces is a quite new technology from SUN. It is also a web framework which best advantage is the focus on components used for web development. It provides a central configuration file where you place navigation rules. A navigation rules defines from which dialog you can go to which next dialog. Other supported functionalities are Internationalization with Ressource Files Validation of Forms Error handling Extensive list of JSP tags
http://www.laliluna.de/javaserver-faces-tutorials.
created by syam1224 on 2008-03-27 22:31:27
|
|
JSF KickStart: A Simple JavaServer Faces Application

In this tutorial, we will show you an example of a JSF application developed without any special IDE. We won't dwell on the theory behind JSF here. There are plenty of sites and books that will do that for you. Instead, we will go quickly into the construction of this simple application that we hope can form the basis for you to start developing more advanced applications.
http://exadel.com/tutorial/jsf/jsftutorial-kicksta
created by syam1224 on 2008-03-27 22:22:39
|
|
|