This video shows the creation of an application with two web modules. (MNGECLIPSE-599)
Installing Prerequisites :
- Eclipse IDE for Java EE Developers
- Last m2eclipse
- Extensions for m2eclipse and eclipse webtools
- Tomcat (or other servlet/jsp container)
Demo :
This presentation creates three projects. A main application myapp and two modules, module1 and module2.
It uses the concept of waroverlay to integrate the two modules.
Todo :
- Allow to use warpath (MNGECLIPSE-405)
- Use more maven-war-plugin configuration.
- Integrate this stuff to the official m2eclipse plugin