Re: Sharing classes between applications

2006-01-27 Thread Danny Lee

Thanks for your help!

I analyzed the whole thing again and I see no need to
share my classes. Your idea about Ant scripts sounds
really good to me (but I'll maybe go maven).

Cheers,

Danny

Caldarale, Charles R wrote:

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



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



RE: Sharing classes between applications

2006-01-26 Thread Caldarale, Charles R
 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]