Lecture 25: Remote Method Invocation
October 19, 2012Ambient temperature: 73.4oF Concepts Remote Method Invocation (RMI): What if your adapters in the MVC architecture took their input, schlepped it across a network to another computer, talked to an object on that computer, got its response, and schlepped it back across the network to you, instead of the simple wrappers around the model or view that they’ve […]