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.  
 
Screencasts
 
 
*[http://eclipse.org/bpmn2-modeler/videos/BPMN2Modeler-Setup.htm Setup]
 
*[http://eclipse.org/bpmn2-modeler/videos/BPMN2Modeler-SimpleProcess.htm Simple Process]
 
  
 
== User Resources ==
 
== User Resources ==
  
* [http://download.eclipse.org/bpmn2-modeler/updates Update Site] - Available Releases
+
* [http://download.eclipse.org/bpmn2-modeler/updates/ Update Site] - Download and install BPMN2 Modeler.
* [https://www.eclipse.org/forums/index.php/f/226/ddf71c892847b96912ebdb3c19ce41f5/ User Forum] - Have a question? Please don't hesitate to post it here.
+
* [https://wiki.eclipse.org/BPMN2-Modeler/Tutorials/ Tutorials] - View tutorials, screencasts and blog articles.
 +
* [https://www.eclipse.org/forums/index.php/f/226/ddf71c892847b96912ebdb3c19ce41f5/ User Forum] - Have a question? Please don't hesitate to ask!
 +
* [https://projects.eclipse.org/projects/soa.bpmn2-modeler/documentation/ Project Plan] - See what's in the works for upcoming releases.
  
 
== Developer Resources ==
 
== Developer Resources ==
  
* [https://wiki.eclipse.org/index.php?title=BPMN2-Modeler/Build Builds] - Access source code and instructions on how to build BPMN2 Modeler.
+
* [https://wiki.eclipse.org/index.php?title=BPMN2-Modeler/Build Builds] - Access source code and get instructions on how to build BPMN2 Modeler.
* [https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git Source Code] - Browse the Git repository
+
* [https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git Source Code] - Browse the Git repository.

Revision as of 10:34, 24 June 2014

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.

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.

Developer Resources

  • Builds - Access source code and get instructions on how to build BPMN2 Modeler.
  • Source Code - Browse the Git repository.

Back to the top