News

RMI is the Java version of what's known as a remote procedure call ... invoking the method on the actual remote object and transmitting the result to the caller. Both a server program and client ...
In this blog entry, I’ll be focusing on using the RMI connector with Java SE 6 HotSpot platform MBean server. Instead of using JConsole as a client, I’ll use a simple custom client to ...