These examples from official samples repository from Spring Web Flow project. They are updated to run under websphere environment.
Running 'mvn clean package' from this directory generates .war files for all samples.
For example running booking mvc example:
cd booking-mvc
mvn tomcat7:run
For example running primefaces showcase example:
cd primefaces-showcase
mvn tomcat7:run
Generate Eclipse settings for all samples:
mvn eclipse:clean eclipse:eclipse
Import the projects into Eclipse. The Eclipse preferences must have an M2_REPO
under "Java", "Build Path", "Classpath Variables".
Pull requests are welcome.