This web application contains example form flows which demonstrate the features of Rhinoforms.
This project uses the Rhinoforms war as an overlay.
First clone and build Rhinoforms localy.
git clone https://github.com/kaicode/rhinoforms.git cd rhinoforms mvn install cd ..
Then clone and build this project.
git clone https://github.com/kaicode/rhinoforms-examples.git cd rhinoforms-examples mvn install
Take the war from the target directory and drop it into a servlet container like Tomcat.