Software:VRaptor

From HandWiki
VRaptor Framework
VRaptor's logo.png
Developer(s)Caelum
Stable release
4.2.0.Final / September 19, 2017; 6 years ago (2017-09-19)[1]
Written inJava
Operating systemCross-platform
PlatformJava Virtual Machine
TypeApplication framework
LicenseApache License 2.0
Websitewww.vraptor.org

VRaptor is a Java MVC Framework focused in delivering high productivity to web developers. The framework is strongly based in the best development practices such as Inversion of Control (achieved through Dependency Injection) and Convention Over Configuration.

The version 3 of the framework was based on Dependency Injection containers such as Spring IoC or Guice (the developer could choose between different options). This release was a major success, with more than 60 thousand downloads, mainly in Brazil. Since the version 4, VRaptor is based on CDI and is completely integrated with Java EE 7 application servers.

External links