--- title: Home ---

VRaptor 4 brings high productivity, fast and easy development of Java Web applications on top of [CDI](http://cdi-spec.org/). VRaptor is a Brazilian opensource MVC framework with a large developers and users community.

Download
## Really simple!
This is your first logic on `FirstController.java`: ~~~ #!java @Controller public class FirstController { @Get("/home") public void home() { } } ~~~
And HTML file placed at `WEB-INF/jsp/first/home.jsp`: ~~~ #!jsp Initial page ~~~
It is done! Now you may just access [localhost:8080/home](http://localhost:8080/home). See more examples [on our documentation](/en/docs/one-minute-guide).

Reasons for using VRaptor