首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 31 毫秒
1.
在实时操作系统VxWorks上构造CORBA服务   总被引:2,自引:0,他引:2  
本文提出将分布式软件结构应用到复杂的嵌入式系统开发中,在嵌入式操作系统VxWorks上构造通用对象请求框架(CORBA)。采用自适配通信环境(ACE)的对象请求代理TAO,创建命名服务并举例说明基于TAO的分布式对象的开发和运行方式。  相似文献   

2.
The Common Object Request Broker Architecture (CORBA) supports the creation of distributed systems that cross processor, language and paradigm boundaries. These systems can be large and complex entities that consume considerable resources in their creation and execution. Measurements of characteristics of software systems is an important area of study in general and of particular interest for distributed systems. In this paper, we present a specific technique for instrumenting components in a distributed system. The technique constructs a wrapper around the component being measured. The wrapper monitors interactions with the ORB (Object Request Broker) and other components. Each wrapper mimics the interface of the component that it is wrapping so that the remaining objects in the system do not need modification. Two approaches to wrapping the component are presented and contrasted. The result is an efficient and modular technique that can quickly be applied to a component.  相似文献   

3.
以CORBA为代表的分布对象计算技术已成为网络计算时代的主流技术,研究与实现符合CORBA规范的ORB软件有着极高的理论价值与广阔的应用前景。CORBA对象联编是影响ORB软件性能、可伸缩性、灵活性和容错性的关键技术之一。文章结合作者自主开发的ORB软件ORBase,对联编技术进行了深入细致的研究。  相似文献   

4.
Research on software objects, components, middleware, and component-based applications concerns among others ActiveX controls, JavaBeans (JBs), the Microsoft Transaction Server (MTS), Enterprise JavaBeans (EJBs), and how they can interoperate with each other. Is their interoperation possible? Which elements are responsible for the software objects' incompatibility? Is compatibility a responsibility of the objects or of their underlying architectures? In this article, we discuss object compatibility problems by outlining three basic middleware remoting technologies: the OMG's Common Object Request Broker Architecture (CORBA), Microsoft's Distributed Component Object Model (DCOM), and Sun's Java Remote Method Invocation (RMI), discussing the basic incompatibility points, and overviewing the basic strategies for bridging the gap between CORBA, DCOM, and RMI.  相似文献   

5.
Distributed real-time applications have presented the need to extend the Object Management Group's Common Object Request Broker Architecture (CORBA) standard to support real-time. This paper describes a Dynamic Real-Time CORBA system, which supports the expression and enforcement of end-to-end timing constraints as an extension to a commercial CORBA system. The paper also describes performance tests that demonstrate the system's ability to enforce expressed timing constraints.  相似文献   

6.
基于CORBA的分布式系统的开发   总被引:11,自引:0,他引:11  
刘军  王宁生 《计算机工程与应用》2001,37(15):152-153,165
Common Object Request Broker Architecture(CORBA)作为分布式对象的重要标准,其跨平台、独立于语言、良好的稳定性以及较高的效率,使其成为构建分布式系统的一个较好的解决方案。介绍了CORBA标准的体系结构并给出了开发CORBA应用系统的方法与步骤,指出CORBA应用系统的适用范围。  相似文献   

7.
针对嵌入式系统资源有限的特点,OMG推出了minimumCORBA规范。讨论了如何基于该规范设计与实现嵌入式CORBA。结合已实现的嵌入式CORBA成果——miniORB,对嵌入式CORBA的整体结构、对象请求代理、可移植对象适配器以及IDL编译器各方面给出了具体的设计思路和实现方法。  相似文献   

8.
Using JavaBeans and CORBA agents in conjunction with Web search technologies, this prototype search engine (Agora), automatically generates and indexes a worldwide database of software products, classified by component model. Users of Agora can search for components in this database by describing specific properties of a component's interface. The system combines Web search engines with an introspection process. Introspection, primarily associated with JavaBeans, describes the capability of components to provide information about their own interfaces. The Common Object Request Broker Architecture offers a similar capability, although this data is maintained external to the CORBA server in an interface repository  相似文献   

9.
基于WWW和分布对象技术的Browser/Server结构   总被引:4,自引:0,他引:4  
贾军渭 《计算机工程》1998,24(10):29-31,44
首先讨论了当前WWW的不足。然后对分布式对象技术CORBA及ORB互操作进行了讨论。  相似文献   

