博碩士論文 91522027 詳細資訊




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

摘要(中) 工作流程管理系統 (Workflow Management System) 為企業提供了新的工具,以自動化企業的流程。而流程管理系統導入的關鍵,就是:如何建立最佳的企業流程讓系統正確執行之。
因此,工作流程編輯工具 (Workflow Authoring Tool) 也就相對顯得重要了;一個好的流程編輯工具必須涵蓋整個流程建立的生命週期:從流程的建立,到驗證與模擬以最佳化流程,最後輸出流程到流程管理系統。
在此,我們提出一個開放式架構的工作流程編輯工具,讓發展者可以嵌入不同的流程定義模型來編輯,並透過網路上的驗證服務來驗證流程,最後,將流程輸出給工作流程管理系統來使用。除此之外,亦能夠將可重複利用的流程定義元素,放到網路上的流程定義元素庫中,下次編輯流程時,就可以使用元素庫的服務取得所需的流程定義元素來建立新的工作流程。
摘要(英) Workflow Management System is a new facility for an enterprise to automate its processes. The key point for an enterprise to integrate the system is to model the processes correctly.
Therefore, a handy Workflow Authoring Tool is really a great help. It should cover the whole life-cycle of modeling, including composing the process, verifying, simulating and optimizing it, and exporting it to the Workflow Management System.
In this thesis, we proposed a Workflow Authoring Tool in an open architecture, which can let the enterprise develop its own plug-ins that fulfill the future requirements. Moreover, we have made the verification and the reusable process element repository as web services. Others can use this verification service to verify their processes, or can provide their-own-implementation verification service to us. And all of us can retrieve process elements on demand from a common reusable process element service.
關鍵字(中) ★ 工作流程管理系統
★ 工作流程驗證
★ 工作流程編輯工具
關鍵字(英) ★ workflow management system
★ process modeling tool
★ workflow verification
論文目次 目錄 I
圖表目錄 III
第一章 緒論 1
1.1 背景介紹 1
1.2 動機 1
1.3 論文架構 2
第二章 背景知識 3
2.1 工作流程管理系統 3
2.1.1 流程管理系統的重要性 3
2.1.2 工作流程管理系統的標準 4
2.2 流程定義語言 5
2.2.1 市面上的流程定義語言 5
2.2.2 XPDL 6
2.3 非商業工作流程管理系統之介紹 9
2.3.1 OSWorkflow 9
2.3.2 Enhydra JaWE 10
2.3.3 jBpm 10
2.4 工作流程編輯工具 11
2.4.1 其他的流程編輯工具 11
2.4.2 工作流程編輯工具的系統需求 11
2.5 流程的驗證與模擬 12
2.5.1 Petri Nets 12
2.5.2 PNML 13
2.6 XRL/Flower: Supporting Inter-Organizational Workflows Using XML/Petri-net Technology [20] 14
第三章 系統設計 15
3.1 Pluggable Architecture 15
3.1.1 Activating Mechanism 15
3.2 JAXB-Wrapper 與 JAXB-Wrapper-Factory 16
3.2.1 JAXB-Wrapper 16
3.2.2 JAXB-Wrapper-Factory 17
3.2.3 Wrapper-Event與Wrapper-Listener 17
3.3 服務導向架構 17
3.3.1 Reusable Process Element Service 18
3.3.2 Verification Service 18
第四章 實作 19
4.1 Kernel 20
4.2 Common Plug-in 21
4.3 XPDL Plug-in 22
4.3.1 JAXB-Wrapper與JAXB-Wrapper-Factory Implementation 22
4.3.2 Project-Manager 22
4.3.3 WfProcess-Editor 23
4.3.4 Wizard,Synchronizer,與Validater 24
4.4 Reusable Process Element Service 25
4.5 Verification Service 26
4.5.1 XPDL2PNML 27
4.5.2 P/T Petri Nets的驗證 28
第五章 案例探討 29
5.1 簡化的請假流程 29
5.1.1 XPDL版 29
5.1.2 Activity Diagram版 33
5.1.3 Petri Net版 34
第六章 結論 35
6.1貢獻 35
6.2未來工作 36
6.2.1 Web Service Wizard 36
6.2.2 支援LDAP 36
6.2.3 Swing-lane 36
6.2.4 Gantt chart 36
6.2.5 驗證condition 37
參考文獻 38
附錄 39
附錄A. Plug-in Manifest Specification 39
附錄B. JAXB簡介 40
參考文獻 [1]Charles Plesums. “An Introduction to Workflow.” Workflow Handbook 2002.
[2]http://www.wfmc.org/
[3]David Hollingsworth. “Workflow Management Coalition: The Workflow Reference Model.”
[4]http://www.omg.org/
[5]http://www.bpmi.org/
[6]http://www.ebxml.org/
[7]http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsbpel
[8]http://www.wfmc.org/standards/docs/TC-1025_10_xpdl_102502.pdf
[9]T. Murata. “Petri Nets: Properties, Analysis and Application.” Proceedings of the IEEE, 1989.
[10]http://www.informatik.hu-berlin.de/top/pnml/about.html
[11]http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=relax-ng
[12]GoF. Factory Method. Design Patterns.
[13]GoF. Observer. Design Pattern.
[14]http://www.w3.org/TR/xpath
[15]James L. Peterson. “Petri Nets theory and the modeling of systems.”
[16]http://www.w3.org/Style/XSL/
[17]http://www.opensymphony.com/osworkflow/
[18]http://jawe.objectweb.org/
[19]http://www.jbpm.org/
[20]H.M.W. Verbeek, W.M.P. van der Aalst. “XRL/Flower: Supporting Inter-Organizational Workflows Using XML/Petri-net Technology.”
指導教授 李允中(Jonathan Lee) 審核日期 2004-7-14
推文 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聯絡  - 隱私權政策聲明