Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BPMN2-Modeler"

Line 5: Line 5:
 
BPMN2 Modeler is a graphical modeling tool that generates [http://www.omg.org/spec/BPMN/2.0/ BPMN 2.0] spec-compliant files.  
 
BPMN2 Modeler is a graphical modeling tool that generates [http://www.omg.org/spec/BPMN/2.0/ BPMN 2.0] spec-compliant files.  
 
This page contains useful information for developers who wish to build, and possibly contribute to, the BPMN2 Modeler editor.  
 
This page contains useful information for developers who wish to build, and possibly contribute to, the BPMN2 Modeler editor.  
 +
 +
== Installation ==
 +
 +
The BPMN2 Modeler core editor, jBPM extension plug-in, and several examples are available for installation from our update site (see below). To install these components, please refer to the [http://help.eclipse.org/mars/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-124.htm Eclipse Platform Help]. The update site contains editor versions compatible with each of the major Eclipse releases starting with [http://download.eclipse.org/releases/helios/ Eclipse Helios]. Note that we are no longer back-porting bug fixes or features to releases prior to [http://download.eclipse.org/releases/luna/ Eclipse Luna].
  
 
== User Resources ==
 
== User Resources ==

Revision as of 12:29, 23 March 2016

General

Welcome to the Project BPMN2 Modeler Wiki page.

BPMN2 Modeler is a graphical modeling tool that generates BPMN 2.0 spec-compliant files. This page contains useful information for developers who wish to build, and possibly contribute to, the BPMN2 Modeler editor.

Installation

The BPMN2 Modeler core editor, jBPM extension plug-in, and several examples are available for installation from our update site (see below). To install these components, please refer to the Eclipse Platform Help. The update site contains editor versions compatible with each of the major Eclipse releases starting with Eclipse Helios. Note that we are no longer back-porting bug fixes or features to releases prior to Eclipse Luna.

User Resources

  • Update Site - Download and install BPMN2 Modeler.
  • Tutorials - View tutorials, screencasts and blog articles.
  • User Forum - Have a question? Please don't hesitate to ask!
  • Project Plan - See what's in the works for upcoming releases.
  • Known Issues - Think you may have found a bug? Check here first for workarounds.

Developer Resources

  • Builds - Get access to source code and instructions on how to build BPMN2 Modeler.
  • Source Code - Browse the Git repository.
  • Extension Point API - Learn how to extend BPMN2 Modeler for a specific Target Runtime.
  • Plugin Developer Tutorials - Step-by-step tutorials for building your own Target Runtime extension plugin.

Back to the top