基于jetspeed的门户开发

时间:2020-09-01 16:22:21 计算机应用毕业论文 我要投稿

基于jetspeed的门户开发

毕业论文

目    录
摘要  1
前   言 3
1 绪论 4
1.1  背景分析 4
1.2  研究内容 5
1.3  论文结构 6
2 WEB服务的相关技术 7
2.1  XML可扩展标记语言 7
2.1.1  XML的含义 7
2.1.2  XML与Web Service 8
2.1.3  XML Web Service 安全性 9
2.2  WEB服务的技术标准 12
2.2.1  简单对象访问协议(SOAP) 12
2.2.2  Web服务描述语言(WSDL) 13
2.2.3  UDDI(统1描述,发现与集成规范) 20
3 基于.NET以及JAVA下的SOAP 27
3.1  JAVA 下的SOAP 27
3.2  MICROSOFT.NET 29
3.2.1  .NET框架的组成 29
3.2.2  .NET框架的核心要素 30
3.3  ASP.NET下的SOAP 31
3.3.1  将 SOAP 用作 Web 开发工具 31
3.3.2  访问 Web Serivces 32
4 服务实例设计 33
4.1  创建WEB服务 33
4.1.1  编写Web Service 33
4.1.2  编写客户端 38
4.2  部署WEB服务 40
4.3  测试WEB服务 41
结 束 语 44
参考文献 45
致  谢 46
附录 47

Web服务技术研究
 

摘要:为了更好的满足程序员和用户的需要,计算机技术从未停止过发展的脚步,程序设计的网络的发展促进了软件的开发与信息交流的能力,系统中所有的组件都以服务的形式的出现,为Web服务奠定了基础。Web Services是自包含的、模块化的应用程序,它可以在网络(通常为Web)中被描述、发布、查找以及调用。是基于网络的、分布式的模块化组件,它执行特定的任务,遵守具体的技术规范,这些规范使得Web Service能与其他兼容的组件进行互操作。当今关于Web服务(web services)的描述主要是关于集成的。动态的服务替代了静态的组件重用性和广泛适用性的代码的区别是很小的,但它们却是面向服务的开发过程的本质。其基本的活动包括:创建,发布,定位,激活,注销Web服务行为。相关的技术有XML可扩展标记语言,这是1个精简的SGML,它将SGML的丰富功能与HTML的易用性结合到Web的应用中。 XML(eXtensible Markup Language,可扩展标记语言)是Internet上数据表示和数据交换的新标准。同时Web服务还主要基于以下3项标准: "简单对象访问协议"(SOAP),"网络服务描述语言"(WSDL) ,"统1描述,发现和集成协议"(UDDI)。这3项标准均建立在XML基础之上.SOAP是基于消息的通信协议,WSDL对Web服务进正式描述,UDDI是访问注册库的协议(含各种服务的相关信息)。本文附带了1个实例,通过实例更加清晰的介绍了如何使用ASP.NET创建高水平的Web服务,说明了上面的标准在Web服务中的应用,演示了1个完整的Web服务应用程序的`解决方案。
关键词:简单对象访问协议;网络服务描述语言;统1描述,发现和集成协议;可扩展标记语言;Web 服务
 
Research of Web Service
 

Abstract:For a better satisfied programmer and users need, the computer technology never stopped the development footsteps, the programming network development had promoted the software development and communication ability, the form appearance which in the system all modules all served, was Web Service has laid the foundation.Web Services is from contains, the modular application procedure.It may (usually be Web) is described in the network, the issue, the search as well as the transfer.It is based on the network, the distributional modular module.It carries out the specific task, observes the concrete technology standard, these standards enable Web Service to carry on the Interoperability with other compatible modules.Now about Web service (web services) the description mainly is about the integration.The dynamic service substituted the static module to entrust with heavy responsibility the natural and the widespread serviceable code difference is very small.But they are actually face the service the performance history essence.Its basic activity includes: The foundation, issued that, the localization, the activation, cancels the Web service behavior.The correlation technology has XML to expand the mark language.This is simplification SGML.It unifies the SGML rich function and the HTML usability Web in the application.XML (eXtensible Markup Language,May expand the mark language) is on Internet the data expression and the data exchange new standard.Simultaneously Web service also mainly based on following three standards: “simple object visit agreement” (SOAP), “network service description language” (WSDL), “unification description,Discovery and integrated agreement " (UDDI).These three standards establish above the XML foundation.SOAP is based on the news communication protocol, WSDL enters the official description to the Web service, UDDI is visits the registration storehouse the agreement (including each kind of service related information).This article has supplemented an example, how has used ASP through an example clearer introduction.NET the foundation high level Web service, showed above standard in the Web service application, has demonstrated a complete Web service application procedure solution.
Keywords:   SOAP;  WSDL;  UDDI;  XML;  Web Service


前   言

Internet已经有20多年的历史了,近几年才出现了Internet热,这主要应归功于Web。Internet提供了世界范围内网络互连和通信功能,Web则是1个环球信息资源库。Web由无数的页面(Home page主页)组成,页面上的信息包罗万象,而且时时在增加,天天在更新。用户只要打开浏览器就能得到他们感兴趣的资料。Web的易用性使千家万户都能共享 Internet上巨大的信息资源。时下,人人都在谈论Web和主页,翻开报纸或新闻杂志,几乎每天都要提到Web和主页。从1个小商店到1个大公司,从研究机关到学校,无不骄傲地向他人显示着自己的主页和 Web 地址。Web和主页已经成为计算机和通信领域乃至全社会的热点。在过去的几10年中,计算以前所未有的速度发展着,这显著地影响了各个组织,使得IT管理者和开发人员接受了新的计算模式。程序设计与硬件的革新带来了1些更有用的技术,比如面向对象编程,分布式计算,因特网协议以及XML。而WEB服务技术就代表了分布式计算的下1个阶段,在今后的日子将对各个组织产生深远的影响。
 本文内容包括:1、介绍WEB服务;2、WEB服务技术,本文大部分内容详细介绍对于WEB服务至关重要的各种技术和相关问题; 3、关于WEB服务的主要技术语言如MICROSOFT.NET及JAVA: 4、通过实例研究更加清楚的了解WEB服务的技术及应用; 5、通过研究得出的结论,对WEB服务的理解等。

【基于jetspeed的门户开发】相关文章:

1.事业单位门户网站总体设计与开发

2.软件开发中基于角色的协同

3.浅谈基于就业导向的课程开发与建设

4.开发基于路由器VR功能的宽带应用

5.基于岗位胜任特征的职教课程开发研究

6.基于客户关系管理的潜在客户开发研究论文

7.厦门户口入户条件

8.澳门户口入户条件

9.浅谈基于Pushlet推技术的网络应用程序开发的研究