RMI: Unterschied zwischen den Versionen

Aus Byte-Welt Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
=Remote Method Invocation=
=Remote Method Invocation=
RMI ist eine API für verteilte Anwendungen, die Client-/Server-Technologie in Klassen kapselt.
*[[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]
*https://docs.oracle.com/javase/7/docs/technotes/guides/rmi/hello/hello-world.html
 
[[Kategorie:Java]]
[[Kategorie:Java]]

Version vom 21. April 2020, 08:43 Uhr

Remote Method Invocation

RMI ist eine API für verteilte Anwendungen, die Client-/Server-Technologie in Klassen kapselt.