java-tutorials/vraptor
Chirag Dewan f52e3c9e60 BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
..
src/main BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
.gitignore BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
README.md BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
pom.xml BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30

README.md

VRaptor

This module contains articles about VRaptor

Relevant Article:

VRaptor blank project

This is a blank project to help you to use VRaptor. You can easily import in you IDE as Maven project.

Instructions

After creating your project, you can run it using Tomcat 7 or higher:

mvn tomcat7:run

Take care to never run mvn tomcat:run since that will use Tomcat 6, which isn't compatible with VRaptor.

Em Português

Este é um projeto em branco para ajudar você a usar o VRaptor. Você pode facilmente importá-lo na sua IDE favorita como um projeto Maven.

Após criar seu projeto você pode rodá-lo com um tomcat7 ou +:

mvn tomcat7:run

Cuidado para jamais executar mvn tomcat:run pois ele usará um tomcat6 (incompatível).