Message5475

Author doublep
Recipients cgroves, doublep, leosoto
Date 2010-02-01.14:29:45
SpamBayes Score 0.00032992
Marked as misclassified No
Message-id <1265034585.4.0.986749964975.issue1216@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify: as I understand it context class loader serves as a sort of implementation of pseudo-method "findThatClassForMe".  It should be implemented by whatever party is capable of doing that --- e.g. the webserver (container).  Jython, whoever, is not such a party.  It should rely on whatever "knows" how to do that, not try to reinvent the wheel; it would actually be impossible to know what to do with every container out there.
History
Date User Action Args
2010-02-01 14:29:45doublepsetmessageid: <1265034585.4.0.986749964975.issue1216@psf.upfronthosting.co.za>
2010-02-01 14:29:45doublepsetrecipients: + doublep, cgroves, leosoto
2010-02-01 14:29:45doubleplinkissue1216 messages
2010-02-01 14:29:45doublepcreate