簡易檢索 / 詳目顯示

研究生: 王宏智
Wang Hong Chih
論文名稱: 以ebXML為基礎的網路商店編輯器之研究
Research on ebXML-Based Eshop Editor
指導教授: 葉耀明
學位類別: 碩士
Master
系所名稱: 資訊教育研究所
Graduate Institute of Information and Computer Education
論文出版年: 2003
畢業學年度: 91
語文別: 中文
論文頁數: 122
中文關鍵詞: 電子商務隱私權電子商店網路開店
英文關鍵詞: XML, ebXML, SOAP, P3P, eshop
論文種類: 學術論文
相關次數: 點閱:210下載:2
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 摘要
    網際網路所帶來的改革,影響層面很廣,最明顯的的就是商業行為的改變,從發展的趨勢來看,電子商務成為未來的商業行為主流應是不可抵擋的趨勢,其中XML扮演相當重要的角色。本研究應用XML的特性,以XML為基礎來規劃出網路開店機制與架構。
    因此,本研究結合B2C與B2B兩種電子商務交易模式實作網路開店系統,我們稱之為eshop editor,它以純XML為主要軸心觀念,建立網路開店機制與架構,並以此為基礎而發展出相關應用。eshop editor主要的設計模式有以下幾點:(1)純XML之電子商店網站架構模式:將網站架構分為三大項,以網站結構資訊、商店網頁呈現與後台系統三者的結合構成網站架構。(2)開店流程設計模式:善加利用XML,設計標準開店模式,並提供快速開店模式。(3)商品資訊搜尋模式:將資訊以XML檔案格式儲存,並應用資源索引化的觀念來設計商店及商品的資訊蒐集模式。(4)訂單作業模式:以ebXML為基礎,利用SOAP通訊協定方式傳遞訂單資訊至後端物流系統,達成B2B模式。(5)P3P部署模式:導入P3P技術標準,讓隱私權政策為Machine-Readable,並擺脫一般電子商城部署P3P所遇到的問題。
    (關鍵字:XML、P3P、ebXML、eshop、電子商務、隱私權、網路開店)

    Abstract
    The Internet caused a revolution in many aspects of our lives. The most distinctive change among them occurred in the marketplace. As the Internet continues its pervasive expansion, the economic conditions business will be conducted more and more over the Internet. E-commerce will become the most popular marketplace in our future and XML will play an important role among them. This research applied the characteristic of XML and was based on XML to build the web store mechanism and framework.
    Therefore, this study combined B2C and B2B e-commerce to operate the online store, which we called e-shop editor. E-shop editor is mainly based on the XML as the main idea to set up the web store mechanism and framework to develop the applications.
    There are five main design models of this thesis : First, the e-commerce framework model of pure XML : It is divided the web framework into three groups: website structure information, e-shop layout, and backend system. Second, the build e-shop flow chart model : E-shop editor uses XML to provide the standard model and to design fast model. Third, the search of merchandise information model : Data will be saved in XML format. E-shop editor also use XML indexing for the store search function. Fourth, the order-processing model : Based on ebXML, e-shop editor utilize SOAP to pass the orders to the backend system to deliver B2B model. Fifth, the deployment of P3P model : As using standard P3P technique, the privacy policy will become machine-readable and it can also get rid of the problems that normally will be encountered in E-marketplace.
    (Keywords︰XML, P3P, ebXML, eshop, E-commerce, SOAP)

    目 錄 目錄 ………………………………………..………………………………….. I 附表目錄…………………………………..…………………………………… III 附圖目錄…………………………………..…………………………………… IV 第一章 緒論………………………………………………………………….. 1 第一節 研究背景………………………………………………………….... 1 第二節 研究動機…………………………………………………………… 4 第三節 研究目的…………………………………………………………… 6 第四節 論文組織架構……………………………………………………… 7 第二章 文獻探討……………………………………………………………… 8 第一節 電子商務…………………………………………………………… 8 第二節 網路開店…………………………………………………………… 10 第三節 XML在電子商務的技術………………………………………….. 14 第四節 網站隱私權政策…………………………………………………… 19 第五節 B2B資料交換……………………………………………………… 23 第三章 電子商店開店技術模式…………………………………………… 28 第一節 純XML之電子商店網站架構模式………………………………. 28 第二節 開店流程設計模式………………………………………………… 35 第三節 商品資訊搜尋模式………………………………………………… 37 第四節 訂單作業模式……………………………………………………… 54 第五節 電子商店對P3P之部署模式...……………………………………. 58 第四章 eshop editor實作規劃……………………………………………… 63 第一節 eshop editor網站架構之分析 ……………………………............. 63 第二節 eshop editor網站開發工具 ………………………………………. 74 第三節 eshop editor網站內容 ……………………………………………. 76 第五章 比較分析與結論 …………………………………………………. 90 第一節 XML網站結構資訊的特點 ………………………………........... 90 第二節 eshop系統之功能比較分析 ………………………………........... 93 第三節 結論 ………………………………………………………………. 97 第四節 未來發展 …………………………………………………………. 98 附錄一 相關XML文件之Schema …………..……………………….. 100 附錄二 eshop editor 之P3P文件 …….……..……………………….. 107 參考文獻 …………………………………………………………..…………. 111 附 表 目 錄 表3-1 Orders-by-Supplier (1)……………………………………………………. 38 表3-2 Orders-by-Supplier (加入新屬性)………………………………………... 38 表3-3 Orders-by-Supplier (分解成兩個表格)…………………………………... 39 表4-1 DOM4J與其他套件之比較表…………………………………………… 75 表5-1 網路商城P3P部署比較表……………………………………………… 93 表5-2 網路商城開店模式比較表…………………………………………….... 93 表5-3 網路商城彈性設定比較表……………………………………………… 94 表5-4 網路商城資料可攜性比較表…………………………………………… 95 表5-5 子商店功能比較表……………………………………………………… 96 附 圖 目 錄 圖2-1 電子商務角色、功能及環境關係圖……………………………………. 9 圖2-2 雅虎奇摩網路開店………………………………………………………. 11 圖2-3 HiNet網路開店…………………………………………………………… 12 圖2-4 openeshop.com網路開店…………………………………………………. 13 圖2-5 XML資料處理與資料庫間的差異………………………………………. 15 圖2-6 XML文件格式檔案………………………………………………………. 16 圖2-7 樹狀結構關係圖………………………………………………………….. 16 圖2-8 XML文件當作檔案系統儲存……………………………………………. 17 圖2-9 TRUSTe認證標章………………………………………………………… 20 圖2-10 P3P工作流程示意圖……………………………………………………. 22 圖2-11 傳統EDI運作流程……………………………………………………... 23 圖2-12 ebXML流程概念圖……………………………………………………... 24 圖2-13 ebXML架構圖…………………………………………………………... 25 圖2-14 Business Collaboration概念圖………………………………………….. 26 圖2-15 Business Transaction表示圖……………………………………………. 26 圖3-1 純XML之eshop網站架構……………………………………………... 29 圖3-2 eshop網站結構…………………………………………………………… 29 圖3-3 eshop店面網頁架構……………………………………………………… 30 圖3-4 eshop後台系統…………………………………………………………… 31 圖3-5 RDF描述資源方式概念圖………………………………………………. 32 圖3-6 RDF實例說明(Rick是XML實驗室的成員)…………………………… 32 圖3-7 RDF實例說明(詳細描述Rick個人資訊)……………………………. 33 圖3-8 RDF觀念類推至eshop editor關係圖…………………………………… 34 圖3-9 開店流程活動圖…………………………………………………………. 35 圖3-10 eshop editor、開店會員、eshop三者樹狀關係圖……………………... 36 圖3-11 order-by-supplier(HITO訂單資訊)……………………………………… 40 圖3-12 XPath擷取節點方式…………………………………………………….. 42 圖 3-13 三角形系統組織架構…………………………………………………... 43 圖3-14 XML索引表示圖(Memberlist)………………………………………….. 44 圖3-15 瀏覽器與eshop editor資料庫和eshop資料庫互動關係圖………….. 45 圖3-16 主題式搜尋概念圖……………………………………………………… 46 圖3-17 product_info.xml之class diagram………………………………………. 47 圖3-18 storelist.xml之class diagram……………………………………………. 48 圖3-19 orderlist.xml之class diagram…………………………………………… 49 圖3-20 會員個人檔案之class diagram…………………………………………. 49 圖3-21 config.xml之class diagram……………………………………………… 50 圖3-22 彈性擴增商品類別樹狀概念圖………………………………………… 50 圖3-23 productlist.xml之class diagram…………………………………………. 51 圖3-24 orderlist.xml之class diagram……………………………………………. 51 圖3-25 訂單之class diagram……………………………………………………. 52 圖3-26 topic_search.xml之class diagram………………………………………. 52 圖3-27 forum.xml之class diagram……………………………………………… 53 圖3-28 adlist.xml之class diagram………………………………………………. 54 圖3-29 UML Diagram of a Multiparty Collaboration……………………………. 55 圖3-30 下訂單之活動圖………………………………………………………… 56 圖3-31 SOAPMessage Object with No Attachments…………………………….. 57 圖3-32 SOAPMessage Object with Two Attachments…………………………… 58 圖3-33 reference file部署單一policy file之設計………………………………. 59 圖3-34 reference file部署電子商城policy file之設計…………………………. 60 圖3-35 E-shop Editor之reference file設計…………………………………….. 61 圖4-1 eshop editor UML Use Case Diagram(一般使用者)………………….. 65 圖4-2 eshop editor UML Use Case Diagram(eshop會員)…………………… 66 圖4-3 eshop editor UML Use Case Diagram(eshop店長)…………………… 67 圖4-4 基本型網站風格架構…………………………………………………….. 69 圖4-5 筆記本型網站首頁架構………………………………………………….. 70 圖4-6 筆記本型網站風格架構………………………………………………….. 71 圖4-7 商業流程概要圖………………………………………………………….. 72 圖4-8 訂單傳送順序圖………………………………………………………….. 72 圖4-9 eshop editor首頁………………………………………………………….. 76 圖4-10 商店總覽………………………………………………………………… 77 圖4-11 eMall首頁………………………………………………………………… 78 圖4-12 product_info.xml範例…………………………………………………… 79 圖4-13 eshop基本型首頁……………………………………………………….. 80 圖4-14 eshop筆記本型首頁…………………………………………………….. 81 圖4-15 eshop筆記本型之熱門商品展示……………………………………….. 81 圖4-16 註冊畫面………………………………………………………………… 83 圖4-17 開店模式選擇…………………………………………………………… 84 圖4-18開店步驟一………………………………………………………………. 85 圖4-19 商店版面管理…………………………………………………………… 86 圖4-20 填寫信用卡畫面………………………………………………………… 87 圖4-21 討論區首頁……………………………………………………………… 88 圖4-22 廣告申請………………………………………………………………… 88 圖4-23 隱私權摘要………………………………………………………………. 89 圖5-1 訂單加/解密概念圖……………………………………………………… 98 附錄圖1-1 ad.xml之Schema…………………………………………………… 100 附錄圖1-2 config.xml之Schema……………………………………………….. 101 附錄圖1-3 forum.xml之Schema……………………………………………….. 102 附錄圖1-4 member.xml之Schema……………………………………………... 103 附錄圖1-5 productlist.xml之Schema…………………………………………... 103 附錄圖1-6 order.xml之Schema………………………………………………… 104 附錄圖1-7 product_info.xml之Schema………………………………………… 105 附錄圖1-8 topic_search.xml之Schema………………………………………… 106 附錄圖2-1 policy reference file………………………………………………….. 107 附錄圖2-2 searchstore.p3p部分內容…………………………………………… 108 附錄圖2-3 storeregister.p3p之statement部分內容……………………………. 109 附錄圖2-4 storeregister.p3p之statement部分內容……………………………. 110

    參考文獻
    [1] 林易民,視覺密碼學於XML平台之研究,國立台灣師範大學資訊教育研究所碩士論文,2001。
    [2] 林佳生,電子商店建構模式之研究-消費者、建置者與管理者之整合觀點,私立天主教輔仁大學資訊管理研究所碩士論文,2000。
    [3] 余千智,「電子商務總論」,智勝文化公司,2000。
    [4] 葉耀明,電子資料交換系統,「商業電子化營運作業管理」,經濟部商業司,2001年9月,頁145~161。
    [5] 蔡佩君,在電子商務環境下架構以XML為基礎的顧客回應文件管理之研究,私立天主教輔仁大學資訊管理研究所碩士論文,2001。
    [6] Davin A. Chappell,Vivek Chopra,Jean-Jacques Dubray, "Professional ebXML Foundations" Wrox,Inc. 2001.
    [7] Dave Raggett, Arnaud Le Hors, Ian Jacobs " HTML 4.01Specification", W3C Recommendation,Dec.,1999. <<http://www.w3.org/ TR/HTML/>>
    [8] dom4j, <<http://www.w3.org/TR/SOAP/>>
    [9] ebXML "Enabling Electronic Business with ebXML". HTTP DOC, Dec., 2000.<<http://www.ebxml.org/white_papers/whitepaper.htm>>
    [10] ebXML, "ebXML Message Service Specification, Version 1.0".HTTP DOC,May, 2001.<<http://www.ebxml.org/specs/ebMS.pdf>>
    [11] ebXML, " ebXML Business Process Specification Schema Version 1.01".HTTP DOC,May, 2001.<<http://www.ebxml.org/specs/ebBPSS.pdf>>
    [12] Hoffman, D.L., and Novak, T.P., "A New Marketing Paradigm for Electronic Commerce, " The Information Society, Vol. 13, pp.43-54. ,1997.
    [13] Hoffman, D.L., Novak, T.P. and Peralta M. "Building Consumer Trust online, " Communication of the ACM, Vol. 4 ,No. 42 , 1999, pp.80-85.
    [14] James Clark, "Comparison of SGML and XML, " <<http://www.w3.org/TR/NOTE-sgml-xml>>
    [15] Kalakota, R., and Whiston, A.B., Electronic Commerce: A Manager’s Guide, Addison Wesley Pub, Inc.1997.
    [16] Miyazawa, T and Kushida, T.Parallel and Distributed Systems: Workshops, Seventh International Conference on, 2000 , Oct., 2000. Page(s): 295 -30
    [17] Poon, S. and Swatman, P., "A Longitudinal Study of Expectations in Small Business Internet Commerce, " International Journal of Electronic Commerce, 3(3), spring, 1999, pp.21-33.
    [18] Tim Bray, Jean Paoli and C.M.Sperberg-McQueen, "Extensible Markup Language(XML) 1.0 (Second Edition) ", W3C Recommendation, Oct.,2000. <<http://www.w3.org/TR/REC-xml>>
    [19] Wang, H., Lee, M. K. O. and Wang, C., "Consumer Privacy Concerns about Internet Marketing, " Communication of the ACM, Vol. 3 ,No. 41 , 1998, pp.63-70.
    [20] web.resource.org"RDF Site Summary(RSS)1.0", HTTP DOC, <<http://web.resource.org/rss/1.0/spec>>
    [21] W3C Recommendation, " The Platform for Privacy Preference 1.0 (P3P1.0) Specification". HTTP DOC, April, 2002. << http://www.w3.org/TR/P3P/>>
    [22] W3C Recommendation, "Extensible Markup Language (XML) 1.0". HTTP DOC, February, 1998. <<http://www.w3.org/TR/1998/REC-xml-19980210 >>
    [23] W3C Recommendation, "XML-Signature Syntax and Processing ", February, 2002. << http://www.w3.org/TR/xmldsig-core/>>
    [24] W3C Recommendation,"XML Encryption Syntax and Processing ", March, 2002. <<http://www.w3.org/TR/xmlenc-core/>>
    [25] W3C Recommendation, " Document Object Model (DOM)". HTTP DOC. <<http://www.w3.org/DOM/>>
    [26] W3C Recommendation, " Simple Object Access Protocol (SOAP) 1.1". HTTP DOC. <<http://www.w3.org/TR/SOAP/>>
    [27] W3C Recommendation, " Resource Description Framework (RDF) Model and Syntax Specification". HTTP DOC, February, 1999. <<http://www.w3.org/TR/REC-rdf-syntax/>>
    [28] Yesil, M., Creating the Virtual Store, John Wiley&Sons, Inc., 1997.
    [29] Zwass, V., "Electronic Commerce: Structures and Issues, "International Journal of Electronic Commerce, Vol.1,pp.3-23,1996.

    QR CODE