What is JSF
JavaServer Faces (JSF) is a UI component based Java Web application framework. JSF is serverbased, e.g. the JSF UI components and their state are represented on the server with a defined life-cycle of the UI components. JSF is part of the Java EE standard.
A JSF application run in a standard web container, for example Tomcat or Jetty .
A JSF application
A JSF...
A Technology Blog About Code Development, Architecture, Operating System, Hardware, Tips and Tutorials for Developers.
Tuesday, September 28, 2010
Sunday, September 26, 2010
EASY JSF WITH ECLIPSE - CONFIGURATION

This tutorial was developed with Java 1.6, JavaServerFaces 1.2, the Apache MyFaces JSF implementation, Tomcat 6.0 and Eclipse 3.5.
Eclipse & Tomcat
For JSP development you need the Eclipse and an installed Tomcat.
JSF library
A JSF library is required. We will later...