Java remote method invocation: Difference between revisions

Content deleted Content added
m Undid revision 798146763 by 117.232.96.253 (talk) This IP's been doing some weird edits. Reverting in case this is subtle vandalism.
Jini version: Yes, it was 2005 not 2006. Here's a more definitive citation, "From P2P to Web Services and Grids 2005"
Line 15:
 
==Jini version==
[[Jini]] offers a more advanced version of RMI in Java. It functions similarly but provides more advanced searching capabilities and mechanisms for distributed object applications.<ref name="From P2P to Web Services and Grids 2005">Taylor,{{cite book |first=Ian J. |last=Taylor|title=From P2P to Web Services and Grids -: Peers in a Client/Server World.Worl |series=Computer Communications and Networks |publisher=Springer,-Verlag |publication-place=London |year=2005 |isbn=1852338695 |doi=10.1007/b138333 |url=http://www.worldcat.org/title/from-p2p-to-web-services-and-grids-peers-in-a-clientserver-world/oclc/827073874/viewport |oclc=827073874}}{{page needed|date=September 2017}}</ref>
</ref>
 
==Example==