I mostly use the JBoss Developer Studio, which is free now! This will integrate your JBoss Tooling in a painless Eclipse experience.
Sometimes we need or want to play with some extra features, like the newest BPMN2 native Eclipse editor. This was the case with the BPMN2 native Eclipse editor project I needed for my jBPM Migration Project. Here are the steps to integrate this tooling, which requires Graphiti as a dep first and then the tooling project itself:
Graphiti project dependencies
Help -> Install New Software... -> in the 'Work with:' add the Graphiti update site (http://download.eclipse.org/graphiti/updates/0.7.1/) -> select Graphiti (Incubation) + Graphiti SDK (Incubation) -> (after deps and agreement it is a go for install)
Once this finishes and restarts JBoss Developer Studio you will be ready to install the native BPMN editor in Eclipse:
BPMN2 native Eclipse editor
Help -> Install New Software... -> in the 'Work with:' add the BPMN2 native editor update site (see comments below for updated link) -> select BPMN2 Editor + Uncategorized -> (after deps and agreement it is a go for install)
Once this finishes and restarts JBoss Developer Studio you will be ready to use the native BPMN editor in Eclipse.
Sometimes we need or want to play with some extra features, like the newest BPMN2 native Eclipse editor. This was the case with the BPMN2 native Eclipse editor project I needed for my jBPM Migration Project. Here are the steps to integrate this tooling, which requires Graphiti as a dep first and then the tooling project itself:
Graphiti project dependencies
Help -> Install New Software... -> in the 'Work with:' add the Graphiti update site (http://download.eclipse.org/graphiti/updates/0.7.1/) -> select Graphiti (Incubation) + Graphiti SDK (Incubation) -> (after deps and agreement it is a go for install)
Once this finishes and restarts JBoss Developer Studio you will be ready to install the native BPMN editor in Eclipse:
BPMN2 native Eclipse editor
Help -> Install New Software... -> in the 'Work with:' add the BPMN2 native editor update site (see comments below for updated link) -> select BPMN2 Editor + Uncategorized -> (after deps and agreement it is a go for install)
Once this finishes and restarts JBoss Developer Studio you will be ready to use the native BPMN editor in Eclipse.
Looking to Automate your business? |
Other options
In the past we have outlined the use of JBoss BPM and rules tooling for other versions of JBDS:
- How To Setup Process Automation Tooling for CodeReady Studio 12
- How To Setup Data Virtualization Tooling for CodeReady Studio 12
- How To Setup Integration Tooling for CodeReady Studio 12
- How To Setup Fuse Tooling For JBoss Developer Studio 11
- How To Setup BPM and Rules Tooling For JBoss Developer Studio 11
- How To Setup Integration and SOA Tooling For JBoss Developer Studio 11
- How To Setup Fuse Tooling For JBoss Developer Studio 10
- How To Setup BPM and Rules Tooling For JBoss Developer Studio 10
- How To Setup Data Virtualization Tooling For JBoss Developer Studio 10
- How To Setup Integration and SOA Tooling For JBoss Developer Studio 10
- How To Setup Fuse Tooling For JBoss Developer Studio 9
- How To Setup BPM and Rules Tooling For JBoss Developer Studio 9
- How To Setup Big Data Tooling For JBoss Developer Studio 9
- How To Setup SOA 5.x Tooling For JBoss Developer Studio 9
- How To Setup Integration & SOA Tooling For JBoss Developer Studio 9
- How To Setup BPM and Rules Tooling For JBoss Developer Studio 8
- How To Setup Big Data Tooling For JBoss Developer Studio 8
- How To Setup Integration & SOA Tooling For JBoss Developer Studio 8
- How To Setup SOA 5.x Tooling For JBoss Developer Studio 8
- JBoss Developer Studio 7 - how to setup SOA Tools (BRMS example)
- JBoss Developer Studio 6 - how to setup SOA Tools (BRMS example)
- JBoss Developer Studio 5 - how to add Eclipse BPMN2 Modeler as jBPM designer
- JBoss Developer Studio 5 - how to setup SOA Tools (BRMS example)
- JBoss Developer Studio 4.0 - how to add native BPMN2 editor
- JBoss Developer Studio 4.0 - how to add native BPMN editor / Enterprise Architect Savara tooling
- JBoss Developer Studio 4.0 - how to add tech preview BPEL tooling
Update to this post coming soon, but the code has migrated to the Eclipse update sites:
ReplyDeleteIndigo (3.7)
http://download.eclipse.org/bpmn2-modeler/site/
Helios (3.6)
http://download.eclipse.org/bpmn2-modeler/site-helios/
For as long as it is hosted, the original designer code can be found at the update site from codehoop:
ReplyDeletehttp://codehoop.com/bpmn2
For those looking to move forward you can also create a local eclipse update site by unzipping this into a directory and pointing Eclipse to it:
ReplyDeletehttps://repository.jboss.org/nexus/content/repositories/snapshots/org/drools/org.drools.updatesite/5.3.1-SNAPSHOT/org.drools.updatesite-5.3.1-20111205.093036-82-assembly.zip
Includes a bpmn2 editor that is quite stable, for the JBoss jBPM5 project.