On Mar 18, 2005, at 2:42 PM, Jeremy Boynes wrote:
Dain Sundstrom wrote:
I think it would bee cool to have remote class loading, but I'm not sure about using the RMI wire protocol for this. I would expand the OpenEJB protocol to support remote class loading, and I believe IIOP has special hooks to do remote class loading javax.rmi.CORBA.Util, which in OpenEJB delegates to org.openejb.corba.util.UtilDelegateImpl.
I think we should start with the most basic as RMI classloading is built into the VM and that is what we are using by default for JMX remoting.
I think we should stop using RMI there also.
RMI is the only JMX remoting protocol required by the spec - anything else is going to impose additional dependencies on anything that wants to talk to the server. We can obviously support additional protocols but we should continue to support the basics.
-- Jeremy
