You can create
custom class loader hierarchies in wls8.1
However while deciding any approach please keep in mind that if the same class is loaded by 2 class loaders then you may get class cast exception when object created by one class loader is assigned to reference of the same class loaded by another class loader.
[ September 02, 2004: Message edited by: sachin ]