On Sat, Jan 22, 2005 at 04:43:20PM -0600, Tony LaPaso wrote:
: Call me a minimalist but I don't like the idea of having the same JAR file 
: duplicated if I don't have to. It takes more memory since each web app's 
: classloader needs to have the same classes in memory. It seems much cleaner 
: to have the JARs in one central location.


Try not to think of it as "duplicated"; it's more along the lines of,
"making each webapp independent and portable."  The more you share
amongst webapps, the more you leave yourself open to version skew
(several webapps needing different versions of the same file).

-QM

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

Reply via email to