Thanks for pointing exactly where I need to look! I'm relieved to see that the underlying protocol isn't CORBA/IIOP. It looks like is sort of a custom protocol. The request is encapsulated with a request type (auth, jndi, or ejb) then it's reading serialized java objects with ObjectInputStream. Overall, it's probably pretty danged fast.
It's not modular however, but the design is beautifully simplistic; I'd hate to see it get trashed with a pluggable handlers :( -- View this message in context: http://openejb.979440.n4.nabble.com/What-protocol-does-OpenEJB-use-for-RMI-tp4655806p4655810.html Sent from the OpenEJB User mailing list archive at Nabble.com.
