Tuesday, February 24, 2004

RMI


What is the relationship between RMI on the server and on the client?
Can you start RMI on the client independently of RMI on the server? I'm not sure if the client RMI requires the server RMI or not.

No.

RMI on the client requires a message to be sent to the server. The first thing that the server does is authorize the message. This is done through code tables. So code table RMI services is required.

The response message for the data set permissions service on the client is retrieved from the RMI permissions services on the server


Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?