跳到主要內容

臺灣博碩士論文加值系統

(216.73.217.75) 您好!臺灣時間:2026/08/19 11:47
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:黃進參
研究生(外文):Jin-san Huang
論文名稱:視覺化複合式行動電子票券的系統設計之研究
論文名稱(外文):A Research on the Visualized Complex M-ticket System Design
指導教授:陳俊德陳俊德引用關係
指導教授(外文):Chun-Te Chen
學位類別:碩士
校院名稱:華梵大學
系所名稱:資訊管理學系碩士班
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2004
畢業學年度:92
語文別:中文
論文頁數:73
中文關鍵詞:視覺化電子票券複合式電子票券工作流程角色存取控制Web Service
外文關鍵詞:VSS E-ticketcomplex M-ticketWorkflowsRole-Based Access ControlWeb Service
相關次數:
  • 被引用被引用:0
  • 點閱點閱:526
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
行動化電子票券已成為行動商務交易的重要媒介之一,從單一的電子票券服務的交易流程,演變到水平社群及垂直供應鏈整合的多張電子票券多樣性服務的交易流程環境。複合式行動電子票券不僅可提供使用者可以自由選購商品及服務,減少本身票務成本,進而擴展電子票券的商業應用。考慮到行動裝置的隨時隨地的可適性優勢,及行動裝置記憶體與計算能力的限制,因此提出將多張相關聯性的單一的電子票券組合成複合式電子票券,減少使用者本身持票數量,達到交易的便利性及有效的多張票券管理。因為複合式電子票券組合多張單一電子票券的交易流程,交易的商家增加,造成複合式票券兌現的複雜度提高,複合式電子票券對交易流程及安全性控管要求也相對提高,本研究採取四種做法,達到安全性控管 (1)視覺化電子票券(VSS E-Ticket)的方法,讓票券的加解密更簡單,方便商家驗票,讓使用者方便管理票券,減少遺失的風險 (2) 利用工作流程(Workflow)的安全控管概念,讓複合式電子票券的交易流程可獲得交易控管,解決複雜交易流程問題 (3)利用角色存取控制(Role-based Access Control)的方法,建立每一流程的驗票階層權限,增加商家驗票控管,防止商家內部偽交易。(4)本研究利用Web Service平台設計架構,整合眾商家(B2B)的資訊平台,作一個有效且實用的複合式電子票券的平台及機制,達到整個E化的實現。

The portable M-ticket is becoming more important transaction media for the mobile commerce. The transaction process is changed from the 1-to-1 transaction process to the multiple transaction ones. The management cost can be decreased dramatically by the M-ticket business model. That is because it provides integration for the vertical supply chain and horizontal community. With this M-ticket, it can not only offer the users to choice their products and services but also to expand the ticket business. The main benefit of the mobile commerce is that has anytime and anywhere features. However, the limited of the mobile or portable device are computing power and memory. Therefore, we proposed a complex M-ticket system to support these requirements. The workflow concept is introduced to manage the relationship of the multiple tickets for decreasing customers’ and merchants’ effort. It can reach the practicable and well management. With the workflow concept, it can support more complex ticket transactions since it can combine multiple tickets from many merchants into a complex M-ticket. To make the validation process more accurate and safety, we proposed four methods as follows to approach the requirements. (1). We proposed a VSS E-ticket to make the decrypt and encrypt as simpler as possible. The user is easy to manage their tickets and to decrease the risk of ticket lost or stolen. On the other hand, it is very easy verification for merchant. (2) Get the Workflows security concept to control the ticket transaction process and to solved the complex transaction process problem. (3)The Role-based Access Control function is established the process validation level to stronger for the inner security. It provided double security. (4).In this study, we also use the Web Service platform to design the B2B information platform structure. We have proposed an effect and practicable complex ticket platform.

