Re: Sharing classes between applications

2006-01-27 Thread Danny Lee
aring 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 To

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'

Sharing classes between applications

2006-01-26 Thread Danny Lee
Hi guys, I have a general question about sharing classes between two WebApps in Tomcat. In my case I have a Shop app and an now a new Admin app, which really can use lot of stuff allready implemented in the Shop. Of course copy-paste do work, but I supose copying-pasting after each update ma