【轉】jBPM 6 發佈,快速安裝,新功能介紹

概述

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

  • 快速安裝
  • 新功能介紹

快速安裝

快速安裝包括如下三步:

下載安裝包

http://sourceforge.net/projects/jbpm/files/jBPM%206/jbpm-6.0.0.Final/選擇下載jbpm-6.0.0.Final-installer-full.zip,解壓,解壓完成生成jbpm-installer目錄。

安裝

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

[java] view plaincopy在CODE上查看代碼片派生到我的代碼片
 
  1. 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 6:

[java] view plaincopy在CODE上查看代碼片派生到我的代碼片
 
  1. ant start.demo  

這將會啓動如下服務:

  • 啓動 H2數據庫
  • 啓動 JBoss AS 7
  • 啓動 Eclipse

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

[java] view plaincopy在CODE上查看代碼片派生到我的代碼片
 
  1. ant start.demo.noeclipse  

 

wildfly-8.1.0.Final的安裝說明

http://www.360doc.com/content/15/0211/12/19960613_447891610.shtml

修改端口號

wildfly-8.1.0.Final\standalone\configuration\standalone.xml

 

安裝完成測試

安裝完成我們可以通過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.

轉自:http://blog.csdn.net/kylinsoong/article/details/17507761

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章