Answer Posted / obakeng
RMI architecture is a structure that is used to to control
the flow of the data exchange communicated between the
server and the client. And it consists of three layers
being;
1. Stub/skeleton- listen to remote calls made by the client
and forward them to the remote RMI services in the server.
2. Remote Reference Layer- manages and interprets
references made by the client to remote object on a server.
3. Transport Layer- this is the link between the RRL
(remote reference layer) on the server-side and the RRL on
the client-side.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different algorithms used for clustering?
Why a component architecture for the java platform?
What is JTS?
Why does the tag url-encode javascript and mailto links?
What event results from the clicking of a button?
Is infobus easy to use?
Describe responsibilities of Activator?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is scalable, portability in the view of J2EE?
What is the relationship between local interfaces and container-managed relationships?
What is the argument type of a programs main() method?
Do I need to import javlang package any time? Why ?
Why are component architectures useful?
What is the relation between the infobus and rmi?
How to pass parameters in RMI?