Skip to content

Proxy objects are well-known from area of remote method invocation. Their application in "local computing" was inhibited mainly by lack of a good support for proxies in standard libraries. This concept deals with situations where java object fails to connect to remote services and rather deals with invocation locally followed by replication proc…

License

Notifications You must be signed in to change notification settings

radimkoudela/Java-Proxy-Object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Proxy-Object

Proxy objects are well-known from area of remote method invocation. Their application in "local computing" was inhibited mainly by lack of a good support for proxies in standard libraries. This concept deals with situations where java object fails to connect to remote services and rather deals with invocation locally followed by replication procedure when remote service connection is restored.

About

Proxy objects are well-known from area of remote method invocation. Their application in "local computing" was inhibited mainly by lack of a good support for proxies in standard libraries. This concept deals with situations where java object fails to connect to remote services and rather deals with invocation locally followed by replication proc…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages