由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: a problem about CORBA
相关主题
What's the relationship between Enterprise JavaBeRe: EJB vs Corba
on-line waiting: how to implement.....Re: java程序里的socket & CORBA
What about RMI/IIOP? Is that part of EJB specificRe: how to initialize corba object orb in servlet
Doesn't EJB technology compete with CORBA?Re: 有谁调过ACE/TAO吗?
EJB ServerPHP vs ASP vs JSP
Re: 可笑的SUN!jBuiler 4白皮书(来自inprise网站)
Re: who can post some real life example of corbaRe: 关于unix用户帐号
Re: CORBA 一问Re: 推荐推荐
相关话题的讨论汇总
话题: corba话题: myobject话题: cosnaming话题: naming话题: name
进入Java版参与讨论
1 (共1页)
c*********e
发帖数: 5
1
Are you using CosNaming instead of BOA?
CosNaming itself is just a naming service, something like
JNDI. The server program will create a Corba server object,
and give it a name(rebind), like "myObject", and put it in
the naming registry(depository). The name can be an arbitry
string--doesn't have to do with the interface names you
defined in IDL.
The client program will get(narrow) the object reference
using the name "myObject".
Think of NameComponent as the key to a huge hash table where
all se
1 (共1页)
进入Java版参与讨论
相关主题
Re: 推荐推荐EJB Server
Re: DCOM, CORBA, JAVA/RMIRe: 可笑的SUN!
Question about java and C connectionRe: who can post some real life example of corba
请教若干问题Re: CORBA 一问
What's the relationship between Enterprise JavaBeRe: EJB vs Corba
on-line waiting: how to implement.....Re: java程序里的socket & CORBA
What about RMI/IIOP? Is that part of EJB specificRe: how to initialize corba object orb in servlet
Doesn't EJB technology compete with CORBA?Re: 有谁调过ACE/TAO吗?
相关话题的讨论汇总
话题: corba话题: myobject话题: cosnaming话题: naming话题: name