Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] ClassLoader issues

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: XOM-interest <XOM-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] ClassLoader issues
  • Date: Thu, 19 Sep 2002 15:05:31 -0400

At 3:39 AM +0900 9/20/02, Remko Popma wrote:


In that respect, the classloader issue affects every class
and is not a typesafe enum issue per se.
The question is whether working in an environment with multiple classloaders
is a design goal, as it will affect design and implementation considerably,
not only whether typesafe enums should be used or not.


Good point.

Also, is there good reason for saying that two objects loaded by different class loaders are not equal when they might otherwise be? For instance, can Element objects loaded from two different class loaders access each others private parts or not?

I hate class loaders!
--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo AT metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| XML in a Nutshell, 2nd Edition (O'Reilly, 2002) |
| http://www.cafeconleche.org/books/xian2/ |
| http://www.amazon.com/exec/obidos/ISBN%3D0596002920/cafeaulaitA/ |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+




Archive powered by MHonArc 2.6.24.

Top of Page