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/
- Download and install latest glass fish server from http://glassfish.java.net/downloads/3.1.2.2-final.html
- 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/
- Package the application: mvn package
- Deploy it to glassfish