Internals of Java Class Loading (O'ReillyNet)
Binildas Christudas
discusses Java class loading issues on O'Reilly.
"
When are two classes not the same? When they're loaded by different class loaders. This is just one of many curious side effects of Java's class-loading system. Binildas Christudas shows how different class loaders relate to one another and how (and why) to build your own custom class loader."