由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - on-line waiting: how to implement.....
相关主题
What's the relationship between Enterprise JavaBehelp!!
What about RMI/IIOP? Is that part of EJB specific请教, JAVA STUDY WEBSITE
Re: EJB vs Corbaneed your comments
请教个RMI的概念问题J2EE 会热多久?
现在做jasper report,amazon web services了,goodbug我要经常向你请教了。what is best for Java Desktop GUI
Re: CORBA 一问学习JAVA的人要注意
Re: 推荐推荐Re: a problem about CORBA
Re: DCOM, CORBA, JAVA/RMIRMI Question?
相关话题的讨论汇总
话题: implement话题: server话题: waiting话题: clients话题: line
进入Java版参与讨论
1 (共1页)
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

1 (共1页)
进入Java版参与讨论
相关主题
RMI Question?现在做jasper report,amazon web services了,goodbug我要经常向你请教了。
如何在服务器端跟踪Java的运行?Re: CORBA 一问
one java questionRe: 推荐推荐
JAX-RPC implementationRe: DCOM, CORBA, JAVA/RMI
What's the relationship between Enterprise JavaBehelp!!
What about RMI/IIOP? Is that part of EJB specific请教, JAVA STUDY WEBSITE
Re: EJB vs Corbaneed your comments
请教个RMI的概念问题J2EE 会热多久?
相关话题的讨论汇总
话题: implement话题: server话题: waiting话题: clients话题: line