Registry / web-framework / vraptor

vraptor

JSON →
library4.2.2javamavenunverified

Java web MVC framework for fast and maintainable development.

<dependency> <groupId>br.com.caelum</groupId> <artifactId>vraptor</artifactId> <version>4.2.2</version> </dependency>
INSTALL
IMPORT
SIG · VRAPTOR
V
vraptor
web-frameworkjavav4.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Controller
br.com.caelum.vraptor.Controller

Minimal VRaptor controller example.

import br.com.caelum.vraptor.Controller; import br.com.caelum.vraptor.Get; @Controller public class HelloController { @Get("/hello") public void hello() { System.out.println("Hello VRaptor!"); } }
Debug
Known issues
breakingVRaptor 4 has breaking changes from VRaptor 3, especially in configuration and plugin system.
fix
Refer to migration guide when upgrading from VRaptor 3.
affects: 4.x
Upgrade
Version history
4.2.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
vraptor — mvn dependency:get vraptor · libregistry