JBPM: Difference between revisions
| (4 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
* download jbpm-6.1.0.Final-installer-full.zip | * download jbpm-6.1.0.Final-installer-full.zip | ||
* extract to C:\Uwes\Programme\Java\JBoss\jbpm-6.1.0 | * extract to C:\Uwes\Programme\Java\JBoss\jbpm-6.1.0 | ||
* call ant install.demo | * copy build.xml to build.xml.original | ||
* add to build.xml | |||
<arg value="-Djboss.socket.binding.port-offset=1000" /> | |||
* call | |||
C:\Uwes\Programme\Java\JBoss\jbpm-6.1.0\ant install.demo | |||
==Operation== | |||
C:\Uwes\Programme\Java\JBoss\jbpm-6.1.0\jbpm-installer\ant start.demo | |||
==References== | ==References== | ||
* [http://www.attuneuniversity.com/ebook/JBPM-6-quick-starter-book.pdf Student Document] | * [http://www.attuneuniversity.com/ebook/JBPM-6-quick-starter-book.pdf Student Document] | ||
* [http://topic.ibnlive.in.com/vin-diesel/videos/jbpm-6-free-workshop-24-october-london-live-broadcast-via-hangouts-on-air-OXarJLWTzww-752.html Live Broadcast Workshop] | * [http://topic.ibnlive.in.com/vin-diesel/videos/jbpm-6-free-workshop-24-october-london-live-broadcast-via-hangouts-on-air-OXarJLWTzww-752.html Live Broadcast Workshop] | ||
Latest revision as of 18:08, 21 September 2014
Introduction[edit]
[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[edit]
- download jbpm-6.1.0.Final-installer-full.zip
- extract to C:\Uwes\Programme\Java\JBoss\jbpm-6.1.0
- copy build.xml to build.xml.original
- add to build.xml
<arg value="-Djboss.socket.binding.port-offset=1000" />
- call
C:\Uwes\Programme\Java\JBoss\jbpm-6.1.0\ant install.demo
Operation[edit]
C:\Uwes\Programme\Java\JBoss\jbpm-6.1.0\jbpm-installer\ant start.demo