激情欧美日韩一区二区,浪货撅高贱屁股求主人调教视频,精品无码成人片一区二区98,国产高清av在线播放,色翁荡息又大又硬又粗视频

基于jetspeed的門(mén)戶(hù)開(kāi)發(fā)

時(shí)間:2024-08-19 23:02:48 計算機應用畢業(yè)論文 我要投稿
  • 相關(guān)推薦

基于jetspeed的門(mén)戶(hù)開(kāi)發(fā)

畢業(yè)論文

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

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

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

【基于jetspeed的門(mén)戶(hù)開(kāi)發(fā)】相關(guān)文章:

Oracle Portal及其門(mén)戶(hù)網(wǎng)站開(kāi)發(fā)概述09-02

事業(yè)單位門(mén)戶(hù)網(wǎng)站總體設計與開(kāi)發(fā)10-04

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

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

基于LAN的UAIS模擬器的設計與開(kāi)發(fā)06-18

基于COM技術(shù)的公式計算組件的開(kāi)發(fā)與實(shí)現08-03

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

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

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

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

激情欧美日韩一区二区,浪货撅高贱屁股求主人调教视频,精品无码成人片一区二区98,国产高清av在线播放,色翁荡息又大又硬又粗视频