A web MVC framework for fast and maintainable development. Documentation can be found at http://vraptor3.vraptor.org
The latest version is available at https://github.com/caelum/vraptor4
and it should be used for new projects.
It's documentation can be found at
http://vraptor.org
For a quick start, you can use this snippet in your maven POM:
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>3.5.4</version> <!--or the latest version-->
</dependency>
If you want to use the example applications contained within vraptor, execute:
mvn package
And then configure the projects in your eclipse using maven:
mvn eclipse:eclipse
Want to contribute with code, documentation or bug report?
You can find guidelines to contribute to VRaptor here.