Skip to content

A kickoff example project explaining the use of JSF features

Notifications You must be signed in to change notification settings

xtremebiker/petstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Petstore

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

Requirements

*The project has been tested on Tomcat 7, even it should be compatible with every Servlet 3.0 container. If using it with an Application Server as GlassFish or JBoss AS, take care to configure the bundled JSF packages properly because it's expected to work with JSF 2.2 implementations.*

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 ;-)

About

A kickoff example project explaining the use of JSF features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published