X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Java EE 8 Samples: JSF 2.3 - Hello world#

The JSR 372 specifies the next version of JavaServer Faces - JSF 2.3.

A very simple example consisting out of a single page, a backing bean and a bean that activates JSF. The page prints "Hello world, from JSF!" which comes from the backing bean.

X Tutup