博碩士論文 93522057 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:81 、訪客IP:3.15.146.27
姓名 吳柏勳(Po-Shun Wu)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 設計與實作支援CMMI導入之服務導向流程和專案整合系統
(Design and Implementation of Service-Oriented Process and Project Integration System to supportCMMI Implementation)
相關論文
★ 移動代理人監控系統之設計與實作★ 以正規表式法為基礎之地理編碼服務設計與實作
★ Android應用程式開發之持續整合系統★ 基於設計矩陣之需求追溯關係建立方法
★ 點對點移動代理人之設計與實作與於車資通訊之應用★ 網頁內容叢集分類法之設計與實作
★ 設計與實作於行動裝置上以XUL為基礎之介面呈現★ Android平台上以OSGi為基礎之服務遞送
★ 利用網頁內容結構之區塊擷取方法以呈現新聞服務★ 設計與實作以感測器為中心的查詢機制
★ 針對路徑規劃服務之Web 2.0系統設計與實作★ 整合OSGi與RESTful服務之BPEL引擎
★ 利用文件相似度以轉換網路內容為OSGi Bundles★ 量測Java類別的耦合關係
★ 轉換Android應用程式為OSGi Service★ 物聯網應用之Context塑模方法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在專案執行的生命週期中,使用專案計畫與管理工具來規劃與監控專案的時程、人力與資源,能有效提升專案整體的執行效率,但專案在執行的過程中往往因為缺乏流程自動化的支援與專案資訊的有效傳遞,導致專案的團隊溝通與合作不良,所以經常發生資源不足或專案進度落後等問題。而專案的開發若只使用流程定義工具來編輯其開發的流程並監控其執行的狀況時,往往會因為缺乏詳細的專案規劃或專案時程與資源的改變無法即時反應在流程的執行,而造成專案失敗的風險。
本研究實做出之流程與專案整合系統包含了流程定義工具、專案計畫服務和流程與專案轉換模組,以產生可執行的工作流程來支援專案的執行與管理。其中流程與專案轉換模組可從專案定義流程產生出專案的分工結構圖(WBS),並可從專案的計畫產生可執行的工作流程。在轉換過程中,透過流程資產儲藏庫所提供的流程元件(process element)可提升流程定義的效率並可讓工作流程在執行時更有彈性的使用組織的資源。
摘要(英) In the project lifecycle, the project management tool used to plan and monitor project schedule, effort and resources can improve the project performance. But lacking of the process automation support, the poor project team communication and coordination may cause the project delay and resource conflict. Using process definition tool to define process and monitor project’s progress only, the project may fail due to the lacking of detail planning or on-the-fly change support.
The process and project integration system developed in this research including process definition tool, project planning services and process-project transformation module is to support scheduled workflow execution. The process-project transformation module can generate project WBS from the project’s defined process and workable process from the project plan vice versa. The process elements in the process asset repository can also be used to improve the efficiency of process definition and flexibility of resource utilization in the process execution.
關鍵字(中) ★ 流程與專案整合 關鍵字(英) ★ process and project integration
論文目次 第一章 緒論 1
1.1 背景 1
1.2 動機 2
1.3 論文架構 2
第二章 背景知識介紹 3
2.1 能力成熟度整合模式(CMMI) 3
2.1.1 組織流程定義(OPD) 5
2.1.2 專案規劃(PP) 5
2.2 工作流程管理系統的標準 6
2.2.1 流程管理系統的重要性 6
2.2.2 工作流程管理系統的標準(Workflow Management System) 7
2.2.3 工作流程管理系統的介紹 8
2.4 專案規劃 14
2.5 Web Service 16
2.5.1 UDDI (Universal Description Discovery and Integration) 17
2.5.2 WSDL (Web Service Description Language) 18
2.5.3 SOAP (Simple Object Access Protocol) 19
第三章 系統設計與實作 20
3.1 系統架構 20
3.2 專案與流程整合工具子系統 21
3.2.1 Process Planning Tool 21
3.2.2 Process Definition Tool 23
3.2.3 Process-Project Synchronizer 27
第四章 案例分析 30
4.1 專案管理流程 30
4.2 使用Process Planning Tool計畫專案 30
4.3 使用Project and Process Integration Tool 31
4.4 使用Process Definition Tool 32
第五章 相關文獻探討 34
5.1 Design Structure Matrix Method 34
5.1.1 Design Structure Matrix 34
5.1.2 Matrices and Projects 34
5.1.3 DSM分析法 36
5.1.4 比較與分析 37
5.2 Workflow Pattern 37
5.2.1 Sequence: 38
5.2.2 Parallel Split: 38
5.2.3 Synchronization: 38
5.2.4 Exclusive Choice: 39
5.2.5 Simple Merge: 39
5.2.6 Multi-Choice: 39
5.2.7 Arbitrary Cycles: 40
5.2.8 Implicit Termination: 40
5.2.9 Multiple Instances With a Priori Design Time Knowledge: 40
5.3 流程管理的整合 41
第六章 結論 43
6.1 貢獻 43
6.2 未來方向 44
參考文獻 45
參考文獻 [1] Capability Maturity Model Integration (CMMI SM), Version 1.1
[2] Dennis M.Ahern,Aaron Clouse,Richard Turner “A Practical Introduction to Integrated Process Improvement(CMMI SM Distilled)”.
[3] Charles Plesums.“An Introduction to Workflow.”Workflow Handbook 2002.
[4] David Hollingsworth. “Workflow Management Coalition: The Workflow Reference Model.”
[5] http://www.wfmc.org/
[6] http://www.opensymphony.com/osworkflow/
[7] http://www.enhydra.org/workflow/shark/index.html
[8] http://www.wfmc.org/standards/docs/TC-1025_10_xpdl_102502.pdf
[9] Workflow Process Definition Interface – XML Process Definition Language (XPDL) WfMC, October 25, 2002.
[10] UDDI Spec Technical Committee Specification http://uddi.org/specification.html, 2003
[11] Erik Christensen etc al. Web Services Description Language (WSDL) 1.1. W3C Note 15 March 2001. http://www.w3.org/TR/wsdl, 2001
[12] Don Box etc al. Simple Object Access Protocol (SOAP) 1.1. W3C Note 08 May 2000. http://www.w3.org/TR/SOAP, 2000
[13] Ali A. Yassine, “An Introduction to Modeling and Analyzing Complex Product Development Process Using the Design Structure Matrix (DSM) Method”, Product Development Research Laboratory University of Illinois at Urbana-Champaign
[14] Steven D. Eppinger, Daniel E. Whitney, Robert P. Smith, David A. Gebala, “A Model-Based Method for Organizing Tasks in Product Development”, November 1993
[15] Stephen A. White, “Process Modeling Notations and Workflow Patterns”, IBM Corporation
[16] Ali Bahrami, “Integrated Process Management : From Planning to Work Execution”, Boeing Phantom Works, Mathematics & Computing Technology
[17] Sigrid Goldmann, Jürgen Münch, Harald Holz, “Distributed Process Planning Support with MILOS jeske”, Fachbereich Informatik, Universität Kaiserslautern, 2000
指導教授 李允中(Jonathan Lee) 審核日期 2006-7-18
推文 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聯絡  - 隱私權政策聲明