- 1、本文档共70页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Web服务动态组装机制
本科生毕业论文(设计)
摘 要
近年来,软件开发技术、XML等技术取得了长足进步,Web服务技术也得到了广泛的应用。Web服务是一种想把全世界的Internet/Intranet变成一个虚拟计算机环境的观念和技术,它是一种可以通过URL地址来访问网络资源,可以将应用程序转换为网络应用程序,可以被其他应用程序使用的技术。
如果在客户端运行的时候,用户能够自由选择不同的Web服务并且可以选择别的服务来替换已经改变的服务,这样将会使调用服务更加方便快捷,本文讨论的Web服务动态组装机制正实现了自由选择服务和动态调用服务的功能。
本文从课题任务出发,首先介绍了Web服务动态组装机制的开发背景和Web服务相关知识,然后描述了该机制的需求分析和总体设计。随后,本文详细讲述了为实现Web服务动态组装机制而设计的Web服务注册查询子系统和Web服务动态组装子系统的具体内容。为了能够动态自由地选择Web服务,这里设计的Web服务注册查询系统能够让发布者发布服务、调用者查询服务,从而使调用者能够在调用服务的时候自由选择查询得到的服务。在Web服务注册查询系统的基础上,Web服务动态组装系统通过采用动态创建Web服务代理类的方法,能够实现在运行时让用户自由选择调用服务的功能。同时,为了测试Web服务的动态调用,本文简述了本次设计的两大Web服务组件:学生成绩管理系统组件、好友信息管理组件。最后本文给出了两大子系统的运行实例并对工作做出了总结。
关键词 UDDI,发布服务,查询服务,动态调用ABSTRACT
In recent years, software development technology, XML and other technologies have made great progress and Web Services technology has also been used widely. Web Services is a kind of concept and technology which aims to change the Internet/Intranet all over the world into a virtual computing environment. To be simple, Web Services is a technology that is access to network resources through URL address, and can convert application programs into net application programs which could be used by other application programs.
It will make calling services more convenient and efficient if users can choose different Web Services freely and choose other services to replace the changed services when on the run of client applications.In fact, Web Services Dynamic Assembly Mechanism which is discussed in the paper is to achieve the freedom choice of Web Services and dynamical calling of Web Services.
According to the assignment, the paper firstly introduces the development background of the mechanism and related knowledge about Web Services, then describes requirements analysis and the overall design of Web Services Dynamic Mechanism, and later dwells on the details of the two child systems: Web Services Registry and Query System and Web Services Dynamically Assembly System, which are designed for realizing the mechanism. In o
文档评论(0)