1. 程式人生 > >JBoss 系列七十一:jBPM 6 釋出,快速安裝,新功能介紹

JBoss 系列七十一:jBPM 6 釋出,快速安裝,新功能介紹

概述

jBPM 6.0 最終版已與上月底釋出,本文主要從兩個方面去介紹jBPM 6.0 :

  • 快速安裝
  • 新功能介紹

快速安裝

快速安裝包括如下三步:

下載安裝包

安裝

到jbpm-installer目錄下執行ant命令:

ant install.demo

ant命令執行完成jBPM 6.0安裝完成。注意,安裝過程包括:
  • 安裝 JBoss AS 7.1.1
  • 安裝 Eclipse
  • 安裝 jbpm-console 等到JBoss AS 7.
  • 安裝 Drools & jBPM Eclipse plugin到Eclipse
    jbpm-console war jbpm-console war jbpm-console war jbpm-console war jbpm-console war jbpm-console war

我們可以通過如下命令啟動jBPM 6:

ant start.demo

這將會啟動如下服務:
  • 啟動 H2資料庫
  • 啟動 JBoss AS 7
  • 啟動 Eclipse

注意,我們也可以不啟動Eclipse,這樣通過如下命令來啟動jBPM 6:

ant start.demo.noeclipse

 安裝完成測試

安裝完成我們可以通過http://localhost:8080/jbpm-console來訪問,頁面訪問是所需要的使用者名稱/密碼為admin/admin。登入成功會出現如下介面:


jBPM 6新功能介紹

我們通過如下7個方面介紹jBPM 6新功能

  • Full project lifecycle support
  • Multi-view working environment
  • Git based repositories
  • Simulate your processes
  • Form Modeler
  • Data Modeler
  • Dashboard Builder

Full project lifecycle support


You can now author, test, build, deploy, and manage your projects and their content from one place.

Multi-view working environment


Increase your productivity by customizing your workspace, and easily flip between working files without re-opening.


Git based repositories


Repositories are now based on git, one of the most popular version controls systems available.

Simulate your processes


You can now simulate your business processes with various times and variables to thoroughly test for areas of improvement.

Form Modeler


You can now design forms to capture and display information during process task execution, without needing any coding or template markup skills.

Data Modeler


This new authoring tool will allow you to create business entities and link them into your processes and rules.

Dashboard Builder

Powerful tooling for the visual composition of fully customizable business dashboards which may be feed with data coming from heterogeneous sources of information.

jbpm-console war