ACM Home Page
Please provide us with feedback. Feedback
Smart proxies for Jini services
Full text PdfPdf (280 KB)
Source ACM SIGPLAN Notices archive
Volume 37 ,  Issue 4  (April 2002) table of contents
COLUMN: Technical correspondence table of contents
Pages: 57 - 61  
Year of Publication: 2002
ISSN:0362-1340
Author
Pascal Ledru  Sun Microsystems
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 0,   Downloads (12 Months): 17,   Citation Count: 1
Additional Information:

abstract   references   cited by   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/510857.510869
What is a DOI?

ABSTRACT

Jini has been advertised as a self-healing infrastructure where both services and consumers of these services come and go. However, it does not explicitly address the issue of how to recover when a consumer communicates with a service, which suddenly fails. This paper presents how smart proxies can be implemented in a Jini environment, allowing a client to transparently reconnect to another instance of a service in case of a failure. An important feature of the Java language: dynamic proxy is used to allow this transparent reconnection scheme.