Monday, March 9, 2009

RMI for C++ Rapid Application Development of Distributed Event Driven Software


Download pdf----Here----RMI for C++ Rapid Application Development of Distributed Event Driven Software
RMI for C++ Rapid Application Development of Distributed Event Driven Software


Abstract
In this paper we describe the implementation
of a framework designed to be used for
creating an event driven application with
objects. The code to handle object
marshalling over the network is automatically
generated from the classes written by the
application programmer. A demo peer-topeer
application was also developed to
highlight the ease and elegance with which
event driven software can be created.


Goals for this Implementation of RMI
RMI Application
RMI Object
RMI Reference
Method Call Return
RMI Server
Pure Client
RMI Client
Marshalling
Passing RMI Object References
Garbage Collection
Code Generation
Polymorphism
Network Robustness Guarantee
Communication Format
Efficiency
Discussion of a sample peer-to-peer
application

0 comments:

Post a Comment