跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.175) 您好!臺灣時間:2024/12/07 22:17
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:何淑媛
研究生(外文):Connie Ho
論文名稱:XML與軟體代理人於電子資料交換之應用研究
論文名稱(外文):A Study of EDI Applications Using XML and Software Agent Techniques
指導教授:竇其仁竇其仁引用關係
指導教授(外文):C.R.Dow
學位類別:碩士
校院名稱:逢甲大學
系所名稱:資訊工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2002
畢業學年度:90
語文別:中文
論文頁數:91
中文關鍵詞:電子資料交換網際網路可延伸標示語言軟體代理人
外文關鍵詞:EDIWebXMLSoftware Agent
相關次數:
  • 被引用被引用:22
  • 點閱點閱:486
  • 評分評分:
  • 下載下載:45
  • 收藏至我的研究室書目清單書目收藏:3
網際網路徹底改變了全球的經濟模式,企業體導入電子商務已成為取得並保有市場競爭力的重要手段,而電子資料交換(EDI)正是B2B電子商務的建置重點。以往EDI必須透過加值網路服務來完成,建置、導入及傳輸成本龐大,所以並未被廣泛的應用。在Web-EDI的模式下,雖可有效的降低成本,但若以HTML作為資料交換的標準,在與企業內部應用系統整合時,會顯得缺乏彈性且難達成資料交換流程自動化的目的。XML能將資料結構及語意結合為一體,採用XML做為資料交換格式及透過網際網路做為交換管道的方法,將會逐漸取代傳統EDI的作業方式。
本研究針對中小企業,提出一個在網際網路上以XML及軟體代理人為基礎的電子資料交換系統架構。在資料的交換格式上選擇具有跨平台特性與擴充性的XML格式做為交換標準,兼具B2B 及 B2C 資料交換功能。在資訊系統整合方面,我們提出以XML為媒介語言的資料轉換中介模式,用來描述同質或異質資料庫以及不同資料結構資料轉換的資訊(Meta Data),包含資料庫來源、欄位來源、資料格式、轉換規則的定義等資訊。此外,我們更將軟體代理人的觀念帶入電子資料交換的系統架構中,以軟體代理人自動將交易訊息回覆給客戶,以新的資訊科技來加強客戶關係的管理。同時將以貨運業的資料交換的應用做為實例探討。
關鍵字:電子資料交換、網際網路、可延伸標示語言、軟體代理人。
The internet has changed the global economic business model. Every industry has to learn to adapt to the speed and connectivity of the Internet─i.e. E-Commerce. EDI is the major infrastructure of B2B E-Commerce. Due to the high cost of VAN needed by the traditional EDI systems, the application of EDI is restricted to large-scale companies. Although the Web-EDI has dramatically cut down the implementation cost, HTML is less flexible and hard to extend. On the other hand, XML provides a file format for representing data and a schema for describing data structure. Thus, a new powerful business paradigm can be created by combining XML and EDI.
In this study, a structure of EDI systems, based on XML and Software Agent is proposed. XML is used for data interchange format, so B2B and B2C data interchange function is included. For the integration of different information systems, XML is used as an interchange medium to transfer the Meta Data among homogeneous databases. The database sources, field sources, data format, interchanging rules and other attributes of an EDI system can all be described by the XML format. The Software Agent concept is also integrated in this EDI structure. The transaction message is fed back automatically to the customers by the software agent to enhance the customer relation management. An existing system of a mid-scale freight transportation company is used as a case study to integrate and interchange data between the company and its clients.
Keywords:EDI, Web, XML, Software Agent.
摘要 i
Abstract ii
目錄 iii
圖目錄 vi
表目錄 ix
第一章 導論 1
1.1 研究動機 1
1.2 研究目的 4
1.3 論文大綱 4
第二章 相關研究 5
2.1 電子資料交換的演進 5
2.1.1 傳統電子資料交換系統的概念 5
2.1.2 Web-EDI 8
2.1.3 XML-EDI 9
2.2 可延伸標示語言(XML:eXtensible Markup Language) 12
2.2.1 相關標示語言SGML、HTML介紹 12
2.2.2 XML可延伸標示語言 14
2.2.3 XML文件結構 15
2.2.4 DTD與XML Schema 16
2.2.5 可延伸樣式表語言(XSL:eXtensible Stylesheet Language) 18
2.2.6 XML的未來發展 19
2.3 文件物件模型(DOM : Document Object Model ) 20
2.3.1 DOM與SAX 20
2.3.2 DOM的規格 23
2.3.3 DOM之樹狀結構分析 24
2.4 軟體代理人 25
2.4.1 軟體代理人概述 25
2.4.2 軟體代理人的分類 26
2.4.3 微軟的代理人(Microsoft Agent) 28
2.4.4 軟體代理人目前的應用 30
第三章 系統分析 31
3.1 系統範圍與架構 31
3.1.1 網路存取方式 33
3.1.2 軟體架構 35
3.2 資料轉換模組分析 36
3.2.1 資料交換格式分析 39
3.2.2 資料轉換系統Meta Data分析 39
3.3 軟體代理人功能分析 40
第四章 系統實作 41
4.1 雛形系統實體關聯資料模型(ER-Model) 41
4.2 資料交換格式的訂立 46
4.3 軟體代理人的實作 48
4.4 軟體設計與程式撰寫 49
第五章 系統雛形 50
5.1 Meta Data的設定與儲存模組 50
5.2 XML交換格式資料產生與維護模組 54
5.3 XML交換資料檔的上傳模組 57
5.4 軟體代理人提供的服務模組 58
5.4.1 軟體代理人─嚮導鳥的呼叫 58
5.4.2 最新消息服務 62
5.4.3 交易訊息自動回報 62
5.4.4 網站功能介紹或指引 64
5.4.5 直接連結常用網頁 65
第六章 系統評估 67
6.1應用結果分析 67
6.1.1 EDI系統模型的整體性分析比較 67
6.1.2 建置維運成本的分析 70
6.1.3 資訊系統整合性問題分析 71
6.2效益評估 73
6.2.1 實施效益比較 73
6.2.2 降低成本效益分析 74
6.2.3導入瓶頸的突破 74
第七章 結論 75
參考文獻 77
感謝詞 81
作者簡介 82
[1] Martin Bryan, “Guidelines for Using XML for Electronic Data Interchange,” http://www.xmledi-group.org/xmledigroup/index.html.
[2] Len Erlikh, “Leveraging Legacy System Dollars for E-Business,” IT Professional, Vol. 23, May/June 2000.
[3] Shiwa Fu, Jen-Yao Chung, Walter Dietrich, Vibby Gottemukkala, Mitchell Cohen, Shyhkwei Chen, “A Practical Approach to Web-Based Internet EDI,” ICDCS Workshop on Electronic Commerce and Web-based Applications, 1999.
[4] C. G. Harrison, A. K. Caglayan, “Agent Sourcebook,” John Wiley&Sons, Inc. ISDN:0-471-15327-3, 1997.
[5] Caroline C. Hayes, “Agents in a Nutshell - A Very Brief Introduction,” IEEE Transactions on Knowledge and Data Engineering, Vol. 11, No. 1, January/February 1999.
[6] Shi-Ming Huang, Irene Kwan, David C. Yen, Shang-Yuen Hsueh, “Developing an XML Gateway for Business to Business Commerce,” Proceedings of the First International Conference on Web Information Systems Engineering, Vol. 2, 2000.
[7] D. B. Lange and M. Oshima, “Programming and Deploying Java Mobile Agents with Aglets,” Addison-Wesley, 1998.
[8] Anne C. Lear, “XML Seen as Integral to Application Integration,” IT Professional, Vol. 15, September/October 1999.
[9] Didier Martin, Mark Birbeck, Michel Kay, Brian Loesgen, Jon Pinnock, Steven Livingstone, Peter Stark, Kevin Williams, Richard Anderson, Stephen Morhr, David Baliles, Bruce Peat and Nikola Ozu, “Proffessional XML”, Wrox Press Ltd. ISBN 1-861003-11-0, 2000.
[10] T. Magedanz, K. Rothermel, and S. Krause, “Intelligent Agents: An Emerging Technology for Next Generation Telecommunication,” Proc. INFOCOM’96, San Francisco, CA, 1996.
[11] Tatsuo Miyazawa, Takayuki Kushida, “Advanced Internet XML/EDI Model Base on Secure XML Document,” Seventh International Conference on Parallel and Distributed Systems: Workshops, 2000.
[12] S. Park, C. Wu, “Intelligent Search Agent for Software Component”, Proceedings of the Asia Pacific Software Engineering Conference, Takamatsu, Japan, 1999.
[13] Reilly and J. Block, “Next-Generation Electronic Commerce Processes and Systems”, Granter Group Electronic Commerce Strategy, February 1997.
[14] Jaideep Roy, Anupmama Ramanujan, “XML : Data’s Universal Language,” IT Professional, Vol. 23, May/June 2000.
[15] Jaideep Roy, Anupmama Ramanujan, “XML Schema Language: Taking XML to the Next Level,” IT Professional, Vol. 3, March/April 2001.
[16] Tim Weitzel, Peter Buxmann, Falk v. Westarp, “A Communication Architecture for the Digital Economy 21st century EDI,” Proceedings of the 33rd Hawaii International Conference on System Sciences, 2000.
[17] Concordia D. Wong, et al., “Concordia: An Infrastructure for Collaborating Mobile Agents,” Lecture Notes in Comp. Sci. Series, vol. 1219, Spring, 1997.
[18] Kalakota and Whinston,查修傑、連麗真、陳美雪(譯), “電子商務概論,” 和碩科技, ISBN:957-98021-1-4,民88.
[19] Aglet, http://www.aglets.org/.
[20] Computer Associates International Inc. , “ER-win,” http://ca.com/products/alm/erwin.htm, 2001.
[21] EDI, http://eb.csd.org.tw/.
[22] Odyssey, http://www.generalmagtic.com/technology/odyssey.html.
[23] Open text Corporation, “Near & Far Designer,” http://www.opentext.com/near_and_far/details.html, 2001.
[24] Microsoft, “Microsoft agent,” http://msdn.microsoft.com/msagent/default.asp, 2000.
[25] W3C, “Decryption Transform for XML Signature ,” http://www.w3c.org/TR/xmlenc-decrypt/, June 2001.
[26] W3C, “Document Object Model (DOM) Activity Statement,” http://www.w3.org/DOM/Activity, October 2001.
[27] W3C, “Document Object Model (DOM) Level 1 Specification,” http://www.w3.org/TR/REC-DOM-Level-1/, October 1998.
[28] W3C, “Document Object Model (DOM) Level 2 Recommendations,” http://www.w3.org/2001/05/level-2-src.zip,November 2000.
[29] W3C, “Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification Version 1.0 ,” http://www.w3c.org/TR/DOM-Level-3-ASLS/, June 2001.
[30] W3C, “Extensible Markup Language (XML) 1.0 Recommendation ,” http://www.w3.org/TR/1998/REC-XML-19980210.html, February 1998.
[31] W3C, “Extensible Stylesheet Language (XSL) Version 1.0,” http://www.w3.org/TR/2000/CR-xsl-20001121/xslspec.html, November.2000.
[32] W3C, “HTML 4.01 Specification,” http://www.w3c.org/TR/html401, December 1999.
[33] W3C, “Mathematical Markup Language (MathML) Version 2.0,” http://www.w3c.org/MathML2, February 2001.
[34] W3C, “Scalable Vector Graphics (SVG) 1.0 Specification,” http://www.w3.org /TR/SVG, September 2001.
[35] W3C, “Synchronized Multimedia Integration Language (SMIL) Animation,” http://www.w3.org /TR/smil-Animation, September 2001.
[36] W3C, “Synchronized Multimedia Integration Language (SMIL 2.0) Specification,” http://www.w3.org /TR/smil20, August 2001.
[37] W3C, “XML Encryption Syntax and Processing ,” http://www.w3c.org/TR/xmlenc-core/, June 2001.
[38] W3C, “XML Schema,” http://www.w3.org/TR/xmlschema-1.
[39] W3C, “XML Schema Part 0:Primer,” http://www.w3c.org/TR/2001/REC-xmlschema-0-20010502/, May 2001.
[40] W3C, “XML-Signature Requirements,” http://www.w3.org/TR/xmldsig-requirements, October 1999.
[41] W3C, “XML-Signature Syntax and Processing,” http://www.w3c.org/TR/xmldisg-core/, August 2001.
[42] 林存德, “掙脫中小企業電腦化的困境,” 資訊與電腦, 218期, September 1998.
[43] 梁中平, “電子商務標準的發展,” 資訊與電腦, 246期, January 2001.
[44] 許瓊予, “國內服務務B2B電子商務應用現況,” 資訊與電腦, 247期, February 2001.
[45] 鄧海平, “EDI完全解決方案,” 資訊與電腦, 246期, January 2001.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