Java RMI Tutorial
- Discuss Java RMIRMI stands for Remote Method Invocation. It is a mechanism that allows an object residing in one system (JVM) to access/invoke an object running on another JVM. RMI is used to build distributed applications; it provides remote communication between Java programs. It is provided in the package java.r
- Java RMI - Useful ResourcesThe following resources contain additional information on Java RMI. Please use them to get more in-depth knowledge on this.
- Java RMI - Quick GuideRMI stands for Remote Method Invocation. It is a mechanism that allows an object residing in one system (JVM) to access/invoke an object running on another JVM.
- Java RMI - Database ApplicationIn the previous chapter, we created a sample RMI application where a client invokes a method which displays a GUI window (JavaFX).
- Java RMI - GUI ApplicationIn the previous chapter, we created a sample RMI application. In this chapter, we will explain how to create an RMI application where a client invokes a method which displays a GUI window (JavaFX).
- Java RMI ApplicationTo write an RMI Java application, you would have to follow the steps given below ?
Page 1 / 3Next