RMI: Unterschied zwischen den Versionen
Aus Byte-Welt Wiki
Zur Navigation springenZur Suche springenK |
K (→Remote Method Invocation) |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
=Remote Method Invocation= | =Remote Method Invocation= | ||
+ | RMI ist bereits seit Java 1.1 Teil der Java-[[API]] und bedeutet Remote Method Invocation, also der Aufruf "entfernter" [[Methoden]]. Es dient dazu, auf einem [[Server]] implementierte Methoden, verbundenen [[Client|Clients]] zur Verfügung zu stellen. | ||
+ | |||
*[[RMI minimal]] | *[[RMI minimal]] | ||
− | *[https://docs.oracle.com/javase/8/docs/technotes/guides/rmi/hello/hello-world.html Getting Started Using Java RMI - Oracle | + | *[https://docs.oracle.com/javase/8/docs/technotes/guides/rmi/hello/hello-world.html Getting Started Using Java RMI - Oracle] |
− | + | ||
[[Kategorie:Java]] | [[Kategorie:Java]] |