Skip to content

caelum/vraptor4

Repository files navigation

image

A web MVC action-based framework, on top of CDI, for fast and maintainable Java development.

Downloading

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.

Documentation

More detailed documentation and Javadoc are available at VRaptor's website. You also might be interested in our articles and presentations' page.

Building in your machine

You can build VRaptor by running:

mvn package

VRaptor uses Maven as build tool, so you can easily import it into your favorite IDE.

Contribute to VRaptor

Do you want to contribute with code, documentation or reporting a bug? You can find our guideline here.