Remote Method Invocation in Java: An Example
In this section, we shall develop another powerful distributed application using RMI technology that makes use of the power of dynamic class downloading. In this application [Figure 14.17:], the server creates a remote object called scheduler, which accepts jobs from the clients, executes these jobs locally, calculates the execution time, and finally returns the output [ [ ...]