June 2018
Intermediate to advanced
310 pages
6h 32m
English
While discussing Proxy, a lot of sources, mostly related to Java, diverge into discussing another concept, RMI.
RMI in the JVM world stands for Remote Method Invocation, which is a sort of Remote Procedure Call (RPC). What that means is that you're able to call some code that doesn't exist on your local machine, but sits on some remote machine.
Although a very clever solution, it's very JVM specific, and has become less popular in the era of microservices, where each piece of code may be written in a totally different programming language.
Read now
Unlock full access