博碩士論文 964206027 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:33 、訪客IP:18.219.236.62
姓名 郭韋呈(Wei-cheng Kuo)  查詢紙本館藏   畢業系所 工業管理研究所
論文名稱 發展一協同設計專案之事件管理系統
(Developing an Event Management System for Distributed Collaborative Design Project)
相關論文
★ 應用MFM 與PPM 監控協同設計之執行流程★ 應用DSM與DRFT於汽車電子之協同開發流程
★ 一協同設計專案團隊組成方法- 以安全監視器產品為例★ 應用認知工程開發全球化光纖通訊系統
★ 羽絨產業策略規劃-應用品質機能展開分析法★ 重電業協同專案管理績效之研究-以變電所統包工程為例
★ 以屬性導向新產品開發之流程塑模與分析– 以醫療器材產業為案例★ 以品質機能展開法應用於主管管理職能之建構
★ 應用參考模型以及流程建模改善供應鏈績效-以投影機產業為例★ 協同產品開發之流程管理 - 以汽車零件為例
★ 配電系統之高壓電纜接頭供應商評選★ 應用品質機能展開於產品開發之流程分析-以刀鋒式伺服器為例
★ 實施精實六標準差改進製程良率-以機頂盒表面黏著技術為例★ 太陽能模組產業之決策營運研究
★ 新產品開發階段導入替代料之流程建模及潛在風險分析★ 應用實驗設計研發PET複合膜及改善厚膜翹曲問題
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 現今產品開發已逐漸朝向跨企業的分散式的協同設計,因此有效的資訊傳遞於產品
開發專案成為一重要議題。然而在協同設計過程中,除了規劃專案初期所預設的里程碑
與事件之外,存在著各種非預期的例外事件;例如資源短缺、活動延遲等。例外事件導
致的問題往往因無法及時處理,而造成整個開發專案延宕甚至失敗。
本研究針對協同設計環境下,提出一基於服務導向架構之事件管理系統,此架構目
的在於管理日常事件以及例外事件之發生。在此架構中系統執行共分三階段,服務開
發、服務尋找以及服務結合,其三階段分別使用之方法如下:(1) 物件導向概念定義出
產品開發流程中相關物件。(2) 應用事件分類手法管理服務清單。(3) 應用extended EPC
結合相關服務解決相對應事件。最後以電子書閱讀器產業為一案例做說明。
摘要(英) In the current product development project, it has been gradually towered distributed
collaborative design. The effectiveness of information transmission is becoming a critical
issue. However, in the collaborative design process, there is not only the planning of the
pre-set milestones and events, but also all kinds of exceptional events; such as the shortage of
resources, delay of activities. Because we cannot deal with it in time, exceptional events
usually lead to problems like delays or even failure.
This thesis develops a framework of event management system (EMS) for the
collaborative product design based on the service-oriented architecture. For the developing
EMS, the corresponding methodologies were also adopted.
1. Object-oriented modeling technique was adopted to model the basis of the entire
system;
2. Events classification was applied to find the related service
3. Extend Event-driven Process Chain (eEPC) bound the needed services to a solution.
By applying event management system, we expect an effective way to handle the
complex situation. Finally, electronic reading device industry is a case for the illustration.
關鍵字(中) ★ 協同產品開發
★ 流程建模
★ 服務導向架構
★ 物件導向設計
★ 事件管理
關鍵字(英) ★ Event Management
★ Collaborative Product Development
★ Process Modeling
★ Service-Oriented Architecture
★ Object-Oriented Design
論文目次 摘要 ................................................................................................................................ i
Abstract .......................................................................................................................... ii
Table of Contents ......................................................................................................... iii
List of Figures ................................................................................................................ v
List of Tables ............................................................................................................... vii
Chapter 1 Introduction ................................................................................................... 1
1.1 Background ...................................................................................................... 1
1.2 Motivation ....................................................................................................... 2
1.3 Research Objectives ........................................................................................ 2
1.4 Research Framework ....................................................................................... 3
Chapter 2 Literature Review.......................................................................................... 5
2.1 Collaborative Product Design (CPD) .............................................................. 5
2.1.1 Introduction to CPD ............................................................................. 5
2.1.2 Systems for CPD .................................................................................. 6
2.2 Project Management ........................................................................................ 7
2.2.1 Regular Events ...................................................................................... 8
2.2.2 Exceptional Events ............................................................................... 9
2.2.3 Unexpected Events ............................................................................. 11
2.3 Service-Oriented Architecture ....................................................................... 13
2.3.1 The Basic SOA ................................................................................... 14
2.3.2 SOA Principles ................................................................................... 15
Chapter 3 Architecture of EMS ................................................................................... 19
3.1 Introduction to the EMS ................................................................................ 19
3.1.1 Characteristics of EMS ....................................................................... 19
3.1.2 Benefit of EMS ................................................................................... 19
3.2 Architecture of EMS ...................................................................................... 20
3.2.1 Service Publishing .............................................................................. 24
3.2.2 Service Finding ................................................................................... 27
3.2.3 Service Binding .................................................................................. 31
Chapter 4 Development of EMS ................................................................................. 34
4.1 Service Publishing ......................................................................................... 34
4.2 Service Finding .............................................................................................. 39
4.3 Service Binding ............................................................................................. 43
Chapter 5 The Implementation of the Proposed System ............................................. 46
5.1 Case Description ............................................................................................ 46
5.1.1 Case Background ................................................................................ 46
5.1.2 Case Scenario ..................................................................................... 46
5.2 Implementation of Event Management System ............................................ 47
5.2.1 Service Publishing .............................................................................. 47
5.2.2 Service Finding ................................................................................... 50
5.3 Execution of Event Management System ...................................................... 51
5.3.3 Service Binding .................................................................................. 51
Chapter 6 Conclusions and Future Research ............................................................... 53
6.1 Conclusions ................................................................................................... 53
6.2 Future Research ............................................................................................. 54
References ................................................................................................................... 55
參考文獻 Bouchlaghem, D., Kimmance, A., & Anumba, C. (2004, April 1). Integrating product and
process information in the construction sector. Industrial Management & Data Systems ,
104 (3), pp. 218-233.
Cheng, E. W., Love, P. E., Standing, C., & Gharavi, H. (2006, January 1). Intention to
e-collaborate: propagation of research propositions. Industrial Management & Data
Systems , 106 (1), pp. 139-152.
Choi, Y., Kim, K., & Kim, C. (2005). A design chain collaboration framework using reference
models. The International Journal of Advanced Manufacturing Technology , 26 (1-2), pp.
183-190.
Derr, K. W. (1995). Applying OMT: A Practical Step-By-Step Guide to Using the Object
Modeling Technique. Englewood Cliffs, NJ: Prentice-Hall.
Erl, T. (2007). SOA Principles of Service Design. Prentice Hall PTR.
Huhns, M. N., & Singh, M. P. (2005, January). Service-Oriented Computing: Key Concepts and
Principles. IEEE Internet Computing , 9 (1), pp. 75-81.
Jiang, P., Shao, X., Qiu, H., & Li, P. (2008). Interoperability of Cross-organizational Workflows
based on Process-view for Collaborative Product Development. Concurrent Engineering ,
16 (1), pp. 73-87.
Kammer, P. J., Bolcer, G. A., Taylor, R. N., Hitomi, A. S., & Bergman, M. (2000). Techniques
for Supporting Dynamic and Adaptive Workflow. Comput. Supported Coop. Work , 9 (3-4),
pp. 269-292.
Klein, M., & Dellarocas, C. (2000, November). A Knowledge-based Approach to Handling
Exceptions in Workflow Systems. Computer Supported Cooperative Work (CSCW) , 9, pp.399-412.
Klein, M., Rodriguez-Aguilar, J.-A., & Dellarocas, C. (2003, July). Using Domain-Independent
Exception Handling Services to Enable Robust Open Multi-Agent Systems: The Case of
Agent Death. Autonomous Agents and Multi-Agent Systems , 7, pp. 179-189.
Krishnan, V., & Ulrich, K. T. (2001). Product Development Decisions: A Review of the
Literature. Management Science , 47 (1), pp. 1-21.
Kvan, T. (2000, July). Collaborative design: what is it? Automation in Construction , 9 (4), pp.
409-415.
Lawrence, T. B., Hardy, C., & Phillips, N. (2002, February). Institutional Effects of
Interorganizational Collaboration: The Emergence of Proto-Institutions. The Academy of
Management Journal , 45 (1), pp. 281-290.
Li, Y., Shao, X., Li, P., & Liu, Q. (2004). Design and implementation of a process-oriented
intelligent collaborative product design system. Computers in Industry , 53 (2), pp.
205-229.
MacKenzie, M., Laskey, K., McCabe, F., Brown, P. F., & Metz, R. (2006, February). Reference
Model for Service Oriented Architecture. Retrieved March 2009, from Organization for
the Advancement of Structured Information Standards (OASIS):
http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=soa-rm
Munns, A. K., & Bjeirmi, B. F. (1996). The role of project management in achieving project
success. International Journal of Project Management , 14 (2), pp. 81-87.
Papazoglou, M. P. (2003). Service -Oriented Computing: Concepts, Characteristics and
Directions. Proceedings of the Fourth International Conference on Web Information
Systems Engineering. Washington, DC, USA: IEEE Computer Society.
Papazoglou, M., & Georgakopoulos, D. (2003). Service Oriented Computing. Communications
of the ACM , 46 (10), pp. 25–28.
Prasad, B. (1996). Concurrent Engineering Fundamentals, Volume II: Integrated Product
Development. Prentice Hall PTR.
Rollason-Reese, R. L. (2003). Incident handling: an orderly response to unexpected events. In
Proceedings of the 31st Annual ACM SIGUCCS Conference on User Services (pp. 97-102).
New York, NY, USA: ACM.
Scheer, A.-W. (2000). ARIS - Business Process Modeling (3 ed.). Berlin: Springer.
Schnabel, I., & Pizka, M. (2007). Software Engineering Research and Practice.
Wang, D., Zhang, P., & Wang, X. (2008). Research on the Model of Unexpected Events
Situation Based on the Life-Cycle. Wireless Communications, Networking and Mobile
Computing, 2008. WiCOM '08. 4th International Conference on, (pp. 1-4).
Wang, H., Meng, X., & Xu, Y. (2004). Concurrent design in the network environment.
Computer Supported Cooperative Work in Design, 2004. Proceedings. The 8th
International Conference on, 1, pp. 197-201.
Wang, M., & Wang, H. (2004). Agents and Web-services Supported Business Exception
Management. Proceedings of 8th Pacific Rim International Conference on Artificial
Intelligence (PRICAI 2004 (pp. 615-624). Springer.
Wu, H., Zhang, W., & Zhao, X.-a. (2005). The Distributed Parallel Exploitation Technology of
a Distributed Cooperation Exploitation Environment. Computer Engineering & Science ,
8, pp. 88–91.
Xiong, H., & Sun, S. (2007). A Distributed Collaborative Product Customization System Based on Web3D. Computer Supported Cooperative Work in Design, 2007. CSCWD 2007. 11th
International Conference on, (pp. 926-930).
Yu, J., Cha, J., Lu, Y., & Yao, S. (2008). A Service-Oriented Architecture framework for the
distributed concurrent and collaborative design. Service Operations and Logistics, and
Informatics, 2008. IEEE/SOLI 2008. IEEE International Conference on, 1, pp. 872-876.
指導教授 高信培(Hsing-Pei Kao) 審核日期 2009-7-2
推文 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聯絡  - 隱私權政策聲明