1 / 69
文档名称:

一个遗留系统向SOA架构的改造及其性能技术研究硕士学位论文.docx

格式:docx   页数:69
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

一个遗留系统向SOA架构的改造及其性能技术研究硕士学位论文.docx

上传人:追风少年 2014/2/18 文件大小:0 KB

下载得到文件列表

一个遗留系统向SOA架构的改造及其性能技术研究硕士学位论文.docx

文档介绍

文档介绍:遗留系统的性能改进分析及其研究
摘要
随着软件工程的发展,软件再工程被摆上了软件专家的议程,由于遗留系统存在技术陈旧、系统结构混乱、文档缺失和维护成本高等问题,越来越多的企业和组织为了提高系统的可靠性、可重用性、可维护性,从而对遗留系统进行再工程。
本论文主要研究的是以现存的大型遗留系统为背景,首先对当前国内外的遗留系统再工程的现状进行分析;其次介绍了遗留系统的架构和Cordys系统在整个系统中的核心地位;再者介绍了Cordys平台相关技术,SOAP和LDAP,重点分析了Cordys的WCP内部代码实现原理、Cache的实现机制;最后重点分析生产环境中Cordys产生的问题,通过在本地环境模拟测试的方式再现了生产环境的代码40、41和Signal 11等问题,然后通过代码反编译技术和Jprofiles性能测试工具查找问题的根源,最后解决了生产环境的问题。
关键词:遗留系统再工程,Cordys,LDAP,SOAP,性能测试
Abstract
With the develoyment of Software Engineering technology, Software Re-engineering is put into the aganda by the software they are several problem in legacy system, like technological obsolescence, system architecture confusion, miss document, costly maintenance and so on. more and more enterprise aniztions re-engineering of legancy system to improve the system reliability, reusability and maintainability of system.
This paper focuses on the background of existing large legacy system, firstly, analyzes the situation of the current legacy systems re-engineering at home and abroad ; Secondly introduces the role of the system architecture and cordys in the whole system;thirdly, introduces the cordys platform and related technologies:SOAP and LDAP with analyzeing the code which implements the WCP and cache in cordys;. Finally analyzes cordys issue in production environment, reproduces Error with number 40,41 and signal 11 in the way of simulation local test , then pilation code and finds the profuction root cause with the jprofile performance test tool.
Key Words:Legacy Systems Re-engineering, Cordys, LDAP , SOAP, Performance Testing
目录
摘要 i
Abstract ii
图目录 IV
表目录 VI
第1章绪论 1
课题背景 1
目前国内外的现状分析 1
遗留系统的再工程 1
遗留系统的迁移 2
遗留系统的评价 2
本文研究的主要内容和工作 3
全文的组织结构 4
本章小结 4
第2章遗留系统再工程的研究范畴 5
软件再工程的概述 5
软件再工程的定义 5
再工程与维护及其开发三者关系 6
软件再工程的目的 6
遗留系统再工程的概述 8
遗留系统再工程的过程和方法论 8
遗留系统再工程的评估 8
遗留系统再工程的困难和挑战 9
现存大型遗留系统的架构概述 10
本章小结 11
第3章基于Coryds平