|
|
RMI stands for Remote Method Invocation - a mechanism for invoking operations on objects residing on remote machines.
SOAP (Simple Object Access Protocol) is a W3C draft that defines a transport protocol based on XML content.
EJB (Enterprise Java Beans) is a new Java server-side component model that is middleware-neutral.
4.How do I install IceCool RMI over SOAP?
Please follow the instructions in the readme.txt file that is part of the downloaded software or check this link
5.What Operating systems does it run on?
Since it is written in 100% Pure Java, it should run on all platforms which support JVMs and have JDK 1.2 or higher.
XML Schema is a W3C proposed specification used to define metadata and constraints enforceable on the XML content.
7.How can I use IceCool RMI over SOAP with existing applications?
With a recompilation of the classes implementing Remote
interfaces, they should work fine. But, the objects will be sent using Java Serialization.
8.Does it always have to use Java Serialization?
The default encoding for parameter objects uses Java Serialization. But, new
instances that implement the XmlExternalizable interface will use XML encoding
and will be more efficient.
| (c) 2000 IceCool.com |