Re: Architecture of an enterprise application, multiple projects + multiple customers
- From: Robert Martin <unclebob@xxxxxxxxxxxxxxxx>
- Date: Thu, 21 Feb 2008 13:29:36 -0600
On 2008-02-21 02:08:59 -0600, Tomer <tomerbd1@xxxxxxxxx> said:
Why do you believe that it is necessary to have separate applications
in order to have separate modules? It seems to me that you can have
many different modules sharing session data. Perhaps this is a
decision you should rethink.
I would like my large application to be broken up into multiple WARS,
so that new functionality can be pushed out in a more modularized
fashion. Also so that different teams can work on different web
applications, and another important feature that i would like is that
one team can release one web application without effecting anything in
other web applications, regression tests would be performed on exactly
one web application if released by one team.
Those all sound like laudible goals, but can't you achieve them with multiple Jars rather than multiple Wars
(Imagine an acronym challenged person reading that...)
--
Robert C. Martin (Uncle Bob) | email: unclebob@xxxxxxxxxxxxxxxx
Object Mentor Inc. | blog: www.butunclebob.com
The Agile Transition Experts | web: www.objectmentor.com
800-338-6716 |
.
- References:
- Prev by Date: Re: Retrieving unnecessary data
- Next by Date: Re: Why is Object Oriented so successfull
- Previous by thread: Re: Architecture of an enterprise application, multiple projects + multiple customers
- Index(es):