A web MVC action-based framework, on top of CDI, for fast and maintainable Java development.
For a quick start, you can use this snippet in your maven POM:
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>4.2.2</version> <!--or the latest version-->
</dependency>
More detailed prerequisites and dependencies can be found here.
More detailed documentation and Javadoc are available at VRaptor's website. You also might be interested in our articles and presentations' page.
You can build VRaptor by running:
mvn package
VRaptor uses Maven as build tool, so you can easily import it into your favorite IDE.
Do you want to contribute with code, documentation or reporting a bug? You can find our guideline here.