
好词典

CORBA 是 Common Object Request Broker Architecture 的首字母缩写,由对象管理组织(OMG)于1991年首次发布。
❶ CORBA(公共对象请求代理架构)是一种用于分布式对象通信的中间件标准,允许不同编程语言和平台上的软件组件相互通信。
“CORBA enables communication between software components written in different languages.”
(CORBA 使得用不同语言编写的软件组件能够相互通信。)
“Many enterprise systems use CORBA for distributed computing.”
(许多企业系统使用 CORBA 进行分布式计算。)
CORBA object — 指遵循 CORBA 标准的对象,可以在分布式系统中被远程调用。
“The client application invokes methods on a CORBA object located on a remote server.”
(客户端应用程序调用位于远程服务器上的 CORBA 对象的方法。)