caelum / vraptor

Simple Java Web MVC Framework

Home Page:http://vraptor.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://vraptor.org

License:Other


Languages

Language:Java 99.5%Language:CSS 0.5%Language:HTML 0.0%