Skip to content

The code below will give you the basis to Java RMI with a very simple example of a Server-Client communication model.

Notifications You must be signed in to change notification settings

tomi-kid/JavaFX-RMI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX-RMI

The code below will give you the basis to Java RMI with a very simple example of a Server-Client communication model. The is given the 6 steps to write the RMI program.

#Create the remote interface #Provide the implementation of the remote interface #Compile the implementation class and create the stub and skeleton objects using the rmic tool #Start the registry service by rmiregistry tool #Create and start the remote application #Create and start the client application

About

The code below will give you the basis to Java RMI with a very simple example of a Server-Client communication model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%