> From: Boris Unckel [mailto:[EMAIL PROTECTED] 
> Subject: Re: Classloader question
> 
> To the mailing-list: If you have an library which has not 
> the explicit recommendation to put it in common/shared lib
> path (i.E. a special JDBC driver where the vendor recommends
> one to put it into shared) what do you prefer - the single
> point of change in shared or the isolated point of view
> with WEB-INF/lib?

Usually, you would have a single copy of the source of the commonly used
classes/jars, and have your packaging/deployment mechanism place that
copy in each webapp.  (Disk is cheap.)  This also reduces versioning
dependencies, allowing you to upgrade the apps one at a time when
changes are made to the commonly used classes/jars.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to