Difference between revisions of "BPM - Getting Started"

From Opentaps Wiki
Jump to navigationJump to search
(BPM Vendors)
 
(2 intermediate revisions by one other user not shown)
Line 7: Line 7:
 
=== Red Hat (jBPM) ===
 
=== Red Hat (jBPM) ===
  
jBPM is the JBoss BPM product. Some points for jBPM 3.2 are:
+
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
 
* proprietary Process Definition Language jPDL
 
* is a stand alone application but can also be used as a workflow engine embedded in third party applications
 
* is a stand alone application but can also be used as a workflow engine embedded in third party applications
Line 13: Line 16:
  
 
'''Links:'''
 
'''Links:'''
* jBPM home page: [http://www.jboss.com/products/jbpm/ www.jboss.com/products/jbpm/].
+
* [http://www.jboss.com/products/jbpm/ jBPM home page].
* jBPM3 Getting Started - JBoss Community: [http://www.jboss.org/community/docs/DOC-11142]
+
* [http://www.jboss.org/community/docs/DOC-11142 jBPM3 Getting Started] from JBoss Community
* MySQL script to create users after jBPM installation: [http://blogs.dfwikilabs.org/pigui/files/2007/11/mysqlidentityscriptjbpm321sql.txt]
+
* [http://blogs.dfwikilabs.org/pigui/files/2007/11/mysqlidentityscriptjbpm321sql.txt MySQL script to create users after jBPM installation]
* JBoss jBPM 3.2 User Guide: [http://docs.jboss.org/jbpm/v3.2/userguide/html/index.html]
+
* [http://docs.jboss.org/jbpm/v3.2/userguide/html/index.html JBoss jBPM 3.2 User Guide]
* User Guide [http://docs.jboss.com/jbpm/v4.0/userguide/html_single/]
 
* BPMN: [http://www.bpmn.org/]
 
* GWT based BPM console: [http://jboss-overlord.blogspot.com/2008/08/first-glimpse-at-new-bpm-console.html]
 
 
 
 
 
  
 
=== jBPM 4.0 ===
 
=== jBPM 4.0 ===
 
* expected release end July 2009
 
* expected release end July 2009
* Sneak Preview of jBPM 4 [http://www.slideshare.net/tombaeyens/sneak-preview-of-jbpm-4-at-jax-conference]
+
* [http://www.slideshare.net/tombaeyens/sneak-preview-of-jbpm-4-at-jax-conference Sneak Preview of jBPM 4]
* JBoss jBPM 4 First Release information (alpha) [http://www.infoq.com/news/2009/01/jbpm4-first-release]
+
* [http://www.infoq.com/news/2009/01/jbpm4-first-release JBoss jBPM 4 First Release information (alpha)]
* uses BPMN 2.0: [http://www.bpmn.org/]
+
* [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]
+
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
 
* Much improved docs, including a split between user guide and developers guide
 
* BPMN based graphical designer in eclipse
 
* BPMN based graphical designer in eclipse

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