![]() ![]() ![]() |
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
This exercise leads you through the creation of your first RMI system.
In this exercise, you will run the RMI Registry (which
will manage the publication of the RMI remote services),
run a server program that creates
the actual remote services, and finally,
finish coding the program PrerequisitesSkeleton Code
Account.class
Tasks
Run the RMI Registry program.
Copy all the
Run the RMI server that hosts the remote service objects. Create and run a program that will use the exported RMI services. Find out the owner of account 4461 and how much money is in it. Where help exists, the task numbers above are linked to the step-by-step help page. When you finish this exercise, you will have run your first RMI system. It consists of three major parts:
Solution Source
Account.java
Demonstration
When the RMI Registry and the RMI host sever program
are run, there is no observable behavior.
When the RMI client
The solution specifically displays: Next MagerciseExercisesShort CourseCopyright 1996-2000 jGuru.com. All Rights Reserved. |