JBPM: Difference between revisions

From Wiki RB4
Line 1: Line 1:
==Introduction==
==Introduction==
[[http://www.jboss.com/ JBoss jBPM]] is a business process management engine for any Java SE or EE environment. jBPM lets you represent a business process or user interaction as a graph of nodes representing wait states, decisions, tasks, web pages, etc. The graph can be defined using a simple, very readable, XML dialect called [[#JPDL|jPDL]], and may be edited and visualised graphically using an eclipse plugin, but jPDL is for jBPM just another process language.
[[http://www.jbpm.org/ JBoss jBPM]] is a business process management engine for any Java SE or EE environment. jBPM lets you represent a business process or user interaction as a graph of nodes representing wait states, decisions, tasks, web pages, etc. The graph can be defined using a simple, very readable, XML dialect called [[#JPDL|jPDL]], and may be edited and visualised graphically using an eclipse plugin, but jPDL is for jBPM just another process language.


==Installation==
==Installation==

Revision as of 20:46, 19 September 2014

Introduction

[JBoss jBPM] is a business process management engine for any Java SE or EE environment. jBPM lets you represent a business process or user interaction as a graph of nodes representing wait states, decisions, tasks, web pages, etc. The graph can be defined using a simple, very readable, XML dialect called jPDL, and may be edited and visualised graphically using an eclipse plugin, but jPDL is for jBPM just another process language.

Installation

  • download jbpm-6.1.0.Final-installer-full.zip
  • extract to C:\Uwes\Programme\Java\JBoss\jbpm-6.1.0
  • call ant install.demo

References