I would like to have:
- Web App 1
- Web App 2 , which adds functionality to Web App1
I would like to be able to deploy:
- Web App 1, independently of Web App 2 and with no references to Web App 2
resources
- Web App 2, self-contained (including all Web App 1)
What would be the best approach to t
You could use War Overlays to include the 1st one in your 2nd one.
http://maven.apache.org/plugins/maven-war-plugin/overlays.html
On Jun 21, 2010, at 8:19 AM, Josep García wrote:
> I would like to have:
>
> - Web App 1
> - Web App 2 , which adds functionality to Web App1
>
> I would like to b
Crosspost:
I could checkout the projects to only find specific types of applications:
Spring (different versions) + Spring MVC
Struts or Struts2 only MVC
All I had to do in Eclipse was create a maven project, select type
modular-spring as the Archetype, that nicely created the modules for my
pr
The following tutorial shows you how to develop Web Services when using AppFuse.
http://appfuse.org/display/APF/Web+Services
Hope this helps,
Matt
On Jun 21, 2010, at 9:18 PM, chikkubhai wrote:
>
> Crosspost:
>
> I could checkout the projects to only find specific types of applications:
>
>