CHAPTER 7

image

Java Remote Method Invocation

In this chapter, you will learn

  • What Java Remote Method Invocation (RMI) is and the RMI architecture
  • How to develop and package RMI server and client applications
  • How to start the rmiregistry, RMI server, and client applications
  • How to troubleshoot and debug RMI applications
  • Dynamic class downloading in an RMI application
  • Garbage collections of remote objects in RMI applications

What Is Java Remote Method Invocation?

Java supports a variety of application architectures that determine how and where the application code is deployed and executed. In the simplest application architecture, all Java code resides ...

Get Beginning Java 8 APIs, Extensions and Libraries Swing, JavaFX, JavaScript, JDBC and Network Programming APIs now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.