Re: dynamic class loading in jde+beanshell

2001-08-13 Thread eric
: 2.3 there is the concept of a Web Application. Specifically a collection of : files distributed as a WAR - which is just a jar with a given directory : structure. WAR files predate 2.3. The new thing in 2.3 is the isolation of the WAR classloader from the loader used by the app server. This

Re: dynamic class loading in jde+beanshell

2001-08-12 Thread burtonator
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Eric D. Friedman" <[EMAIL PROTECTED]> writes: > This would allow one bsh process to function correctly across multiple > projects, because the project loading process would include a hook to tell the > already running bsh which classpath to use. An