How does one disect a web app into many modules but deploy it as one web app?

This is what I mean:

We have a web application that is quite big. We can identify many
modules of it. There is a few core modules, and a bunch of child
modules. Practically all children are dependendent on core modules,
some child modules depend on other child modules. The modularization
is done in purely logical way. Meaning, we still have one maven
project for the webapp.

I was wondering if anyone can suggest a way to break those modules up
into seprate physical modules while keeping the ability to create a
unifying webapp? Is it even possible with Maven 1 or 2?

--
Thanks,
Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to