Skip to content

The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM.

Notifications You must be signed in to change notification settings

Oracle-Programming-School/RMI-IOTMachineData

Repository files navigation

RMI-IOTMachineData (Example Project of RMI Implementationa and communication Betweeen Client and server)

RMI (Remote Method Invocation) The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM. Understanding stub and skeleton RMI uses stub and skeleton object for communication with the remote object.

Whiteboard

#Start Server

image

#Run 1st Sensor Client and Client is started to send data to Server image

#Run 2nd Sensor Client and Client is started to send data to Server image

#Data is recieveing on Server from both clients and On server, Threads are working to process these data image

#Now End user connected to Server to get the process data. image

About

The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages