Java remote method invocation: Difference between revisions

Content deleted Content added
External links: - rm blog
Improved a misleading statement
Line 6:
# In order to support code running in a non-JVM context, a [[Common Object Request Broker Architecture|CORBA]] version was later developed.
 
Usage of the term '''RMI''' may denote solely the programming interface or may signify both the API and [[JRMP]] , [[IIOP]], or another implementation, whereas the term [[RMI-IIOP]] (read: RMI over [[IIOP]]) specifically denotes the RMI interface delegating most of the functionality to the supporting [[CORBA]] implementation.
 
The basic idea of Java RMI, the distributed garbage-collection (DGC) protocol, and much of the architecture underying the original Sun implementation, come from the 'network objects' feature of [[Modula-3]].