It's time to implement readl SingleAppEmbeddor. ;-)
SingleAppEmbeddor publish Block to outter space.
therefore Application use same ClassLoader with outter space.
What is good name for this type of ClassLoaderManager?
NoopClassLoaderManager or TransparentClassLoaderManager or
WhiteboxClassLoaderManager or another one?
code is simple.
public class FooClassLoadermanager
extends AbstractLoggable
implements ClassLoaderManager
{
public ClassLoader createClassLoader( final Configuration server, final
File homeDirectory, final URL classPath )
{
return Thread.currentThread().getContextClassLoader();
}
}
Peter. verify me. ;-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]