What are the requirements to enable remote components to interact each other?- To enable communication between objects across remoting boundaries, you need to have. - A server object to expose service. - A client that calls server object to consume service. - A message transmission protocol.
|