1. Java/RMI: communications between distributed Java objects
Java/RMI (remote method invocation) is specific to the Java language. It is a set of classes and implementation tools enabling objects distributed on different sites or on the same platform to communicate with each other. Remember
[1, 2]
that Java objects are executed by the Java virtual machine (JVM)
[3]
.
Objects can be distributed in different ways (figure
1
):
You do not have access to this resource.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed?
Log in!
Ongoing reading
Java/RMI: communications between distributed Java objects