[jboss-dev-forums] [JBoss AS Development] - Re: Naming over Remoting 3

bstansberry@jboss.com do-not-reply at jboss.com
Mon Nov 23 15:38:11 EST 2009


"ron.sigal at jboss.com" wrote : 
  | On the client side, there's an org.jnp.interfaces.remoting.NamingProxyFactory, which creates a Remoting 3 client connected to a Remoting 3 server and returns a proxy that wraps the client and implements org.jnp.interfaces.Naming.  org.jnp.interfaces.NamingContext.getServer() then calls NamingProxyFactory.getNamingProxy() instead of the current bootstrap process.  Everything else stays the same.

Will there be step where the server controls creation of the proxy used for the actual lookup? With what you describe above, the creation of the proxy is completely driven by the client. Which is fine for the initial connection to the server, but removes the ability for the server to customize the proxy.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267149#4267149

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267149



More information about the jboss-dev-forums mailing list