This project tries to cover the main functions of JSF 2 specification. Used fields are:
- Managed beans, in their different scopes (@ApplicationScoped, @SessionScoped, @ViewScoped, @RequestScoped)
- Navigation from view-to-view in JSF
- The use of the EL language in its 2.2 version
- A variety of JSF 2 components
- Composite components and templating
- Messaging in JSF
- Faces Validators
- Some new features of JSF 2.2 shown
Maven is required to build the application, just use mvn install over it.
========================================================
Any bug notification - improvement would be considered by the author ([email protected]).
Hope to be useful ;-)