誌謝 I
摘要 II
ABSTRACT III
目錄 IV
圖錄 VI
一、緒論 1
1.1研究背景 1
1.2研究動機 4
1.2研究目的 5
二、文獻探討 7
2.1視覺化電子票券設計 7
2.2工作流程 8
2.1.1工作流程 9
2.1.2工作流程管理系統 10
2.1.3工作流程安全性 12
2.3角色存取控制 13
2.4 Web Service之技術探討 18
2.4.1 Web Service技術 18
2.4.2 Web Service架構及流程 20
三、複合式電子票券之交易流程控管機制 23
3.1複合式電子票券交易流程架構 23
3.2複合式電子票券水平整合 26
3.2.1商家登入註冊服務機制 26
3.2複合式電子票券垂直控管 28
3.3.1複合式電子票券-購票機制 28
3.3.2複合式電子票券-開票機制 31
3.3.3複合式電子票券-發票機制 35
3.3.4複合式電子票券-驗票機制 39
3.3.5複合式電子票券-例外處理機制 41
四、複合式電子票券系統設計與實現 43
4.1複合式電子票券系統流程 43
4.1.1商家水平整合 43
4.1.2票券垂直控管 46
4.2複合式電子票券系統實現 52
4.2.1商家資訊整合系統實現 52
4.2.1開票流程系統實現 58
4.2.3驗票流程系統實現 61
4.2.3交易例外處理系統實現 63
4.3複合式電子票券安全分析 64
4.3.1視覺化複合式電子票券安全分析 64
4.3.2票券流程安全機制分析 65
五、結論 68
參考文獻 70

[1] 李俊傑、許成之、洪宗貝,"整合角色和工作為基礎的動態存取控制架構研究",台灣電子商務學會EC2002資訊系統與技術,2002年,頁1-12。
[2] 陳俊德、陳澤世,"一種適用在行動裝置上的改良式視覺密碼",第四屆2002年「網際空間:資訊、法律與社會」學術研究暨實務研討會。桃園:中央警察大學主辦,2002年,頁506-511。
[3] 陳俊德、劉得仲、陳澤世,"視覺化時間戳旅遊行動電子票券",第十四屆國際資訊管理學術研會。嘉義:國立中正大學資訊管理學院主辦,2003年,頁663-670。
[4] 陳俊德、黃進參、葉建鴻,"以工作流程控管之視覺化複合式電子票券",EC 2004 電子商務與數位生活研討會,2004年,頁202。
[5] 陳俊德、黃進參,"以工作流程安全控管及驗票權限控管機制之視覺化複合式電子票券" ,第五屆2003年「網際空間:科技、犯罪與法律社會」學術研究暨實務研討會。桃園:中央警察大學主辦,2003年,頁180~191。
[6] 張思源,"Web 服務安全標準及實務應用",財團法人資訊工業策進會,駱賢齊、陳麗安(編),2003年,頁1~26。
[7] 戚玉樑,"Web Services探索與應用",全華科技圖書公司,2003年,頁5~26,頁38~49。
[8] Dimitrios Buhalis、Maria Christina Licata,"The Future of Etourism Iintermediaries",Tourism Management 23,2002,pp207-220。
[9] Edward C.Cheng ,"An Object-oriented organizational model to support dynamic role-based access control in electronic commerce",Decision Support Systems 29,2000,pp357-369。
[10] Ehud Gudes、Aharon Tubman,"AutoWF-a secure Web workflow system using autonomous object ",Data & Knowledge Engineering 43(2002),2002,pp1-27。
[11] Feng bao 、Lakshminarayanaa Anantharaman、Robet Deng," Design of Portable Mobile Device Based E-payment System and E-Ticketing System with Digital Signature" ,the InfoComm Security Department,2001,pp1~6。
[12] F.Malamateniou、G.Vassilacopoulous,"Develop a virtual patient record using XML and web-based workflow technologies",International Journal of Medical Informatics(2003) 70,2003,pp131-139。
[13] Gail-Joon Ahn 、Ravi Sandhu 、Myong Kang、Joon Park ,"Inject RBAC to Secure a Web-based Workfolw System",In 5th ACM Workshop on Role-Based Access Control,2000,pp1~10。
[14] Gregory Mentzas、Christos Halaris、Stylianos kavadias," Modelling business Process with workflow systems: An evaluation of alternative approaches",International Journal of Information Management 21,2001,pp123-135。
[15] Gunter Preuner、Michael Schrefl,"Integration of Web Service into Workflows through a Multi-Level Schema Architecture",Proceedings of the 4th IEEE International Workshop on Advanced Issues of E-Commerce and Web-Based Information Systems (WECWIS 2002),2002。
[16] Hai Zhuge,"Component-based workflow systems develop", Decision Support Systems 35,2003,pp517-536。
[17] Havard D Jorgensen," Interaction as a framework for Flexible Workflow Modelling", ACM 2001 International Conference on Supporting Group Work,2001。
[18] Hua Wang, Yanchun Zhang, Jinli Cao, " Archieving Secure and Flexible M-services Through Tickets", IEEE Transaction on system, MAN,AND CYBERNETICS, VOL.33 NO.6,NOVEMBER 2003。
[19] Jie Meng、Raja Krithivasan,Stanley Y.W.Su,Sumi Helal," Flexible Inter-enterprise Workflow Management using E-Service",Computer and Information Science and Engineering 2002,2002。
[20] Kael R.ph Leung、Lucas C.K Hui," Multiple Signature Handling in Workflow System",Processing of the 33rd Hawaii Interational Conference on the System-2000,2003,pp1~7。
[21] Irina Noninska,"Access Control and Management in B2C model of Electronic Commerce",International Comference of Computer system and technologies—Compsystech 2003,2003,pp1~4。
[22] Myong H . Kang、Joon S .Park、Judith N.Froscher ,"Access Control Mechanisms for inter-organization Workflow",Proceedings of the 6th ACM Symposium on Access Control Model and Technologies (SACMAT) ,2001,pp1-9。
[23] Reinhart A.Botha、Jan H.P Eloff,"Access Control in Document-centric Workflow Systems An agent-Based Approach ",computer & security Vol.20 NO.6,2001,pp525-532。
[24] Shirly Siu、Zhen Sheng Guo、Simon Fong、Sofia Zhuang ,Extending E-ticket Service With Mobile Transactions",FIRST INTERNATIONAL CONFERENCE ON INFORMATION TECHNOLOGY & APPLICATIONS (ICITA),2002,pp1~5。
[25] Vijay Atluri、Rutgers University,"Security for Workflow Systems",Information Security Technical Report,Vol 6,No.2,2001,pp59-68。
[26] Workflow Management Coalition,"Workflow Security Consideration-while paper",The Workflow Management Coalition Specification,1998,pp3-15。
[27] Ravi Sandhu,"Future Directions in Role-Based Access Control Models",Proceedings of the First ACM Workshop on Role-Based Access Control,1995。
[28] Robert Tolksdorf,"Workspaces:A Web-based Workflow Management",IEEE Internet Computing,2002。
[29] Ying Huang、Jen-Yao Chung,"A Web Services-based framework for business integration solutions",Electronic Commerce Rearch and Application 2,2003,pp15-26。

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關論文
 
