JBoss Jbpm has launch new jbpm 6.0.0 beta2 version for Business Process Management.
It’s come with very new and useful components for BPM.
It’s come with very new and useful components for BPM.
- The Eclipse BPMN2 Modeler
- The web-based designer
Configure Jbpm v6 Beta 2:
Step 1:
First of all, download full installer from this link http://sourceforge.net/projects/jbpm/files/jBPM%206/jbpm-6.0.0.Beta2/
Step 2:
Extract it into your local drive and set directory path in Command prompt and type following Command. Ant install.demo
This will:
This will:
- Download JBoss AS
- Download Eclipse
- Install the jBPM web tooling into JBoss AS
- Install the jBPM and Drools Eclipse plugin
- Install the BPMN2 Eclipse Modeler
This will take some time to install all these stuffs ,so wait for some time.You will get successful message.
Note:
Note:
You will get error message for jbpm modeler because some jar file is not found on given link of build.xml .So after installation you will get older bpmn modeler. So I have covered how to install new bpmn modeler in next step 7.
Step 3:
Once the demo setup has finished,you can start this all components by following command.
Ant start.demo
Ant start.demo
This will:
- Start the H2 database
- Start the JBoss AS
- Start Eclipse
Step 4:
After successfully installing and starting all these components,
Install the dashboard web application, which can be used to monitor your process instances.
To do so, run:
Ant install.dashboard.into.jboss
Install the dashboard web application, which can be used to monitor your process instances.
To do so, run:
Ant install.dashboard.into.jboss
Step 5:
You can see by creating one bpmn process,there is old bpmn editor
Step 6:
So let’s install or update new Bpmn modeler
Step 7:
Click on help and then select install new software
Step 8:
Give any name and add following link
http://download.eclipse.org/bpmn2-modeler/updates/juno/0.2.5
or you can refer this link http://eclipse.org/bpmn2-modeler/downloads.php
or you can refer this link http://eclipse.org/bpmn2-modeler/downloads.php
Step 9:
Now restart eclipse and you will get new bpmn2 modeler
Step 10:
Now let’s see one example
Make one jbpm project
Step 11:
You can see bpmn file and testing class
You can see bpmn modeler
You can see bpmn modeler
Step 12:
Now let’s testing it
You can see output on console
You can see output on console
No comments:
Post a Comment