September 2002
Intermediate to advanced
608 pages
14h 20m
English
Java Remote Method Invocation (RMI) is most commonly used for making calls between Java Virtual Machines (JVMs). Although there is an RMI over Internet Inter-Orb Protocol (IIOP) capability that permits interoperability with CORBA, interoperability with CORBA is hardly the key to providing universal access. For Web Services to succeed, we need to be able to interoperate not only with CORBA and other Java users, but with .NET as well.
We've seen how the concepts of MOM were combined with XML-formatted data and SOAP protocols to create a completely interoperable messaging solution in JAXM. Now we'd like to do something similar for creating an RPC solution. Our data will still be in the form of XML; ...
Read now
Unlock full access