Difference between revisions of "BPM - Getting Started"

From Opentaps Wiki
Jump to navigationJump to search
(New page: On this page we have: * summary of existing BPM resource * getting started information == BPM Vendors == === Red Hat (jBPM) === === Intalio === === Apache ===)
 
(BPM Vendors)
 
(4 intermediate revisions by one other user not shown)
Line 7: Line 7:
 
=== Red Hat (jBPM) ===
 
=== Red Hat (jBPM) ===
  
 +
jBPM is the JBoss BPM product. We should target using the upcoming release jBPM 4.0, however for prototyping purposes we will use the current 3.2.6 version.
 +
 +
=== jBPM 3.2 ===
 +
Some points for jBPM 3.2 are:
 +
* proprietary Process Definition Language jPDL
 +
* is a stand alone application but can also be used as a workflow engine embedded in third party applications
 +
* process design is done with eclipse based visual designer
 +
 +
'''Links:'''
 +
* [http://www.jboss.com/products/jbpm/ jBPM home page].
 +
* [http://www.jboss.org/community/docs/DOC-11142 jBPM3 Getting Started] from JBoss Community
 +
* [http://blogs.dfwikilabs.org/pigui/files/2007/11/mysqlidentityscriptjbpm321sql.txt MySQL script to create users after jBPM installation]
 +
* [http://docs.jboss.org/jbpm/v3.2/userguide/html/index.html JBoss jBPM 3.2 User Guide]
 +
 +
=== jBPM 4.0 ===
 +
* expected release end July 2009
 +
* [http://www.slideshare.net/tombaeyens/sneak-preview-of-jbpm-4-at-jax-conference Sneak Preview of jBPM 4]
 +
* [http://www.infoq.com/news/2009/01/jbpm4-first-release JBoss jBPM 4 First Release information (alpha)]
 +
* [http://docs.jboss.com/jbpm/v4.0/userguide/html_single/ User Guide]
 +
* [http://www.bpmn.org/ Implements BPMN 2.0]
 +
* [http://jboss-overlord.blogspot.com/2008/08/first-glimpse-at-new-bpm-console.html GWT based BPM console]
 +
 +
From [http://www.theserverside.com/news/thread.tss?thread_id=52761 jBPM 4 Release Announcement on theserverside.com]:
 +
* Much improved docs, including a split between user guide and developers guide
 +
* BPMN based graphical designer in eclipse
 +
* Command based services as the primary client API
 +
* Decoupled activity implementation API
 +
* Multiple execution modes
 +
* Improved multiple language support
 +
* Easy addition of custom activities
 +
* DB evolution improvements
 +
* DB partitioning per process language
 
=== Intalio ===
 
=== Intalio ===
  
 
=== Apache ===
 
=== Apache ===

Latest revision as of 23:17, 7 May 2009

On this page we have:

  • summary of existing BPM resource
  • getting started information

BPM Vendors

Red Hat (jBPM)

jBPM is the JBoss BPM product. We should target using the upcoming release jBPM 4.0, however for prototyping purposes we will use the current 3.2.6 version.

jBPM 3.2

Some points for jBPM 3.2 are:

  • proprietary Process Definition Language jPDL
  • is a stand alone application but can also be used as a workflow engine embedded in third party applications
  • process design is done with eclipse based visual designer

Links:

jBPM 4.0

From jBPM 4 Release Announcement on theserverside.com:

  • Much improved docs, including a split between user guide and developers guide
  • BPMN based graphical designer in eclipse
  • Command based services as the primary client API
  • Decoupled activity implementation API
  • Multiple execution modes
  • Improved multiple language support
  • Easy addition of custom activities
  • DB evolution improvements
  • DB partitioning per process language

Intalio

Apache