DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16675>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16675

Requst for more convenient classloading with Java 2





------- Additional Comments From [EMAIL PROTECTED]  2003-02-19 00:18 -------
The problem is not with XSLTC in particular. The problem in Xalan in general -
it has many classes that need dynamic classloading. At the moment every such
class implements own classloading strategy... I'm trying to do Generalized
classloading as already done in Xerces, i.e. localize classloading code to
single class - ObjectFactory. One point for classloading -> less code -> easier
to understand -> easier to maintain... XSLTC does some own tricks with
classloading, and I trying to understand them...

Reply via email to