↧
Java RMI error unmarshalling arguments
Java RMI(Java Remote Method Invocation) is a Java API that performs the object-oriented equivalent of remote procedure calls (RPC), it allows an object running in one Java virtual machine to invoke...
View ArticleJava RMI example – Just get starting
Java remote method invocation(Java RMI) Overview In order to execute the binary class on remote machine, the traditional way is error-prone pattern and difficult to understand. What we do today is to...
View Article