簡易檢索 / 詳目顯示

研究生: 劉天嵐
Liu, Tein-Lan
論文名稱: 以XML為基之企業間資料整合平台設計
Design of an XML-Based Inter-Enterprise Data Integration Platform
指導教授: 陳裕民
Chen, Yuh-Min
學位類別: 碩士
Master
系所名稱: 電機資訊學院 - 製造工程研究所
Institute of Manufacturing Engineering
論文出版年: 2004
畢業學年度: 92
語文別: 中文
論文頁數: 98
中文關鍵詞: 虛擬企業供應鏈企業整合資料整合電子資料交換專案管理
外文關鍵詞: project management, Electronic data interchange, enterprise integration, Extensible Markup Language (XML), supply chain management, virtual enterprise, data integration
相關次數: 點閱:85下載:1
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 中文摘要
    由於全球化競爭壓力,企業的生產活動難以完全仰賴自身技能,於是須要透過聯盟與其他企業進行合作,進而形成供應鏈或虛擬企業之關係,群策群力進行製造、生產及開發等作業,以提高產出水準,滿足顧客之需求。

    為因應企業間彼此支援時所產生的資訊流議題,本研究設計一可建置於虛擬企業的“企業間資料整合平台”,具備整合企業團隊中各合作夥伴所擁有資料之能力,以協助企業團隊商務活動之決策、管理、控制及作業各層面之用。

    本平台利用XML相關技術作資料交換之標準,並以SOAP作網路協定,提供虛擬企業之資料整合機制,以為企業互動之基礎。平台有效地處理了異質資料的整合問題,使資料的擷取更為便利;強調同步處理分散資料之更新及維護,不單確保資料的內容具及時性及可靠度,並使資料之取得達到無遠弗界的效果,而對於資料的保護也設置有使用權限管理機制,避免資料外洩情形發生。以實現企業間資料整合之目標。

    English Abstract
    Due to global competition and increasing complexity of products, enterprise alliance has become one of the most promising business strategies to develop, produce and deliver products through enterprise cooperation to quick response rapid market changes and customer expectations. The success of enterprise cooperation is highly dependent on the effective sharing of business information, which is in turn based on the ability for dynamic and flexible data integration.

    The objective of this research is to design an inter-enterprise data integration platform that is able to integrate business data to support business collaboration. This platform is designed using XML as a standard for data exchange and SOAP as Internet protocol to provide mechanisms for heterogeneous data integration, data integrity maintenance, as well as security control. Through this platform, the goals for inter-enterprise data integration can be obtained and consequently achieve the benefits for enterprise cooperation.

    目錄 中文摘要……………………………………………………………………………….i English Abstract….…………………………………………………………...……….ii 誌謝…………………………………………………………………………………...iii 目錄…………………………………………………………………………………...iv 圖目錄……………………………………………………………………………..…vii 表目錄…………………………………………………………………………………x 第一章 緒論…………………………………………………………………………1 1.1 研究背景…………………………………………………………….………1 1.2 研究動機…………………………………………………………….………1 1.3 研究目標…………………………………………………………….………2 1.4 問題分析…………………………………………………………….………2 1.5 主要研究項目…………………………………………………………….…2 1.6 研究程序與研究方法……………………………………………………….3 1.7 論文架構…………………………………………………………….………6 第二章 文獻與技術探討……………………………………………………………7 2.1 企業整合…………………………………………………………….………7 2.2 現行企業資料傳遞技術介紹……………………………………………...10 2.2.1 Data Transformation Services.……………………………...………..10 2.2.2 Electronic Data Interchange……………………..……..……….…....13 2.2.3 ebXML…………………………………………..……..……….…....13 2.3 XML技術………………………………………………………………..…16 2.3.1 XSL/XSLT……………………………………………………………18 2.3.2 DTD……………………………………………..……………………19 2.3.3 XML解析器(XML Parser) ……………………………………….…21 2.4 SOAP技術…………………………………………………………………23 第三章 需求分析………………………………………………………………..…27 3.1 企業間商業模式分析……………………………………………………...27 3.1.1 企業間商業程序分析……………………………………………..…27 3.1.2 企業間互動模式分析…………………………………..……………29 3.1.3 企業間互動資訊分析………………………………………………..31 3.1.4 企業間資訊傳遞模式分析…………………………..………………34 3.2 企業間資料整合模式設計……………………………………..….………36 3.3 企業間資料整合平台功能需求分析………….…………………………..38 3.3.1 參與平台之角色定義…………………..……………………………38 3.3.2 功能需求架構設計………………………………………………..…39 3.4 企業間資料整合平台特性需求分析……………………………..….……42 第四章 平台架構及其元件設計…………………………………………………..45 4.1 企業間資料整合平台設計……………………………...…………………45 4.1.1 平台與使用端架構及互動設計………………..……………………45 4.1.2 平台元件佈署規劃……………………………..……………………46 4.1.3 平台之資料存取模式設計與分析………………………….…….…48 4.1.4 平台運作程序設計…………………………………………..………51 4.1.5 元件互動制定……………………………………………………..…53 4.2 企業間資料整合平台元件設計……………………………...……………62 4.2.1 平台元件模組設計………………………..…………………………62 4.2.2 平台元件模型設計………………………..…………………………64 4.2.3 平台元件操作分析…………………………………………………..69 4.2.4 平台元件行為分析…………………………………………………..71 4.2.5 平台元件結構細部設計…………………………………………..…75 第五章 機制設計與實作驗證……………………………………………………..79 5.1 實作環境簡介…………………………………...…………………………79 5.2 資料整合及權限管理能力實現…………………….…………………..…79 5.3 操作介面設計……………………………………………………………...89 第六章 研究產出與後續議題……………………………………………..………92 6.1 研究產出…………………………………..…………………………….…92 6.2 後續研究議題…………………………………………………………...…94 參考文獻…………………………………………..……………………………..96

    參考文獻
    英文文獻-
    [1] Bhaskaran, K., Chung, J.Y., Das, R., Heath, T., Kumaran, S. and Nandi, P., “An e-business integration and collaboration platform for B2B e-commerce”, Advanced Issues of E-Commerce and Web-Based Information Systems, Third International Workshop on., pp.120-122, 21-22 June 2001.
    [2] Bussler, C., “Modeling and executing semantic B2B integration”, Research Issues in Data Engineering: Engineering E-Commerce/E-Business Systems, Twelfth International Workshop on, pp. 69-74, 24-25 Feb. 2002.
    [3] Bussler, C., “B2B integration technology architecture”, Advanced Issues of E-Commerce and Web-Based Information Systems. Fourth IEEE International Workshop on, pp. 147-152, 26-28 June 2002.
    [4] Luo, H., Jiang, Z., Kim, B.J., Shankaranarayanan, N.K., Henry, P., “Integrating wireless LAN and cellular data for the enterprise”, IEEE Internet Computing, Vol. 7, No. 2, pp. 25–33, March-April, 2003.
    [5] Katehakis, D.G., Sfakianakis, S., Tsiknakis, M. and Orphanoudakis, S.C., “Fundamental components for the realization of a federated Integrated Electronic Health Record environment”, Engineering in Medicine and Biology Society, Proceedings of the 23rd Annual International Conference of the IEEE, Vol. 4, pp. 3646–3649, 25-28 Oct. 2001.
    [6] Kemp, G.J.L., Angelopoulos, N., Gray and P.M.D., “Architecture of a mediator for a bioinformatics database federation Information Technology in Biomedicine”, IEEE Transactions on Information Technology in Biomedicine, Vol. 6, No. 2, pp. 116–122, June 2002.
    [7] Nguyen, T.N., “Modeling EAI-based e-business solutions”, 2000 IEEE International Conference on Systems, Man, and Cybernetics, Vol. 1, pp. 286–291, 8-11 Oct. 2000.
    [8] Pitoura, E., Bhargava, B., “Data consistency in intermittently connected distributed systems”, IEEE Transactions on Knowledge and Data Engineering, Vol.11, No. 6, pp. 896–915, Nov.-Dec. 1999.
    [9] Samtani, G., “B2B integration-a practical guide to collaborative E-commerce”, Imperial College Press, 2002.
    [10] Wei, j., Cheung S.C., Zhou H., Waang, X., Li, J. and Feng Y.L., “Modeling and verifying strong cache consistency for mobile data access”, Proceedings of 12th International Symposium on Software Reliability Engineering, pp. 103–111, 27-30 Nov. 2001.
    [11] Wijegunaratne, I., Fernandez, G. and Valtoudis, J., “A federated architecture for enterprise data integration”, Software Engineering Conference, pp. 159–167, 28-29 April 2000.
    [12] Worthington, P.L. and Hancock, E.R., “New constraints on data-closeness and needle map consistency for shape-from-shading”, Pattern Analysis and Machine Intelligence, IEEE Transactions on, Vol. 21, No. 12, pp. 1250–1267, Dec. 1999.
    [13] Wang, y., Lin, S. H. and Kung, S. Y., “Data mapping by probabilistic modular networks and information-theoretic criteria”, IEEE Transactions on Signal Processing, Vol. 46, No. 12, pp. 3378-3397, December 1998.

    中文文獻-
    [14]IBM,http://www.ibm.com/tw/
    [15]EDI資訊服務網,http://edi.csd.org.tw/index.htm
    [16]XML簡介,http://www.xml.org.tw/Plan/XML.htm
    [17]小綠網研譯,Didier Martin著,「專業XML程式設計」,碁峯資訊股份有限公司,民國九十年。
    [18]台灣ebXML推廣中心,http://www.ebxml.org.tw/default.htm
    [19]全球化、數位化與快速化時代的全球運籌管理策略,http://www.moea.gov.tw/~ecobook/season/8906/htm/sag6-1-a2.htm
    [20]林俊良,王人傑譯,Jim Keogh著,「J2EE設計實務-徹底研究」,麥格羅希爾,九十二年一月。
    [21]章立民,「SQL Server 2000資料轉換服務(DTS)」,碁峯資訊股份有限公司,民國九十年。
    [22]黃中杰,洪菁懌,「JAVA與XML技術手冊」,碁峯資訊股份有限公司,民國九十一年四月。
    [23]陳長念,陳勤意,「活用XML」,知城數位科技股份有限公司,民國九十年。
    [24]陳建勳譯,Mclaughlin著,「Java與XML」, 美商歐萊禮股份有限公司台灣分公司,民國九十一年。
    [25]陳錦輝,王景皓,「XML與JAVA程式設計大全」,金禾資訊股份有限公司,民國九十年。
    [26]鄒修銘,簡敏紘譯,Hiroshi Maruyama等著,「XM L與JavaTM-開發WEB應用程式」,台灣培生教育出版股份有限公司,民國九十二年。
    [27]蔡俊平研究中心,「JBuilder 8程式設計入門」,博碩文化股份有限公司,民國九十二年。
    [28]魏豪江,“跨企業動態工作流程管理核心元件開發”,國立成功大學製造工程研究所碩士論文,民國九十二年七月。

    下載圖示 校內:2005-09-06公開
    校外:2005-09-06公開
    QR CODE