An example of a simple application created by VRaptor Forge Plugin (https://github.com/rsaraiva/forge-vraptor-plugin).
- Clone the source
git clone https://github.com/rsaraiva/forge-vraptor-plugin-example-app.git
- Compile and package
mvn clean package
- Deploy on JBoss AS (tested on JBoss 6)
cp target/forge-vraptor-plugin-example-app.war [YOUR_AS_HOME]/server/default/deploy/
- Start the AS server and go to url
http://localhost:8080/forge-vraptor-plugin-example-app/
This project is open source and is waiting for your contributions :)