1. 46. 武永生,證券市場內線交易之意義與利弊-法律與經濟之分析,證券市場發展季刊,第二十二期,民國八十三年三月。
2. 104. 葉秋英、吳志光 ,論企業併購法下收購類型之適用,月旦法學雜誌,第九十四期,民國九十二年。
3. 100. 楊光華,機構投資人與公司管理,政大法學評論,第五十三期,民國八十四年六月。
4. 27. 吳林,談大量股權取得及轉讓之方式,證券櫃檯月刊,第九十一期,民國九十三年。
5. 92. 曾宛如等,董事忠實義務之內涵及適用疑義─評析新修正公司法第二十三條第一項 民法研究會第三十次學術研討會紀錄,法學叢刊,第一九0期,民國九十二年。
6. 26. 吳佳慧,變革後公開收購制度之簡介,證交資料,第四七一期,民國九十二年。
7. 90. 曾宛如,英國公開收購制度之架構,萬國法律,第一0五期,民國八十八年。
8. 45. 武永生,大眾公司、證券市場與內線交易,證券市場發展季刊,第二十七期,八十四年七月。
9. 44. 林進富,公司併購之現行法令規範,月旦法學雜誌,第六十八期,民國九十年。
10. 40. 易明秋,公司法之經濟分析引論,軍法專刊,第42卷第7期,民國八十五年七月。
11. 35. 沈榮欽,法律與經濟學的方法論爭議,月旦法學雜誌,第15期,民國八十五年。
12. 85. 陳錦隆,美國規範較完整 豐富見解足參酌─新修正公司法董事之忠實義務解析(三),會計研究月刊,第二0二期,民國九十一年。
13. 25. 吳克昌,集中交易市場「借殼上市」之探討,證交資料,第一五二期,民國八十八年。
14. 23. 江典嘉,短兵相接─敵意併購攻禦分析,《實用月刊》,第三三七期,民國九十二年。
15. 12. 王志誠,企業併購法制與控股公司之創設,月旦法學,第六十八期,民國九十年。