Package org.refcodes.remoting


package org.refcodes.remoting
This artifact is a lightweight RPC remote procedure call toolkit (you may also call it an IPC inter process communication toolkit). On your server you publish any instance (any Java object), on your client you may access this instance via a proxy object which looks and feels exactly as the remote instance on the server.

Please refer to the efcodes-remoting: Face-to-face lightweight remote method calls documentation for an up-to-date and detailed description on the usage of this artifact.