[appfuse-user] modular application

2010-06-21 Thread Josep García
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

Re: [appfuse-user] modular application

2010-06-21 Thread Matt Raible
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

[appfuse-user] Exactly how do we integrate Struts + spring + webservices using Appfuse

2010-06-21 Thread chikkubhai
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

Re: [appfuse-user] Exactly how do we integrate Struts + spring + webservices using Appfuse

2010-06-21 Thread Matt Raible
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: > >