一种多门户环境下服务资源管理框架的设计与实现计算机软件专业课件

上传人:bin****86 文档编号:53528627 上传时间:2018-09-02 格式:DOC 页数:98 大小:1.85MB
返回 下载 相关 举报
一种多门户环境下服务资源管理框架的设计与实现计算机软件专业课件_第1页
第1页 / 共98页
一种多门户环境下服务资源管理框架的设计与实现计算机软件专业课件_第2页
第2页 / 共98页
一种多门户环境下服务资源管理框架的设计与实现计算机软件专业课件_第3页
第3页 / 共98页
一种多门户环境下服务资源管理框架的设计与实现计算机软件专业课件_第4页
第4页 / 共98页
一种多门户环境下服务资源管理框架的设计与实现计算机软件专业课件_第5页
第5页 / 共98页
点击查看更多>>
资源描述

《一种多门户环境下服务资源管理框架的设计与实现计算机软件专业课件》由会员分享,可在线阅读,更多相关《一种多门户环境下服务资源管理框架的设计与实现计算机软件专业课件(98页珍藏版)》请在金锄头文库上搜索。

1、分类号 密级 UDC 编号 研研究究生生院院硕硕士士学学位位论论文文一种多门户环境下服务资源管理框架的设计与实现一种多门户环境下服务资源管理框架的设计与实现王王梁梁指导教师 钟 华 研究员软件研究所 申请学位级别硕士 学科专业名称 计算机软件与理论 论文提交日期 论文答辩日期 培养单位 软件研究所 学位授予单位 研究生院答辩委员会主席 摘 要I一种多门户环境下服务资源管理框架的设计与实现一种多门户环境下服务资源管理框架的设计与实现摘摘 要要随着企业信息化建设的快速发展,门户系统在实际中的应用越来越广泛。服务是门户系统重要的组成部分之一,对门户系统的功能提供支撑作用。要维持门户正常的运行管理维护

2、,门户系统就需要提供相应的服务。多门户系统是指在一个门户平台上运行多个虚拟门户。通过用户数据资源的相对隔离,门户系统在逻辑上划分成多个虚拟门户。每个虚拟门户由多个Portlet 应用组成。在多门户环境下,服务具有如下特点:服务分散部署在门户平台和多个 Portlet 应用中,服务之间存在依赖关系,而且不同应用间存在服务的共享;随着虚拟门户数量的增加,服务的数量也在不断动态增加,对门户系统的压力也在不断增加。与一般 Web 应用中的服务相比,多门户环境下不同的应用之间存在服务交互。同不支持多门户的门户系统相比,多门户环境下服务有作用范围,服务的数量大且动态变化。因此,根据多门户环境下服务的特点,

3、要实现对服务资源的管理需要解决如下问题:如何管理服务的依赖关系,如何确定服务的作用范围,如何实现对服务资源的访问控制,如何实现对服务资源的动态管理,以及如何减轻服务对门户系统的压力。本文提出了一种多门户环境下服务资源管理框架,能够有效地解决上述问题。该服务资源管理框架包含对服务生命周期的管理,对服务的访问控制,基于事件的服务管理,以及服务的热部署。且本文对其中的服务依赖关系管理,事件运行监控问题等关键技术点进行了探讨,采用相关的算法解决相应的问题。而且本文实现了服务资源管理框架,部署在门户中间件 OncePortal 中,从而实现对服务资源的有效管理。关键词:关键词:门户 多门户 服务管理一种

4、多门户环境下服务资源管理框架的设计与实现IIAbstractIIIDesign and Implementation of a Service Resource Management Framework in Multi-portal EnvironmentNi Jian (Computer Software and Theory)Directed by Zhong HuaAbstractWith the frequently development of enterprise information construction, the portal system is more and mo

5、re widely used in the practical application. Service is an important part of the portal system, which provides support for the portal system. To maintain the normal operation management and maintenance, the portal system will need to provide appropriate services.Multi-portal is a portal platform tha

