/vraptor-flex-plugin-example

A Flex project using blazeds consuming a VRaptor controller

Primary LanguageJavaScriptApache License 2.0Apache-2.0

VRAPTOR BLANK PROJECT
--------------------------------------------------------------------------------

IMPORTING THIS PROJECT ON ECLIPSE

In order to import this project on Eclipse, you'll need:
	* choose menu file/import existent projects
	* choose the directory that contains vraptor-blank-project (the directory in which you decompressed it)
	* after importing, if there is  a classpath problem it means you dont have Apache Tomcat 6 configured. You
	   can just configure a new server in window/preferences/servers, creating a new instance, and add the Server Runtime
	   as a library inside the project build path
	* just right click on the project, run as, run on server. choose a servlet container or configure a new one
	* done! check the log files. access http://localhost:8080/vraptor-blank-project/ (or change 8080 to the appropriate port).
	
IMPORTING THIS PROJECT ON NETBEANS 6.8
	
	* choose menu File >> Open Project
	* choose the directory that contains vraptor-blank-project
	* right click on project and choose Run
	* There might be a "It Works! VRaptor" message on the browser that has just opened.