久久久久无码精品,四川省少妇一级毛片,老老熟妇xxxxhd,人妻无码少妇一区二区

基于jetspeed的門戶開發(fā)

  • 相關(guān)推薦

基于jetspeed的門戶開發(fā)

畢業(yè)論文

目    錄
摘要  1
前   言 3
1 緒論 4
1.1  背景分析 4
1.2  研究?jī)?nèi)容 5
1.3  論文結(jié)構(gòu) 6
2 WEB服務(wù)的相關(guān)技術(shù) 7
2.1  XML可擴(kuò)展標(biāo)記語(yǔ)言 7
2.1.1  XML的含義 7
2.1.2  XML與Web Service 8
2.1.3  XML Web Service 安全性 9
2.2  WEB服務(wù)的技術(shù)標(biāo)準(zhǔn) 12
2.2.1  簡(jiǎn)單對(duì)象訪問(wèn)協(xié)議(SOAP) 12
2.2.2  Web服務(wù)描述語(yǔ)言(WSDL) 13
2.2.3  UDDI(統(tǒng)1描述,發(fā)現(xiàn)與集成規(guī)范) 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 開發(fā)工具 31
3.3.2  訪問(wèn) Web Serivces 32
4 服務(wù)實(shí)例設(shè)計(jì) 33
4.1  創(chuàng)建WEB服務(wù) 33
4.1.1  編寫Web Service 33
4.1.2  編寫客戶端 38
4.2  部署WEB服務(wù) 40
4.3  測(cè)試WEB服務(wù) 41
結(jié) 束 語(yǔ) 44
參考文獻(xiàn) 45
致  謝 46
附錄 47

Web服務(wù)技術(shù)研究
 

