Page #494 (Key Terms)

 
[Page 1265 ( continued )]

Chapter Summary

  • RMI is a high-level Java API for building distributed applications using distributed objects.

  • The key idea of RMI is its use of stubs and skeletons to facilitate communications between objects. The stub and skeleton are automatically generated, which relieves programmers of tedious socket-level network programming.


    [Page 1266]
  • For an object to be used remotely, it must be defined in an interface that extends the java.rmi.Remote interface.

  • In an RMI application, the initial remote object must be registered with the RMI registry on the server side and be obtained using the lookup method through the registry on the client side. Subsequent use of stubs of other remote objects may be passed as parameters through remote method invocations.

  • RMI is especially useful for developing scalable and load-balanced multi- tier distributed applications.

 


Introduction to Java Programming-Comprehensive Version
Introduction to Java Programming-Comprehensive Version (6th Edition)
ISBN: B000ONFLUM
EAN: N/A
Year: 2004
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net