首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到18条相似文献,搜索用时 171 毫秒
1.
李方  张虹 《微电子学与计算机》2006,23(8):101-102,109
CORBA是对象管理组织的分布式对象中间件应用标准,而Java是实现客户和服务器CORBA的理想语言。文章讨论了CORBA防火墙规范和Java沙箱安全机制,提出使用多代理技术以实现基于CORBA的分布式对象Web,从而构架出多层B/S系统。  相似文献   

2.
张志伟  郭长国  蔡俊亚  吴泉源 《电子学报》2004,32(11):1820-1823
异步机制是构造大规模分布式系统必不可少的机制之一.作为一种典型的分布应用支撑平台,CORBA没有很好的解决异步机制问题,这限制了CORBA在一些领域的应用.如何在CORBA中提供异步通信支持,为上层应用提供异步通信支持成为研究的热点.本文提出一种CORBA异步消息模型Star-Async,该模型通过ReplyHandler对象实现应答处理、通过异常封装对象实现异常处理,通过基于修改抽象语法树的机制实现异步代码生成.在自主研制的分布对象中间件平台StarBus中实现了本文提出的Star-Async异步模型,实现和初步应用表明本文提出的异步消息模型为在CORBA中实现异步机制提供了一种有效的参考.  相似文献   

3.
CORBA命名服务文件存储系统的设计与实现   总被引:1,自引:1,他引:0  
文章对CORBA及其标准对象服务之一“命名服务”的基本设计及构建情况进行了简要介绍,并着重讨论了作为命名服务功能扩展的“CORBA命名服务文件存储系统”的开发意义,设计思想和主要实现技术特征,从而提出一种学习,研究并应用CORBA的方法和思路。  相似文献   

4.
CORBA技术在TMN中的应用及相关问题   总被引:1,自引:0,他引:1  
方亮  张淑芳 《数字通信》2000,27(8):65-68
CORBA技术是由OMG组织近年来提出的一种新规范,集合了面向对象技术和分布处理机制,被誉为21世纪的软件总线.简要介绍CORBA的体系结构,讨论了它在电信网络管理中的应用层次和应用场合,并提出了应用中注意的几个问题.  相似文献   

5.
用CORBA集成分布式应用系统   总被引:1,自引:0,他引:1  
阐述了采用CORBA技术集成分布式应用系统的方法和过程,并与其他集成技术进行了比较。CORBA是分布式对象计算的一种工业标准体系结构,具有开放性,独立于语言,跨多种硬件和软件平台;它可以简化分布式应用的集成。  相似文献   

6.
CORBA是一种很好的Web应用的平台,本文概述了它的主要安全事项,并描述了它们的实现方法,同时结合当前的防火墙技术研究了在基于CORBA的Web应用的安全服务集成中容易忽视的一些问题。  相似文献   

7.
CORBA特性以及在网管中的应用研究   总被引:1,自引:0,他引:1  
传统的网络管理技术适于管理大量相对简单的网络对象和网元对象,这些对象模型是为真实的网元、网络拓扑结构建立的,没有复杂的操作和相互关系。而CORBA环境不仅适合管理真实的网络对象,更适于少量复杂、粗粒度的对象。对于当今越来越复杂的网络级管理以及业务管理和商务管理,CORBA技术提供了很好的解决方案。本文在论述CORBA技术的特性基础上,探讨了为什么要在网管系统中使用CORBA技术以及使用CORBA技术带来的优势,提出了一种基于CORBA技术的网管系统层次结构和基于CORBA技术构建综合网管系统的总体框架。  相似文献   

8.
基于Web Services的Parlay API分析研究   总被引:2,自引:0,他引:2  
Parlay API是网络能力开放接口的代表,它的实现需要底层分布式通信平台的支持。Web Services作为一种新的分布式通信平台,具有和CORBA等分布式对象系统不一样的技术特点,基于Web Services的Parhy API体现了电信网和Internet的融合。总结了Web services在Parlay中的应用,在对Parlay API和Web Services进行技术分析的基础上详细研究了基于Web Services的Parlay API交互机制等问题。  相似文献   

9.
首先介绍了分布式CORBA技术在网络管理中应用的必然趋势,通过分析基于传统的SNMP和分布式CORBA两种网络管理体系的结构框架以及JIDM规范,提出了一种新的基于网络管理的CORBA/SNMP网关模型框架。最后,介绍了搭建CORBA/SNMP网关模型所需要的开发平台并基于此开发平台进行了相关的试验和仿真,其结果进一步表明本文所提出的模型是适用的、正确的、能够将现有的SNMP网管系统集成到CORBA网管系统中。  相似文献   

10.
CORBA事件服务提供了一种松散的、异步的通信机制,但CORBA规范对其容错性并不支持。由此讨论了运用对象复制算法实现容错事件服务的方法。目前基于该方案的容错事件服务已在电力监控系统中得到应用,这证实了此方案是可行的。  相似文献   

