Difference between revisions of "BPM - Getting Started"

From Opentaps Wiki
Jump to navigationJump to search
Line 13: Line 13:
  
 
'''Links:'''
 
'''Links:'''
* jBPM home page: [http://www.jboss.com/products/jbpm/ www.jboss.com/products/jbpm/].
+
* jBPM home page: [http://www.jboss.com/products/jbpm/].
 
* jBPM3 Getting Started - JBoss Community: [http://www.jboss.org/community/docs/DOC-11142]
 
* jBPM3 Getting Started - JBoss Community: [http://www.jboss.org/community/docs/DOC-11142]
 
* MySQL script to create users after jBPM installation: [http://blogs.dfwikilabs.org/pigui/files/2007/11/mysqlidentityscriptjbpm321sql.txt]
 
* MySQL script to create users after jBPM installation: [http://blogs.dfwikilabs.org/pigui/files/2007/11/mysqlidentityscriptjbpm321sql.txt]
 
* JBoss jBPM 3.2 User Guide: [http://docs.jboss.org/jbpm/v3.2/userguide/html/index.html]
 
* JBoss jBPM 3.2 User Guide: [http://docs.jboss.org/jbpm/v3.2/userguide/html/index.html]
* 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]
+
* Sneak Preview of jBPM 4: [http://www.slideshare.net/tombaeyens/sneak-preview-of-jbpm-4-at-jax-conference]
* JBoss jBPM 4 First Release information (alpha) [http://www.infoq.com/news/2009/01/jbpm4-first-release]
+
* JBoss jBPM 4 First Release information (alpha): [http://www.infoq.com/news/2009/01/jbpm4-first-release]
* uses BPMN 2.0: [http://www.bpmn.org/]
+
* User Guide: [http://docs.jboss.com/jbpm/v4.0/userguide/html_single/]
 +
* Implements BPMN 2.0: [http://www.bpmn.org/]
 +
* GWT based BPM console: [http://jboss-overlord.blogspot.com/2008/08/first-glimpse-at-new-bpm-console.html]
  
From [http://www.theserverside.com/news/thread.tss?thread_id=52761]
+
From [http://www.theserverside.com/news/thread.tss?thread_id=52761]:
 
* 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

Revision as of 04:04, 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. 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 home page: [1].
  • jBPM3 Getting Started - JBoss Community: [2]
  • MySQL script to create users after jBPM installation: [3]
  • JBoss jBPM 3.2 User Guide: [4]

jBPM 4.0

  • expected release end July 2009
  • Sneak Preview of jBPM 4: [5]
  • JBoss jBPM 4 First Release information (alpha): [6]
  • User Guide: [7]
  • Implements BPMN 2.0: [8]
  • GWT based BPM console: [9]

From [10]:

  • 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