Perforce JViews Diagrammer Sample: BPMN Modeler
Description
BPMN Modeler built with Perforce JViews Diagrammer.
How to Use the Sample
- Use the BPMN palette toolbar to create BPMN nodes and links.
- To open a BPMN example, chose Open from the File menu or the tool bar. The examples are located in the directory data/examples.
How to Run the Sample as an Application
This sample can
be run as an application.
The installation directory contains
an executable JAR file,
diagrammer-bpmn.jar
,
that allows you to execute the sample with a double click from a
file browser. Note that if you are using Internet Explorer, you can
open the installation directory
and execute the JAR file from the browser. This
technique may not work in other Web browsers.
Alternatively, you
can run the sample application from the command line.
First check that the Ant utility is properly configured. If not, see the
instructions on how to configure Ant for Perforce JViews.
Then, go to the installation directory
of the sample and type:
ant run
Topics Covered
- Use the Diagrammer component to create BPMN diagrams.
Detailed Description
This sample is a Business Process modeler that uses the Business Process Modeling Notation (BPMN).
Installation Directory
The BPMN Modeler sample is installed here.
Classes Involved
-
ilog.views.diagrammer.IlvDiagrammer
The main class of the Diagrammer component.
Source Files
-
bpmn.BPMNModeler
The entry point of the sample.