需要做一個評審管理系統,中間用到工作流程,瞭解了很多開源的工作流程管理系統後,準備選用jbpm,版本選擇3.2.1,開始了!
下載:http://sourceforge.net/projects/jbpm/
下載的jbpm目錄結構:
- config, configuration files for a standard java environment
- db, SQL scripts for DB creation and compatibility information
- designer, the eclipse plugin to author jPDL processes and installation scripts (this is not part of the plain jpdl download) See also Section 1.3, “The jPDL graphical process designer”.
- doc, userguide and javadocs
- examples
- lib, libraries on which jbpm depends. For more information on this see Section 5.3, “Third party libraries”
- server, a preconfigured jboss that contains jbpm inside the console web application (this is not part of the plain jpdl download)
- src, the jbpm and identity component java sources
The preconfigured JBoss application server has the following components installed :
- The jBPM web console, packaged as a web archive. That console can be used by process participants as well as jBPM administrators.
- The Job Executor for the execution of timers and messages. The job executor is a part of the console webapp. There is a servlet that launches the Job Executor. The Job Executor spawns a thread pool for monitoring and executing timers and asynchronous messages.
- The jBPM tables, in the database: the default hypersonic database that contains the jBPM tables and already contains a process.
- One example process is already deployed into the jBPM database.
- Identity component. The identity component libraries are part of the console web application. The tables of the identity component are available in the database (those are the tables that start with JBPM_ID_...)
先學習examples