Verschlagwortete Beiträge ‘rmi’

23. Januar 2013
von Blackbam
This ultra short tutorial is just a summary of how Java RMI (remote method invocation) works. For explanation please check one of the other tutorials which you will find easily easily your favorite search engine. 1. Write RMI-Server Interface extends package java.rmi.Remote provide all methods to be called remotely each methods must through a remote […]
Share
22. Januar 2013
von Blackbam
This tutorial is written while learning for a university test in distributed systems. The aim of this article is to remember the most important facts and steps to understand distributed programming in the Java language. This tutorial is useful for programmers which are able to use Java, but want to learn more about concurrency.   […]
Share
Aus Kategorie Java || 3 Kommentare »