Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 9 / Issue 8

available in:   HTML (36 kB) PDF (143 kB) PS (125 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future

 

Asynchronous Remote Method Invocation in Java

Wendell Figueiredo Taveira (Computer Science Department, Federal University of Minas Gerais, Brazil)

Marco Tulio de Oliveira Valente (Computer Science Department, Federal University of Minas Gerais, Brazil)

Mariza Andrade da Silva Bigonha (Computer Science Department, Federal University of Minas Gerais, Brazil)

Roberto da Silva Bigonha (Computer Science Department, Federal University of Minas Gerais, Brazil)

Abstract: Java RMI is the computational model used to develop distributed systems in the Java language. Although widely used in the construction of distributed systems, the use of Java RMI is limited because this middleware does not allow asynchronous method invocations. This paper presents FlexRMI, a Java based system that supports asynchronous invocations of remote methods. FlexRMI is completely implemented in Java, making use of the reflection and dynamic proxy facilities of this language. The implementation is also compatible with standard Java RMI distributed systems.

Keywords: asynchronous remote method invocation, distributed programming

Categories: D.1.3, D.1.5, D.3.3