--- title: Home ---

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

Download
## Really simple!
Your first logic on `FirstController.java`: ~~~ #!java @Controller public class FirstController { @Get("/home") public void home() { } } ~~~
And HTML file inside `WEB-INF/jsp/first/home.jsp`: ~~~ #!jsp Initial page ~~~
It's 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