Chapter 16.  RMI Communications

The Java Remote Method Invocation (RMI) framework has been Java's distributed object communications framework since Java was born. RMI was originally distributed separately from the JDK 1.0 and later was integrated with the JDK 1.1. RMI now has grown in feature richness and yet remains elegantly simple for Java developers to rapidly create distributed client/server applications. The RMI and CORBA paradigms are also now merging as the RMI/IIOP APIs and framework evolves.

In this chapter, you'll learn:

  • The basic concepts ...

Get Building Java™ Enterprise Systems with J2EE™ 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.