Skip to content

marcioferlan/vraptor4js-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRaptor4js Example

This project contains 2 simple web applications (client-side and server-side) to help you test and get started with VRaptor4js plugin.

Just import the project and its modules to your IDE as Maven Projects, add them to your application server or servlet container and start it.

Server-side app

Visit http://localhost:8080/vraptor4js-api

You should see something like this: {"string":"It works! You have installed VRaptor4js plugin correctly."}

  • Notice: Keep the same project context path or ensure you reflect any changes in the test application as well.

Client-side app

Visit http://localhost:8080/vraptor4js-test

You should see a page with options for you to test using either AngularJS or jQuery.

The client app will fetch that message from the server and present it on the page using VRaptor4js API.

Tested on Tomcat 7 (using Eclipse Kepler for JEE Developers).

About

VRaptor4js example project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages