> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Danny Lee
> Subject: Sharing classes between applications 
> 
> Well, what do you think, is this a good idea, to share the 
> classes and if yes, how can I do it :)

Unless the two apps actually need to share data, don't do it.  You end
up introducing dependencies and app reload problems that will require a
shutdown of Tomcat every time you want to change something.

Better to have your packaging/deployment mechanism (usually ANT scripts)
just include the necessary classes or jars when each app is built.

 - 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