Java Reference
In-Depth Information
Let's see how the architecture of Java RMI accommodates these requirements.
Understanding the Architecture of Java RMI
Java RMI meets the needs of distributed programs in two key ways: by providing a remote
discovery registry, and by providing a robust communications mechanism for exchang-
ing information about Java classes and objects. Figure 11-1 shows the relationship
between the client and the server in an RMI-based application.
Figure 11-1. RMI application architecture
 
Search WWH ::




Custom Search