欢迎来到天天文库
浏览记录
ID:11384475
大小:1.95 MB
页数:80页
时间:2018-07-11
《基于soa的租信系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、南京航空航天大学硕士学位论文基于SOA的租信系统的设计与实现姓名:李波申请学位级别:硕士专业:计算机应用技术指导教师:陈兵20080101南京航空航天大学硕士学位论文摘要近年来,面向服务的体系结构(SOA)得到了快速的发展。SOA是一种松散耦合的软件体系结构,能够降低服务的提供者与请求者之间的耦合性。使用这种结构设计系统中的功能模块,即使模块的具体实现发生变化,只要包装该模块的服务接口没有改变,服务请求者就不会受到任何影响。因此,本文基于SOA架构,设计并实现了汽车租赁信用服务系统(简称租信系统)。本文首先对租信系统的背景及SOA的发展现状进行了研究和分析,阐述了基
2、于SOA构建租信系统的可行性;其次对SOA和WebService的基础知识及其相关实现技术进行研究,采用WebService来实现SOA,通过.NET实现租信系统的Web服务。在此基础上,提出基于SOA的租信系统总体结构,根据租赁业务的需求对系统进行功能设计和数据库设计,并给出系统的主要功能结构图和数据库表。再次,设计并提出了基于SOA的服务框架,把整个系统中涉及的服务分为三大主要模块:租赁实体管理服务模块、租赁业务管理服务模块、租赁外部接口服务模块,对每个模块中的服务进行了定义,并运用.NET技术对租信系统中的服务进行了开发,详细阐述了服务的具体实现,给出了部分关
3、键代码。最后以租赁网为例对租信系统的运行效果进行了分析。结果表明基于SOA构建的租信系统完全满足租赁业务的需求。该系统已经在凯汇信息技术服务公司投入运行,取得良好的效果。关键词:SOA,.NET,Web服务,租信系统i基于SOA的租信系统的设计与实现ABSTRACTInrecentyears,theservice-orientedarchitecture(SOA)hasbeendevelopedfast.Itisonekindofloosecouplingsoftwarearchitecturewhichcanreducethecouplingdegreebetwe
4、enserviceprovidersandrequesters.Theservicerequesterswillnotbeinfluencedwhenfunctionalmodulesareusedinthisstructuraldesignsystemaslongasthemoduleserviceinterfacedoesnotchangeevenifthedetailedimplementationofthemodulechanges.Therefore,theRentCreditserviceSystem(i.e.RCS)basedonSOAisdesign
5、edandimplementedinthispaper.First,thebackgroundofRCSanddevelopmentofSOAisstudiedandanalyzed,andthefeasibilityofconstructingtheRCSbasedonSOAisilluminated.Second,thebasicknowledgeandrelatedtechnologyofSOAandWebserviceareanalyzed,SOAisimplementedbyWebserviceandWebserviceofRCSisimplemented
6、by.NET.Inthisfoundation,theoverallframeworkofRCSbasedonSOAisproposed,functionalanddatabasemodulesaredesigned,andthemainfunctionstructurechartsandtablesofRCSareprovided.Third,aserviceframeworkbasedonSOAispresentedandtheservicesinvolvedinthewholesystemaredividedintothreemodules:rentingen
7、titymanagementservicesmodule,rentingbusinessmanagementservicesmodule,rentingexternalinterfaceservicesmodule.TheservicesineachmoduleisdefinedandservicesintheRCSaredevelopedby.NETtechnology,theimplenmentationofservicesindetailisilluminatedandsomekeycodesareprovided.Finally,theperforman
此文档下载收益归作者所有