6、t runs multiple virtual portals. Isolation by user, data and resource, the portal system is logically partitioned into multiple virtual portals. Each virtual portal contains a number of portlet applications. In a multi-portal environment, the service has the following characteristics: Services are d

7、istributed deployed in the portal platform and the portlet applications,and between services there are dependencies ,and between different applications, there are services for sharing;With the increase of the number of the virtual portals, the number of services is also constantly dynamic increasing

8、,and the pressure to the portal system has also increased. Compared with the general Web applications, there are service interactions between applications in a multi-portal environment. Compared with the Portal System that does not support multi-portal system, in a multi-portal system, the service h

9、as service scope and the number of services is large and also constantly dynamic changing. According to the characteristics of services in a multi-portal environment, we need to address the following questions to achieve service resources management: how to manage service dependencies,and how to det

10、ermine the specific scope of the services, and how to realize the access control of the service resources, and how to implement the dynamic management of the service resources, and how to reduce the pressure from the services to the portal. This paper presents a service resource management framework

11、 in multi-portal environment, which can effectively solve these issues. The service resource 一种多门户环境下服务资源管理框架的设计与实现IVmanagement framework includes service lifecycle management, the access control to the services, event-based service management and hot deployment of the services. And then this paper

12、discusses on key technical points such as service dependency management and running events monitoring problem, which using corresponding algorithm to solve corresponding problems. And this paper implements the service resource management framework, which deployed in the OncePortal middleware, to rea

13、lize the effective management of the service resources.Keywords: Portal, Multi-portal, Service management.目 录V目 录摘 要IABSTRACTIII第一章 绪论.11.1 研究背景 .11.2 论文的主要工作 .31.2.1 多门户环境下服务资源的分析3 1.2.2 服务资源管理框架的分析与设计4 1.2.3 关键技术4 1.2.4 服务资源管理框架的实现41.3 论文组织 .4第二章 门户与服务资源.72.1 门户 .72.1.1 门户概念7 2.1.2 门户关键功能7 2.1.3 门

14、户体系结构82.2 多门户简介 .92.3 多门户系统中的服务资源 .112.4 小结 .13第三章 服务资源管理框架的分析与设计153.1 服务资源的分类 .153.2 服务模型 153.2.1 语法模型16 3.2.2 部署模型16 3.2.3 交互模型173.3 服务资源管理框架的总体设计 .183.3.1 服务生命周期管理模块19 3.3.2 基于访问控制的服务调用模块26 3.3.3 基于事件的服务管理模块27 3.3.4 服务热部署模块323.4 小结 .35一种多门户环境下服务资源管理框架的设计与实现VI第四章 关键技术374.1 服务依赖关系管理 .374.1.1 去除循环依赖

15、关系39 4.1.2 去除冗余依赖41 4.1.3 确定服务启动和关闭顺序434.2 事件运行监控 .474.2.1 事件循环触发问题48 4.2.2 事件处理器运行监控504.3 小结 .52第五章 服务资源管理框架的实现535.1 门户中间件 ONCEPORTAL系统概述535.2 服务资源管理模型的结构.545.3 服务生命周期管理模块 .615.3.1 服务注册信息管理61 5.3.2 服务生命周期管理655.4 基于访问控制的服务调用模块 .655.5 基于事件的服务管理模块 .665.6 服务热部署模块 .715.7 小结 .73第六章 结束语756.1 工作总结 .756.2 进一步工作 .77附录 1 .79附录 2 .85参考文献.87发表文章目录.89致 谢91第一章 绪论1第一章第一章 绪论绪论1.11.1 研究背景研究背景门户(即 Portal)在英文中的含义为“入口”,在计算机领域,门户有多种不同的含义。从传统的应用角度来讲,第一种含义是如新浪,雅虎等门户网站,提供综合性新闻访问的入口;另一种含义是指企业信息门户(Enterprise Information Portal),它是一个统一的工作平台,可以集成企业的各种资源,为用户提供一站式访问1。企业信息门户(Enterprise Information Port

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 医学/心理学 > 基础医学

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号