Java版 - on-line waiting: how to implement..... |
|
|
|
|
|
w*******l 发帖数: 14 | 1 How to implement the decentralized client and server system using CORBA. That
means: after two clients communicate with server and find each other, the two
clients communicate directly between them, but not through communicating with
server.
It is urgent for me, Anyone can help me? any idea? Thanks a lot!
I am waiting on line | r***l 发帖数: 67 | 2 Java supports CORBA through two ways:
1. Java IDL
2. RMI/IIOP
You can use either way to implement both the server and the clients. Client
always talk (RPC call) to the server first and register themselves. Sever can
expose a find function for the client to call and find other client. After
clients find each other, they can get connection information for each other
through the server registry and start chatting (RPC calls).
That
two
with
【在 w*******l 的大作中提到】 : How to implement the decentralized client and server system using CORBA. That : means: after two clients communicate with server and find each other, the two : clients communicate directly between them, but not through communicating with : server. : It is urgent for me, Anyone can help me? any idea? Thanks a lot! : I am waiting on line
|
|
|
|
|
|
|