Skip to content

csokol/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.1</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.

Looking for more? Take a look at our articles and presentations' page.

##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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • Other 1.5%