web-app
A sample Flex/Webapp project using Maven
This is a sample flex3/J2EE project configured as a multi-module maven project. You can use this structure as a basis to build your own project. The Flex project should be considered as a dependency of the Web app project (the WAR). Using the maven dependency plugin, the swf artifact is copied to the web application root folder.
The project contains three modules :
- flex-gui : the SWF artifact,
- java-service : a sample Java facade,
- web-app : the Web application, depending on both the flex-gui and java-services artifacts.


