Skip to content

Proof of concept to check if referential integrity holds for RMI in Java.

License

Notifications You must be signed in to change notification settings

AmrishJhaveri/RMI_POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Referential Integrity in RMI:

If two references to an object are passed from one JVM to another JVM in parameters (or in the return value) in a single remote method call and those references refer to the same object in the sending JVM, those references will refer to a single copy of the object in the receiving JVM.

To test:

sbt clean compile test

To run Server:

sbt clean compile "runMain Server" or sbt clean compile run (select Server i.e option 2)

To run Client:

sbt "runMain Client" or sbt run (select Client i.e option 1)

About

Proof of concept to check if referential integrity holds for RMI in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published