Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 691 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 691 Bytes

jsf-faces-flow-example

A simple JSF 2.2 project to try out latest JSF 2.2 Faces Flow implementation

This project is derived from examples provided by the JSF team: https://svn.java.net/svn/mojarra~svn/trunk/test/web-profile/flow/

To run the example:

  1. Download and install latest glass fish server from http://glassfish.java.net/downloads/3.1.2.2-final.html
  2. In glassfish module directory, replace the existing javax.faces.jar with the latest snapshot version available here: https://maven.java.net/content/repositories/snapshots/org/glassfish/javax.faces/2.2.0-SNAPSHOT/
  3. Package the application: mvn package
  4. Deploy it to glassfish