Skip to content

carolgit/vraptor4

 
 

Repository files navigation

#VRaptor 4

Build status

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

##Downloading directly or using it through Maven

For a quick start, you can use this snippet in your maven POM:

<dependency>
    <groupId>br.com.caelum</groupId>
    <artifactId>vraptor</artifactId>
    <version>4.1.0-RC2</version> <!--or the latest version-->
</dependency>

Or you can download it directly at our artifacts repository.

More detailed prerequisites and dependencies can be found here.

##Documentation More detailed documentation and Javadoc are also available at VRaptor's website.

##Building in your machine

If you want to build VRaptor, execute:

mvn package

VRaptor uses Maven as build tool. So you can easily import it into your favorite IDE. In Eclipse you can import as "Maven project".

##Contribute to VRaptor

Do you want to contribute with code, documentation or bug report?

You can find guidelines to contribute to VRaptor here.

About

A Java web MVC action-based framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published