November 2003
Intermediate to advanced
1488 pages
36h 35m
English
RMI is a JavaSoft API, which provides for remote (across a network) method calls. RMI provides for location transparency by allowing client applications to access Java objects on remote servers by invoking similar syntax as they would to access local objects.
This RMI paradigm enables even entry-level programmers to easily develop distributed applications. Local applications are provided with a reference to objects that reside on remote servers, thus providing for remote method invocation as depicted in Figure 11.1.

Notwithstanding transparency, there are some differences between using local and ...
Read now
Unlock full access