corba

  • 网络公共对象请求代理体系结构(Common Object Request Broker Architecture);通用对象请求代理体系结构;公共对象请求代理架构

corbacorba

corba

公共对象请求代理体系结构(Common Object Request Broker Architecture)

它支持公共对象请求代理体系结构(CORBA),这是Enterprise JavaBeans(EJB)的前身,所以Java的对象可以和CORBA的对象 …

通用对象请求代理体系结构

编程技术文档 ... Code Style (代码的风格) CORBA (通用对象请求代理体系结构) CSDN 里关于游戏外挂的一个帖子。 ...

公共对象请求代理架构

...前试图创建分布式系统的标准是一件很苦恼的事情,比如公共对象请求代理架构(CORBA)或者分布式计算环境(DCE)——即目 …

公共对象请求代理结构

公共对象请求代理结构Corba)是一基于分布式面向对象的计算体系结构,可以隐藏底层通信协议和硬件的细节,因此RTI的 …

公用对象请求代理体系

Java远程方法调用(RMI)机制和公用对象请求代理体系CORBA)是最重要 和使用最广泛的两种分布式对象系统。每个系统 …

1
Learning of this book, you will have a CORBA preliminary understanding, to be able to prepare and complete a simple CORBA application. 学习了本书,你将对CORBA有个初步了解,并能编写一个简单完整的CORBA应用程序。
2
Another possibility is to invoke an EJB component as though it were a CORBA component. 另一种可能性是调用EJB组件,就好象它是CORBA组件一样。
3
A CORBA object is represented to the outside world by an interface with a set of methods. 接口用一系列方法在外部把CORBA对象表现出来。
4
This also ensures that as the information industry changes, which it most certainly will do, CORBA will be able to keep pace with it. 这也确保随着信息工业的变动(的确发展很快),CORBA仍能跟上它的步伐。
5
The article brings forward a project to simplify ORB, then tries to found a effective, apt approach to develop embedded CORBA. 该文提出精简ORB的方案,希望能建立一种有效、易用的嵌入式CORBA开发途径。
6
These services can be implemented as remote Enterprise JavaBeans (EJB) method calls, web services, or CORBA calls, just to name only a few. 这些服务可以作为远程企业JavaBean(EJB)方法调用、Web服务或CORBA调用(这里只列出几个)来执行。
7
No, at least I do not view the web services programming model as a reappearance or revitalization of CORBA. 不,至少我不把Web服务编程模型看作是CORBA的再现或再生。
8
The CORBA mechanics all start with an interface. The best way to think of an interface is to envision my car. 全部CORBA结构是从一个接口开始的,理解接口的最佳方法就是想像我的汽车,对,我的汽车。
9
The intent of this article was to give you an overview of the CORBA Transformation, and the created model was therefore very simple. 本文的目的就是为您提供一种关于CORBA转换的总的看法,因此创建的模型都非常简单。
10
InfoQ: When comparing SOA with DCE and CORBA, you seem to really be comparing Web Services with earlier approaches to distributed computing? InfoQ:在将SOA与DCE和CORBA做比较时,你好像就拿Web服务与早期的分布式计算的方法做了比较?
11
The W3C has normalized DOM, whose main advantage is to be portable: it was defined as a CORBA interface and mapped to many languages. W3C规范化了DOM,它的主要优点是可移植性:它是作为一种CORBA接口定义的,被映射到很多语言。
12
CORBA also introduced the concept of language independence of the interface definition. CORBA还引入了接口定义的语言独立性概念。
13
The Common Data Representation (CDR) is the formal mapping of the data types to be used in a CORBA invocation. 公共数据表示(CDR)是CORBA调用中将使用的数据类型的正式映射。
14
Overall, however, CORBA's use is in decline and it cannot be called anything but a niche technology now. 整体上说,CORBA的使用在减少,但是仅仅作为一个适得其所的技术,其它什么也不是。
15
Unfortunately, IORs do not correlate to OBJREFs, which results in an interoperability problem between CORBA and DCOM applications. 遗憾的是,IOR不能与OBJREF相互关联,这就导致了CORBA和DCOM应用程序之间的互操作性问题。
16
The CORBA specification states that this file must extend IDLEntity and have the same name as the IDL interface name. CORBA规范指出这个文件必须扩展IDLEntity,并且与IDL接口同名。
17
It is also used for realtime and embedded systems development, a sector in which CORBA is actually growing. CORBA也用于实时和嵌入式开发,在这个领域CORBA确实在增长。
18
The next section will have information about how CORBA Transformation is integrated with ClearCase. 下一小节将介绍CORBA转换是如何被集成到ClearCase中的相关的信息。
19
CORBA handles this by strictly defining how data is translated or marshalled into a common format. CORBA通过严格定义如何将数据转换或打包成公共格式来处理这种问题。
20
It is assumed that you know nothing of CORBA. 这里假设你对CORBA毫无所知。
21
In fact, the general practice is widely advocated for any distributed technology, including CORBA, EJB, and DCOM. 实际上,这个通用的实践被广泛地应用到任何分布式技术中,包括CORBA、EJB和DCOM。
22
To a certain degree, then, IDL interfaces correspond to class definitions, and CORBA objects correspond to class instances. 因而在某种程度上,IDL接口对应于类定义,CORBA对象对应于类实例。
23
Sometimes, the term proxy is also used to refer to a running instance of the stub in CORBA. 有时,代理这个名称还被用来指CORBA中正在运行的存根实例。
24
RMI and CORBA are often seen as competing technologies, since both provide transparent access to remotely distributed objects. RMI和CORBA常被视为相互竞争的技术,因为两者都提供对远程分布式对象的透明访问。
25
This project is just a graphical talk using CORBA to communicate. This is a proof of concept, nothing more. 这个项目是一次图解谈话使用CORBA通信。这是概念证明,没什么更多。
26
As the JTS is a Java implementation of the Object Transaction Service (OTS) defined by CORBA, it can only interface with another OTS model. 因为JTS是一种由CORBA定义的对象事务服务(OTS)的Java实现,它只能够与另一个OTS模型连接。
27
The following part introduce of CORBA, real-time CORBA and event service, under which we construct a real-time message middleware prototype. 接下来部分,本文介绍了CORBA及实时CORBA规范和事件服务服务规范,在此基础上,设计了一个实时消息中间件原型,文中将对这个系统进行介绍。
28
CORBA Technology is widely used in distributed computing to solve the problem of interoperability between heterogeneous systems. CORBA技术是当前流行的日渐成熟的分布式计算技术,主要用来解决分布式异构系统互操作的问题。
29
In the case of CORBA, every node in the application environment would need to run the same ORB product. 如果要开发CORBA应用程序,应用程序环境中的每个节点都要运行相同的ORB产品。
30
NOTE: Aside from preparing Lotus Domino to handle IIOP, you do not need any CORBA or IIOP programming knowledge to use the taglib. 注意:如果不准备让LotusDomino来处理IIOP,在使用taglib时就不需要任何CORBA或IIOP编程的知识。