Remote Method Invocation (RMI) is an API that provides a mechanism to create distributed applications in Java. It allows an object to invoke methods on an object running in another Java Virtual ...
Dieses Repo enthält ein Java-Projekt zur Demonstration von Remote Method Invocation (RMI). Es sind sowohl Server als auch Client enthalten. Für eine kurze Einführung in Java-RMI siehe auch dieses ...