10.
单莹  段沙 《计算机与网络》2000,(19):28-28,33
本文阐述了电信管理网(TMN)和公共对象请求代理体系结构的特点,并以实例探讨了CORBA在TMN中的应用。  相似文献   

11.
分析了目前主要几种集成模式及存在的问题,并采用CSCW的思想,提出一种集成模型,它使用COBRA屏蔽各子系统的异构性,并通过集成平台实现了各子系统的信息交流与协作。  相似文献   

12.
CORBA(Common Object Request Broker Architecture)和DCOM(Distributed Component Object Model)是现在最流行的两种分布式对象模型,通过在NFS-XDII(Net Finance Systemxidian version2.0)系统中的开发,阐述了CORBA和DCOM实现分布式应用的原理和结构,对比了CORBA和DCOM的特点。  相似文献   

13.
CORBA是一种面向对象的分布式计算技术。安全性几乎影响着分布式对象计算的每个方面。简要介绍了CORBA的概念,概述了分布式对象的安全需求,着重讨论了CORBA服务的安全机制,对鉴别、授权、权限、审计、防否认、安全域等概念进行了解释。  相似文献   

14.
马晓敏  赵蓬 《微计算机信息》2007,23(21):279-280,23
CORBA(Common Object Request Broker Architecture)是分布计算机技术的发展结果,CORBA技术在理论和技术上扩展了客户/服务器的模式.本文在分析CORBA体系架构的基础上,提出了基于CORBA体系架构的网络聊天系统的实现,并给出部分关键代码.  相似文献   

15.
基于CORBA的分布实时对象计算技术研究   总被引:2,自引:0,他引:2  
随着网络化的日益普及,现有计算机系统面临着复杂和难以集成的问题.以CORBA为主流技术的分布对象计算技术简单有效地降低了非实时应用的复杂度和集成难度.但是,现有的CORBA规范无法支持分布实时环境,因此,有必要研究基于CORBA的分布实时对象计算技术.本文分析了现有CORBA的规范的实时特性缺陷,以作者设计的基于CORBA的分布实时对象软件ORBase为例,介绍了基于CORBA的分布实时对象计算的  相似文献   

16.
CORBA安全服务研究   总被引:2,自引:0,他引:2  
该文总结概述CORBA安全服务原理与规范,并提出一种符合规范的CORBA安全服务设计和实现方案。给出安全服务原型,详细描述其结构、功能和实现技术。  相似文献   

17.
CORBA的一个重要的服务是OMG定义面向对象的事务服务(OTS),它是对分布事务进行处理的,由于事务处理的重要性,OTS本应该作为ORB的一部分来提高事务处理应用的效率,基于上述考虑,OMG在OTS中提出了interposition技术,文章在方法论的基础上探讨如何采用该技术实现OTS。  相似文献   

18.
CORBA的一个重要的服务是OMG定义面向对象的事务服务(OTS),它是对分布事务进行处理的。由于事务处理的重要性,OTS本应该作为ORB的一部分来提高事务处理应用的效率。基于上述考虑,OMG在OTS中提出了interposition技术,文章在方法论的基础上探讨如何采用该技术实现OTS。  相似文献   

19.
TC-CORBA关口中关键技术研究   总被引:5,自引:0,他引:5  
论文首先说明TC-CORBA关口和Parlay网关的关系,然后描述了TC-CORBA的功能模型,最后重点说明了在实现TC-CORBA关口时,所涉及的TC-CORBAIDL(InterfaceDefinitionLanguage)操作、SS7TCAP(TransactionCapa-bilityApplicationPart)接口、CORBA(CommonObjectRequestBrokerArchitecture)操作转换和CAP(CAMELApplicationPart)参数编解码关键技术。  相似文献   

20.
对象管理集团公司(ObjectManagmentGroup-OMG)是一个致力于解决分布式环境中互操作问题的非盈利性协作组织,它遵循一个新的技术途径,即对象技术,产生了公认的基于可商用对象技术的事实标准。它的一套面向对象的标准化语言、接口和协议的基础是一种称作通用对象请求代理结构(CommonObjectRequestBrokerArchi-tecture—CORBA)的通信约定。CORBA在具有不同的操作系统、语言、网络协议和硬件结构的系统间提供了应用层的互操作性。OMG未来的计划是运用这些有力的服务和功能支持应用程序员的设计开发。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号