Difference between revisions of "BPM - Getting Started"

From Opentaps Wiki
Jump to navigationJump to search
m (Protected "BPM - Getting Started": Sysop page [edit=sysop:move=sysop])
Line 7: Line 7:
 
=== Red Hat (jBPM) ===
 
=== 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: [http://www.jboss.com/products/jbpm/ www.jboss.com/products/jbpm/].
 +
* 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]
 +
* 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 ===
 +
* expected release end July 2009
 +
* 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]
 +
* uses BPMN 2.0: [http://www.bpmn.org/]
 +
 +
From [http://www.theserverside.com/news/thread.tss?thread_id=52761]
 +
* 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 ===

Revision as of 04:00, 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: www.jboss.com/products/jbpm/.
  • jBPM3 Getting Started - JBoss Community: [1]
  • MySQL script to create users after jBPM installation: [2]
  • JBoss jBPM 3.2 User Guide: [3]
  • User Guide [4]
  • BPMN: [5]
  • GWT based BPM console: [6]


jBPM 4.0

  • expected release end July 2009
  • Sneak Preview of jBPM 4 [7]
  • JBoss jBPM 4 First Release information (alpha) [8]
  • uses BPMN 2.0: [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