博碩士論文 92522054 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:47 、訪客IP:3.145.94.251
姓名 黃郁創(Yu-Chuang Huang)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 統一註冊機制應用於網際服務之改良
(UDDI Enhancements for Web Services Search and Delivery)
相關論文
★ 移動代理人監控系統之設計與實作★ 以正規表式法為基礎之地理編碼服務設計與實作
★ Android應用程式開發之持續整合系統★ 基於設計矩陣之需求追溯關係建立方法
★ 點對點移動代理人之設計與實作與於車資通訊之應用★ 網頁內容叢集分類法之設計與實作
★ 設計與實作於行動裝置上以XUL為基礎之介面呈現★ Android平台上以OSGi為基礎之服務遞送
★ 利用網頁內容結構之區塊擷取方法以呈現新聞服務★ 設計與實作以感測器為中心的查詢機制
★ 針對路徑規劃服務之Web 2.0系統設計與實作★ 整合OSGi與RESTful服務之BPEL引擎
★ 利用文件相似度以轉換網路內容為OSGi Bundles★ 量測Java類別的耦合關係
★ 轉換Android應用程式為OSGi Service★ 物聯網應用之Context塑模方法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) UDDI(Universal Description Discovery & Integration)是以一種結構化的方式來保存有關各公司及其服務的訊息,而人們可以發布和發現有關某個公司及其網路服務(Web services)的訊息,傳統的UDDI在實現描述與搜尋服務的方式上,主要是利用商業服務實體的標識(keyword-base),以及分類法(category)來進行查詢,這樣往往不能滿足使用者不同的搜尋需求,即使找到服務也不清楚如何使用該服務,因此本論文的重點致力於改善傳統UDDI的搜尋能力不足與提供直接遞送服務的機制。
在提升UDDI搜尋能力方面上,我們觀察到Web 2.0網站的迅速崛起,
強調「互動、分享、參與」是其主要的精神,將此精神應用在SOA(Service- Oriented Architecture)的環境當中,讓使用者可以對服務進行自由標籤分類(Free Tag)、服務評比(Rating)、服務排序(Ranking)、協同編輯服務(Collaborative Authoring)等,另外也觀察到傳統UDDI沒有提供基於WSDL的搜尋方式,因此也發展一套基於WSDL的服務過濾機制(WSDL Filter Services)讓使用者可根據WSDL文件中的元素來搜尋UDDI中的服務。
最後在服務遞送方面,以往使用者在UDDI中搜尋到服務之後,都無法立刻明白此服務的用途而且也不清楚使用此服務後會得到什麼結果,因此我們配合我們實驗室所開發的擴展式BPEL(Business Process Execution Language)引擎(Extended BPEL Engine),將以使用者界面(UI, User Interface)的方式來讓使用者搜尋到服務之後能立即的使用服務,因此改良後的UDDI,不僅是一個網際服務的搜尋平台,更是一個網際服務的使用平台。
摘要(英) UDDI (Universal Description Discovery & Integration), in a structured way, restores messages regarding a company and its services, and through UDDI people can publish and search the messages. However, the traditional UDDI approach -- mainly through business service entity’s identifier (keyword-base) and classification (category) to carry out enquiries -- is unable to meet users’ various searching needs. In addition, the located services were not user-friendly, which means users usually have difficulties in understanding and applying the services. Therefore, the focus of this paper is to improve the inadequate search capabilities under traditional UDDI and to provide a better mechanism for service delivery.
We add two features to enhance UDDI search capabilities. The first one is to combine the rapid rise of Web 2.0 sites which emphasizes on principle of "interaction, sharing and participation" with SOA (Service-Oriented Architecture) environment. This new environment will allow users to perform free tag classification, rating services, ranking services, and collaborative authoring services. The other one, contrast to the traditional UDDI for not providing WSDL (Web Service Description Language) based searching services, is to develop a set of WSDL filtering mechanism (WSDL Filter Services) which allows users to search services in UDDI according to the elements of WSDL document.
Finally, we introduce the extended BPEL (Business Process Execution Language) engine developed by our laboratory to our service delivering mechanism. It will enable users to apply the service with user-interface approach immediately after services are located. In other words, the improved UDDI is not only a platform for Web services searching, but also a platform for Web services using.
關鍵字(中) ★ 網際服務統一註冊與發現
★ 服務過濾
★ 基於服務描述語言的服務搜尋
★ 服務遞送
關鍵字(英) ★ uddi
★ service delivery
★ search services base on wsdl
★ web 2.0 oriented search
★ service filtering
論文目次 第一章 緒論 1
1.1背景 1
1.2動機 1
1.3論文架構 3
第二章 背景知識介紹 4
2.1服務導向架構與網際服務 4
2.1.1 網際服務(Web Services) 5
2.1.2 SOAP (Simple Object Access Protocol) 6
2.1.3 WSDL (Web Services Description Language) 7
2.1.4 UDDI (Universal Description, Discovery and Integration) 8
2.2 Web 2.0 11
2.2.1 Web 2.0三大商業模式 12
2.3 XML User Interface 12
2.3.1 XUL重要特色與優點 13
2.4 ZK Framework 15
2.4.1 ZK架構概觀 16
2.5 BPEL 17
2.5.1 BPEL與傳統程式語言的相關性 17
2.5.2 BPEL在商業流程執行上的特性 18
第三章 UDDI TModel的擴充與WUDDI 2.0系統設計與實作 20
3.1 WUDDI 2.0 系統概觀 23
3.2 Extended TModels 24
3.3 Web 2.0 & WSDL to UDDI Mappings 25
3.4 系統設計與實作 29
3.4.1 WSDL Filter 29
3.4.2 Web 2.0 features Design 35
3.4.3 Service Delivery 40
第四章 案例探討 45
4.1 開放式服務(Public Service) 45
4.2 MultimediaQuerier System 47
4.3 TRM Risk Report System 52
第五章 文獻探討與比較 57
5.1 UDDIBrowser工具的比較 57
5.2 UDDI 搜尋機制的擴充比較 59
第六章 結論與展望 61
參考文獻 62
參考文獻 [1] UDDI. http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=uddi-spec
[2] Don Box etc al. Simple Object Access Protocal(SOAP) 1.1 W3C Note 08 May 2000. http://www.w3.org/TR/SOAP
[3] Erik Christensen etc al. Web Service Description Language(WSDL) 1.1 W3C Note 15 March 2001. http://www.w3.org/TR/wsdl
[4] Tim O'Reilly. What Is Web 2.0. http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html
[5] Web 2.0創新服務推動計劃網站. Web 2.0深入淺出.
http://www.web20.org.tw/wp/?cat=24
[6] XUL. http://www.mozilla.org/projects/xul/
[7] XUL. http://developer.mozilla.org/en/docs/The_Joy_of_XUL
[8] ZK Framework. http://www.zkoss.org/
[9] ZK Developer Guide. http://www.zkoss.org/doc/devguide/
[10] IBM, BEA Systems, Microsoft, SAP AG, Siebel Systems. Business Process Execution Language for Web Services version 1.1. http://www.ibm.com/developerworks/library/specification/ws-bpel/, May 5, 2003
[11] Toufic Boubez etc. UDDI Registry tModels, Version 2.04
11 December 2002.
http://www.uddi.org/taxonomies/UDDI_Registry_tModels.htm
[12] Tom Bellwood, IBM. UDDI Version 2.04 API Specification
UDDI Committee Specification, 19 July 2002.
http://uddi.org/pubs/ProgrammersAPI_v2.htm
[13] JSPWiki. http://www.jspwiki.org/
[14] Registered tModels. http://uddi.xml.org/registered-tmodels
[15] John Colgrave, IBM, Karsten Januszewski, Microsoft. Using WSDL in a UDDI Registry, Version 2.0.2 http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v202-20040631.htm
[16] Tom Bellwood, IBM etc. UDDI Version 2.03 Data Structure Reference
UDDI Committee Specification, 19 July 2002. http://www.uddi.org/pubs/DataStructure_v2.htm
[17] Google Service API. http://code.google.com/more/#label=APIs&product=android
[18] Yahoo Developer Network. http://developer.yahoo.com/
[19] Web Service Call Composer. http://www.stylusstudio.com/ws_tester.html
[20] SOAP Client. http://www.soapclient.com/soaptest.html
[21] UDDI Browser. http://www.alexholmes.kattare.com/uddibrowser/
[22] UDDI SAP Public Registry.
http://uddi.sap.com/webdynpro/dispatcher/sap.com/tc~uddi~webui~wdp/UDDIWebUI?sap-locale=en
[23] Jiamao Liu, Ning Gu, Yuwei Zong, Zhigang Ding, Shaohua Zhang, Quan Zhang. Dept. of Computing and Information Technology, Fudan University. Shanghai Development. Service Registration and Discovery in a Domain-Oriented UDDIRegistry
[24] Ali ShaikhAli, Omer F. Rana, Rashid Al-Ali, David W. Walker. Department of Computer Science Cardiff University, UK. UDDIe:An Extended Registry for Web Service
[25] Rama Akkiraju, IBM Research, 19 Skyline Drive, Hawthorne, New York. External Matching in UDDI.
[26] Alexandre Alves, BEA. Web Services Business Process Execution Language Version 2.0. http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html, 11 April 2007
指導教授 李允中(Jonathan Lee) 審核日期 2008-5-13
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明