Tutorial by Topics: jsf

JavaServer Faces (JSF) is a model-view-presenter framework typically used to create HTML form based web applications. Using the standard components and render kit, stateful HTML views can be defined using Facelets or JSP tags and wired to model data and application logic via backing beans. Ver...
The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle. As in Rails, anything one places in the flash will be exposed to the next view encountered by the same user session and then cleared out. It is import...
JSF provides special tags to create common layout for a web application called facelets tags. These tags gives flexibility to manage common parts of a multiple pages at one place. Namespaces: xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets&quot...
This section provides an overview of what jsf-2 is, and why a developer might want to use it. It should also mention any large subjects within jsf-2, and link out to the related topics. Since the Documentation for jsf-2 is new, you may need to create initial versions of those related topics. ...
I get many informations from this web sites: http://www.jmdoudoux.fr/java/dej/chap-annotations.html http://docs.oracle.com/javaee/6/tutorial/doc/girch.html
JSF as a markup language, supports comments of some parts of code, but we have be carefully, because if we use a normal HTML comment code like this: <!-- I want to comment the next button --> <!-- <h:commandButton value="Push" onclick="alert('He...

Page 1 of 1