Skip to content

almeida/vraptor

 
 

Repository files navigation

VRaptor 3

Build status

A web MVC framework for fast and maintainable development. Documentation can be found at http://vraptor3.vraptor.org

Latest version

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

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>3.5.4</version> <!--or the latest version-->
</dependency>

Building in your machine

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

Contribute to VRaptor

Want to contribute with code, documentation or bug report?

You can find guidelines to contribute to VRaptor here.

About

Simple Java Web MVC Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Other 0.5%