The AS7 book!

JBoss Tuning

JBoss 5 book

No Registration required. Use your FB account to add comments to articles.

Twitter Button

Poll

Which is your favourite JSF library?
 
Top Programming Sites
Home JBoss howto JBoss howto How to start the JBPM Web editor ?

How to start the JBPM Web editor ?

  

JBoss Recipe of the Day

Since the release 4.1 of JBPM you can create your BPMN models (which is stored as jBPM JPDL) using a cool Web editor.

In order to install the Signavio Web editor, all you have to do is:

From the JBPM_HOME/install launch:

ant install.signavio.into.jboss

This will create a Web application named jbpmeditor.war in your deploy server target.

Now start-up JBoss AS an launch the Web editor with:

http://localhost:8080/jbpmeditor/p/explorer

jbpm editor

(A cool video demostrating how to model a process with the Web editor is available at

http://www.jorambarrez.be/files/blog/sneak_peek_web_modeler/)