Java remote method invocation: Difference between revisions

Content deleted Content added
Jini version: Yes, it was 2005 not 2006. Here's a more definitive citation, "From P2P to Web Services and Grids 2005"
m Jini version: Spelling/grammar correction
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">{{cite book |first=Ian J |last=Taylor|title=From P2P to Web Services and Grids : Peers in a Client/Server WorlWorld |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>
 
==Example==