由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - RMI Question?
相关主题
on-line waiting: how to implement.....被一个问题折磨了
Tomcat和什么一起作Application Server?新手问题
Re: Client-Server and actionPerformedWhat about RMI/IIOP? Is that part of EJB specific
如何在服务器端跟踪Java的运行?What's the relationship between Enterprise JavaBe
如何让两个socket并行执行threadRe: EJB vs Corba
socket programing server-server怎么通讯?Re: 请教一个关于IBM-JDK1.1.8和IBMJava2-13兼容性的问题
[合集] 有点糊涂了,一个程序能不能开多个server socket服务?Re: 请教 rmi 的端口问题
弱问socketRe: 推荐推荐
相关话题的讨论汇总
话题: rmi话题: question话题: client话题: machine话题: servers
进入Java版参与讨论
1 (共1页)
g**y
发帖数: 4
1
I created two servers, can I let one of them act as a client to the other?
How shall I do so ?
Thx!
v********r
发帖数: 123
2
Yes you can.
Run rmiregistry (long time I didn't use it, but I guess that's the one)
in one machine, so this one machine is the server. Then you can write
the client programs to connect to it.
Why not look at the examples given on Sun's website? This should
be easy.

【在 g**y 的大作中提到】
: I created two servers, can I let one of them act as a client to the other?
: How shall I do so ?
: Thx!

1 (共1页)
进入Java版参与讨论
相关主题
Re: 推荐推荐如何让两个socket并行执行thread
Re: DCOM, CORBA, JAVA/RMIsocket programing server-server怎么通讯?
JAVA RMI access denied?? WHY??[合集] 有点糊涂了,一个程序能不能开多个server socket服务?
什么是application server弱问socket
on-line waiting: how to implement.....被一个问题折磨了
Tomcat和什么一起作Application Server?新手问题
Re: Client-Server and actionPerformedWhat about RMI/IIOP? Is that part of EJB specific
如何在服务器端跟踪Java的运行?What's the relationship between Enterprise JavaBe
相关话题的讨论汇总
话题: rmi话题: question话题: client话题: machine话题: servers