摘要:為了更好的滿足程序員和用戶的需要,計(jì)算機(jī)技術(shù)從未停止過(guò)發(fā)展的腳步,程序設(shè)計(jì)的網(wǎng)絡(luò)的發(fā)展促進(jìn)了軟件的開發(fā)與信息交流的能力,系統(tǒng)中所有的組件都以服務(wù)的形式的出現(xiàn),為Web服務(wù)奠定了基礎(chǔ)。Web Services是自包含的、模塊化的應(yīng)用程序,它可以在網(wǎng)絡(luò)(通常為Web)中被描述、發(fā)布、查找以及調(diào)用。是基于網(wǎng)絡(luò)的、分布式的模塊化組件,它執(zhí)行特定的任務(wù),遵守具體的技術(shù)規(guī)范,這些規(guī)范使得Web Service能與其他兼容的組件進(jìn)行互操作。當(dāng)今關(guān)于Web服務(wù)(web services)的描述主要是關(guān)于集成的。動(dòng)態(tài)的服務(wù)替代了靜態(tài)的組件重用性和廣泛適用性的代碼的區(qū)別是很小的,但它們卻是面向服務(wù)的開發(fā)過(guò)程的本質(zhì)。其基本的活動(dòng)包括:創(chuàng)建,發(fā)布,定位,激活,注銷Web服務(wù)行為。相關(guān)的技術(shù)有XML可擴(kuò)展標(biāo)記語(yǔ)言,這是1個(gè)精簡(jiǎn)的SGML,它將SGML的豐富功能與HTML的易用性結(jié)合到Web的應(yīng)用中!ML(eXtensible Markup Language,可擴(kuò)展標(biāo)記語(yǔ)言)是Internet上數(shù)據(jù)表示和數(shù)據(jù)交換的新標(biāo)準(zhǔn)。同時(shí)Web服務(wù)還主要基于以下3項(xiàng)標(biāo)準(zhǔn): "簡(jiǎn)單對(duì)象訪問(wèn)協(xié)議"(SOAP),"網(wǎng)絡(luò)服務(wù)描述語(yǔ)言"(WSDL) ,"統(tǒng)1描述,發(fā)現(xiàn)和集成協(xié)議"(UDDI)。這3項(xiàng)標(biāo)準(zhǔn)均建立在XML基礎(chǔ)之上.SOAP是基于消息的通信協(xié)議,WSDL對(duì)Web服務(wù)進(jìn)正式描述,UDDI是訪問(wèn)注冊(cè)庫(kù)的協(xié)議(含各種服務(wù)的相關(guān)信息)。本文附帶了1個(gè)實(shí)例,通過(guò)實(shí)例更加清晰的介紹了如何使用ASP.NET創(chuàng)建高水平的Web服務(wù),說(shuō)明了上面的標(biāo)準(zhǔn)在Web服務(wù)中的應(yīng)用,演示了1個(gè)完整的Web服務(wù)應(yīng)用程序的解決方案。
關(guān)鍵詞:簡(jiǎn)單對(duì)象訪問(wèn)協(xié)議;網(wǎng)絡(luò)服務(wù)描述語(yǔ)言;統(tǒng)1描述,發(fā)現(xiàn)和集成協(xié)議;可擴(kuò)展標(biāo)記語(yǔ)言;Web 服務(wù)
 
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已經(jīng)有20多年的歷史了,近幾年才出現(xiàn)了Internet熱,這主要應(yīng)歸功于Web。Internet提供了世界范圍內(nèi)網(wǎng)絡(luò)互連和通信功能,Web則是1個(gè)環(huán)球信息資源庫(kù)。Web由無(wú)數(shù)的頁(yè)面(Home page主頁(yè))組成,頁(yè)面上的信息包羅萬(wàn)象,而且時(shí)時(shí)在增加,天天在更新。用戶只要打開瀏覽器就能得到他們感興趣的資料。Web的易用性使千家萬(wàn)戶都能共享 Internet上巨大的信息資源。時(shí)下,人人都在談?wù)揥eb和主頁(yè),翻開報(bào)紙或新聞雜志,幾乎每天都要提到Web和主頁(yè)。從1個(gè)小商店到1個(gè)大公司,從研究機(jī)關(guān)到學(xué)校,無(wú)不驕傲地向他人顯示著自己的主頁(yè)和 Web 地址。Web和主頁(yè)已經(jīng)成為計(jì)算機(jī)和通信領(lǐng)域乃至全社會(huì)的熱點(diǎn)。在過(guò)去的幾10年中,計(jì)算以前所未有的速度發(fā)展著,這顯著地影響了各個(gè)組織,使得IT管理者和開發(fā)人員接受了新的計(jì)算模式。程序設(shè)計(jì)與硬件的革新帶來(lái)了1些更有用的技術(shù),比如面向?qū)ο缶幊,分布式?jì)算,因特網(wǎng)協(xié)議以及XML。而WEB服務(wù)技術(shù)就代表了分布式計(jì)算的下1個(gè)階段,在今后的日子將對(duì)各個(gè)組織產(chǎn)生深遠(yuǎn)的影響。
 本文內(nèi)容包括:1、介紹WEB服務(wù);2、WEB服務(wù)技術(shù),本文大部分內(nèi)容詳細(xì)介紹對(duì)于WEB服務(wù)至關(guān)重要的各種技術(shù)和相關(guān)問(wèn)題; 3、關(guān)于WEB服務(wù)的主要技術(shù)語(yǔ)言如MICROSOFT.NET及JAVA: 4、通過(guò)實(shí)例研究更加清楚的了解WEB服務(wù)的技術(shù)及應(yīng)用; 5、通過(guò)研究得出的結(jié)論,對(duì)WEB服務(wù)的理解等。

【基于jetspeed的門戶開發(fā)】相關(guān)文章:

Oracle Portal及其門戶網(wǎng)站開發(fā)概述09-02

事業(yè)單位門戶網(wǎng)站總體設(shè)計(jì)與開發(fā)10-04

基于Delphi的VCL控件開發(fā)與實(shí)現(xiàn)論文10-01

基于體驗(yàn)經(jīng)濟(jì)的森林旅游產(chǎn)品開發(fā)研究09-03

基于LAN的UAIS模擬器的設(shè)計(jì)與開發(fā)06-18

基于COM技術(shù)的公式計(jì)算組件的開發(fā)與實(shí)現(xiàn)08-03

基于PROFIBUS開發(fā)的FTU及同步采樣方法的研究09-27

基于崗位勝任特征的職教課程開發(fā)研究08-27

開發(fā)基于路由器VR功能的寬帶應(yīng)用08-15

基于LabVIEW的自動(dòng)生成Excel報(bào)告功能開發(fā)05-31