how to learn Java RMI quickly
问题 I have a Java application I've been working on for a year or two now. I would like to create a very simple set (with potential to add complexity later) of interfaces that I can use to control my Java app from another JVM (e.g. MATLAB). I am assuming RMI is the best way to do this, but I'm not sure, as I know next to nothing about it. What is the best way to learn RMI quickly? Let's say I want to use an interface like this: interface Application { public void setLoggingEnabled(boolean enable);