|
CapeDwarf had a use case. Imagine a system with 3 classloaders: one containing Search, CD which depends on it (but is loaded by a different classloader) and finally the end user app - which often does not see the Search classloader as that's an implementation detail.
Maybe that works by having just 2 CLs rather than 3, but it's definitely >1.
|