11.
Distributed object-oriented applications are commonly implemented atop middleware platforms such as CORBA, .NET Remoting, and Java remote method invocation (RMI). These platforms provide a simple mechanism to invoke methods of remote objects. Increasingly more applications are demanding nonfunctional properties such as fault tolerance, high availability, and adaptivity, which require extensions to distributed objects' basic interaction model. A fragmented-object model, such as the one Marc Shapiro proposed, can provide the required flexibility. It's far more generic and flexible than the traditional client-server approach. A fragmented object is a truly distributed object; it consists of multiple fragments located on multiple nodes. Such a model allows arbitrary partitioning of state and functionality on these fragments, and arbitrary internal interaction between fragments of a single object. We have investigated integrating a fragmented-object model into CORBA (AspectIX), which requires internal modifications to the CORBA object request broker. Our approach for transparently integrating fault-tolerant objects into .NET Remoting is also useful for seamlessly integrating fragmented objects. Our FORMI architecture integrates fragmented objects into Java RMI without requiring internal modifications to the RMI runtime  相似文献   

12.
一种构建CORBA Trader服务集群的方法   总被引:1,自引:0,他引:1       下载免费PDF全文
窦文  贾焰  邹鹏 《电子学报》2003,31(5):641-644
OMG的Trader服务是分布对象的“中介”服务,在大规模分布环境下,对Trader服务的需求日益显得迫切.单一节点的Trader服务其本身会变成分布应用的性能瓶颈.本文提出了一种基于一致性Hash方法的Cache节点定位算法和Trader Cache集群框架,并对该框架的负载均衡能力和请求响应能力进行了测试。  相似文献   

13.
The Telecommunications Management Network (TMN) has been developed as the framework to support administrations in managing telecommunications networks. It suggests the use of OSI Systems Management (OSI-SM) as the technology for management information exchanges. Distributed object technologies, such as the Common Object Request Broker architecture (CORBA), address the use of software application program interfaces (APIs) in addition to interoperable protocols. Their use in TMN has been the subject of intensive research in previous years, with most approaches focusing on interoperability aspects with OSI-SM. We examine the issues behind using distributed object technologies in TMN via a native fashion, with network elements supporting distributed objects directly, e.g., a “CORBA to the switch” approach. The proposed solution tries to maintain the full OSI-SM expressive power in a way that other solutions have not attempted before. Performance and scalability issues are considered, while the approach has been validated through implementation  相似文献   

14.
基于软总线的软件开发与集成方法研究   总被引:6,自引:4,他引:2  
王昌宝 《无线电工程》2006,36(1):1-3,32
简要讨论了软总线的由来,介绍了分布式对象技术:CORBA、COM/DCOM和EJB三种主流技术的一般情况。并以CORBA规范为主,讨论了软总线与CORBA标准的关系,介绍了CORBA体系结构的特点,以及利用相应的开发工具进行软件开发与集成的结构,最后对技术发展做了展望。  相似文献   

15.
随着越来越多的企业级分布式应用采用CORBA作为其构造平台和通过分布式对象集为猝发式客户请求提供高QoS的服务,基于CORBA的负载均衡服务具有重要的研究价值。本文分析了传统的基于CORBA的负载均衡设计模式,提出了一种基于CORBA自适应的负载均衡服务设计模式。本模式诉效率、吞吐量和负载均衡服务的有效性、小粒度、可移植性和动态性之间进行适当的平衡。  相似文献   

16.
On management technologies and the potential of Web services   总被引:8,自引:0,他引:8  
From the early days of management research and standardization in the late 1980's, there has always been a quest for a management technology that would be general enough to be used for network, system, service, and distributed application management; efficient in terms of information retrieval time, computational resources required, and management traffic incurred; and easy to use in order to reduce development time and operational costs. From protocol-based approaches such as OSI management and SNMP, attention shifted to distributed object and Web-based approaches. Recently, XML-based approaches and, in particular, Web services have been emerging as a promising Internet-based technology that might also be used for management. In this article we survey first the key aspects of protocol and distributed object approaches to management. We subsequently examine Web services as a distributed object approach to management, and consider its suitability, usability, and performance in comparison to SNMP and CORBA.  相似文献   

17.
基于TAO的CORBA应用软件设计   总被引:1,自引:1,他引:0  
公共对象请求代理体系结构(CORBA)是一种异构环境下的分布式计算技术,基于该技术能够解决不同软件产品间的互通互操作问题。分析了CORBA产品中基于可适应通信环境中间件(TAO)的体系结构特点,并根据其特点详细描述了基于TAO的应用软件的设计方法。通过在综合网络管理系统中对TAO的工程应用实践验证了基于TAO开发CORBA应用软件的效果。  相似文献   

18.
首先论述了分布式对象技术的重要概念和基本原理,然后探讨了分布式对象技术应用中出现的各种问题及其解决方法,最后,详细介绍了DCOM/CORBA的应用及实现方法。  相似文献   

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

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