Page #487 (Programming Exercises)

 
[Page 1243]

Chapter 36. Remote Method Invocations

Mayan God Shel, Mexico. Photographer: Philip Coblentz. Courtesy Brand X Pictures.

Objectives

  • To know how RMI works ( §36.2).

  • To learn the process of developing RMI applications ( §36.3).

  • To know the differences between RMI and socket-level programming ( §36.4).

  • To develop three- tier applications using RMI ( §36.5).

  • To use callbacks to develop interactive applications ( §36.6).


[Page 1244]

36.1. Introduction

Remote Method Invocation (RMI) technology provides a framework for building distributed Java systems. Using RMI, a Java object on one system can invoke a method in an object on another system on the network. A distributed Java system can be defined as a collection of cooperative distributed objects on the network. This chapter introduces RMI basics. You will learn how to use RMI to create useful 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