[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Remoting 3: Secure Remote Classloading (JBREM-929)
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Oct 27 10:42:46 EDT 2008
The server side implementation should just be a delegating class loading domain that has a restricted set of package/class exports. It delegates to the deployment class loading domain.
Either a remote VFSClassLoader or RemoteClassLoader point to the delegating domain. I don't see much difference between these two class loaders. Both have to access the vfsremote:uuid-of-deployment-delegate-class-loading-domain to do any work.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184867#4184867
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184867
More information about the jboss-dev-forums
mailing list