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

概述

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

  • 快速安裝
  • 新功能介紹

快速安裝

快速安裝包括以下三步:
git

下載安裝包

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命令:eclipse

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:ui

ant start.demo.noeclipse

 安裝完成測試

安裝完成咱們能夠經過http://localhost:8080/jbpm-console來訪問,頁面訪問是所須要的用戶名/密碼爲admin/admin。登陸成功會出現以下界面:spa


jBPM 6新功能介紹

咱們經過以下7個方面介紹jBPM 6新功能.net

  • 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.
code

Multi-view working environment


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

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
相關文章
相關標籤/搜索