Chapter 17. Remote Method Invocation (RMI)

In This Chapter

All source code for this chapter can be found on the Sams Publishing Website at http://www.mcp.com/info/0-672/0-672-31424-x.

Remote Method Invocation (RMI) is a useful tool that can be used to create applications that communicate over the Internet. Remote Method Invocation provides a way for you to create distributed beans that can invoke methods of remote Java objects running in other Java Virtual Machines on other computers. In this chapter, you learn about the Java Distributed Object Model and Remote Method Invocation, and you create an application that uses RMI.

Get JavaBeans Unleashed 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.