This repository demonstrates basic features using JSF and Facelets. All the codes presented here were discussed in the post at codeflow.com.br
This repository has 4 distinct and very important branches:
Branch | Description |
---|---|
basic-jsf | This branch presents the creation of basic JSF 1x project using the default implementation is based on the use of JSP pages. (Facelets is not configured). |
jsf-facelets | This branch presents the creation of JSF 1x project and configuring Facelets as the default view technology. |
jsf-facelets-maven | This branch presents the creation of a JSF 2x project with Facelets using Maven. |
jsf-facelets-2x | This branch presents the creation of a JSF 2x project with Facelets. |
The master and developer branchs are synchronized with the jsf-facelets-maven branch
To execute the projects hosted in this repository, the following technologies will be required:
All required libs used are hosted in the /lib
directory available on each branch
Any questions, don´t hesitate to contact me at here