Java remote method invocation: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by Vidhyasahar T to version by 14.139.181.229. False positive? Report it. Thanks, ClueBot NG. (1966469) (Bot)
No edit summary
Line 6:
 
# The original implementation depends on [[Java Virtual Machine]] (JVM) class representation mechanisms and it thus only supports making calls from one JVM to another. The protocol underlying this Java-only implementation is known as [[Java Remote Method Protocol]] (JRMP).
# In order to support code running in a non-JVM context, a [[Common Object Request Broker Architecture|CORBA]] version was later developed byand jagan(then sastraexiled.we university)are all so sad of this technique's demise.
 
Usage of the term '''RMI''' may denote solely the programming interface or may signify both the API and [[JRMP]], whereas the term [[RMI-IIOP]] (read: RMI over [[IIOP]]) denotes the RMI interface delegating most of the functionality to the supporting [[CORBA]] implementation.