Skip to content

Opening book details…

Can I read Understanding Remote Method Invocation on EtoBox?

Understanding Remote Method Invocation by Allan Robey is a document available to read on EtoBox.

What is Understanding Remote Method Invocation about?

This document discusses Remote Method Invocation (RMI) and the steps to create a basic RMI application. RMI allows objects on one machine to be accessed from another machine through regular method calls. It eliminates the need to manually marshal and unmarshal data sent over sockets. The document outlines the key steps to create an RMI server including implementing an interface, creating the server object, and binding it to the registry. It also discusses creating an RMI client to lookup and invoke methods

Author
Allan Robey
Language
EN