JavaServer Faces (JSF) is a Java specification for building component-based user interfaces for web applications.[1] It was formalized as a standard through the Java Community Process and is part of the Java Platform, Enterprise Edition.
JSF 2 uses Facelets (an open source Web template system) as its default templating system. Other view technologies such as XUL can also be employed. In contrast, JSF 1.x uses JavaServer Pages (JSP) as its default templating system.(Source: http://en.wikipedia.org/wiki/JavaServer_Faces)
In this ebook, we provide a compilation of JSF 2.0 based examples that will help you kick-start your own web projects. We cover a wide range of topics, from setting up the environment and creating a basic project, to more advanced concepts like Internationalization and Facelets Templates. With our straightforward tutorials, you will be able to get your own projects up and
running in minimum time.
JSF 2 uses Facelets (an open source Web template system) as its default templating system. Other view technologies such as XUL can also be employed. In contrast, JSF 1.x uses JavaServer Pages (JSP) as its default templating system.(Source: http://en.wikipedia.org/wiki/JavaServer_Faces)
In this ebook, we provide a compilation of JSF 2.0 based examples that will help you kick-start your own web projects. We cover a wide range of topics, from setting up the environment and creating a basic project, to more advanced concepts like Internationalization and Facelets Templates. With our straightforward tutorials, you will be able to get your own projects up and
running in minimum time.
0 Comments