Re: dynamical class loading

2005-10-12 Thread David Delbecq
Allistair Crossley a écrit : >>Thrust me, when dynamically classloading, half of code breaks >> >> > ^^ >*rotfl* this has made my afternoon > > > > Nice one indeed :D - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

RE: dynamical class loading

2005-10-12 Thread Allistair Crossley
> Thrust me, when dynamically classloading, half of code breaks ^^ *rotfl* this has made my afternoon --- QAS Ltd. Registered in England: No 2582055 Registered in Australia: No 082 851 474 ---

Re: dynamical class loading

2005-10-12 Thread David Delbecq
Hi, I used dynamic class reloading on a commercial J2EE server and, believe me, it brings far more problems than it solves. First, when you dynamically reload a class here is what can happen: webapp start under classloader instance x webapp instanciate class A and store in session session.setAtt

RE: dynamical class loading

2005-10-12 Thread dumbQuestionsAsker _
quot;Tomcat Users List" Subject: RE: dynamical class loading Date: Wed, 12 Oct 2005 09:16:12 +0100 this is a complex answer that *probably* only the Tomcat devs can answer of someone knowledgable about the JVM and class loaders, so don't expect too many users to answer. i believe from my l

RE: dynamical class loading

2005-10-12 Thread Allistair Crossley
this is a complex answer that *probably* only the Tomcat devs can answer of someone knowledgable about the JVM and class loaders, so don't expect too many users to answer. i believe from my limited knowledge that you cannot reload single classes in a tomcat web application as a whole class loa