https://github.com/caelum/vraptor4
A web MVC action-based framework, on top of CDI, for fast and maintainable Java development.
https://github.com/caelum/vraptor4
Last synced: about 2 months ago
JSON representation
A web MVC action-based framework, on top of CDI, for fast and maintainable Java development.
- Host: GitHub
- URL: https://github.com/caelum/vraptor4
- Owner: caelum
- License: apache-2.0
- Created: 2013-05-02T20:22:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T22:18:52.000Z (11 months ago)
- Last Synced: 2024-06-19T06:49:03.607Z (10 months ago)
- Language: Java
- Homepage: http://vraptor.org
- Size: 13.4 MB
- Stars: 348
- Watchers: 78
- Forks: 329
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Vraptor4
README

[![][travis img]][travis]
[![][maven img]][maven]
[![][release img]][release]
[![][license img]][license][travis]:https://travis-ci.org/caelum/vraptor4
[travis img]:https://travis-ci.org/caelum/vraptor4.svg?branch=master[maven]:http://search.maven.org/#search|gav|1|g:"br.com.caelum"%20AND%20a:"vraptor"
[maven img]:https://maven-badges.herokuapp.com/maven-central/br.com.caelum/vraptor/badge.svg[release]:https://github.com/caelum/vraptor4/releases
[release img]:https://img.shields.io/github/release/caelum/vraptor4.svg[license]:LICENSE
[license img]:https://img.shields.io/badge/License-Apache%202-blue.svgA 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:
```xml
br.com.caelum
vraptor
4.2.2```
More detailed prerequisites and dependencies can be found [here](http://www.vraptor.org/en/docs/dependencies-and-prerequisites/).
## Documentation
[More detailed documentation](http://www.vraptor.org/en/docs/one-minute-guide/) and [Javadoc](http://www.vraptor.org/javadoc/) are available at [VRaptor's website](http://www.vraptor.org/en/). You also might be interested in our [articles and presentations' page](http://www.vraptor.org/en/docs/articles-and-presentations).## 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](http://www.vraptor.org/en/docs/how-to-contribute/ "Contribute").