Skip to content

A simple demo shows the usage of server-client-based Java RMI.

Notifications You must be signed in to change notification settings

swsmile/JavaRMIDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

A simple demo shows the usage of server-client-based Java RMI.


Usage:

  1. Run RMIserver.java in IntelliJ.

  2. Run RMIClient.javain in IntelliJ.

    The client code will lookup a server by a identical server URL and then obtain an instance of object instantiated in server JVM.

    So the client code can call any methods of this instance of object.

This repo forks from https://github.com/iver3on/RMI.

About

A simple demo shows the usage of server-client-based Java RMI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages