Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(7 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
* [http://download.eclipse.org/bpmn2-modeler/updates/ Update Site] - Download and install BPMN2 Modeler.
 
* [http://download.eclipse.org/bpmn2-modeler/updates/ Update Site] - Download and install BPMN2 Modeler.
* [https://wiki.eclipse.org/BPMN2-Modeler/Tutorials/ Tutorials] - View tutorials, screencasts and blog articles.
+
* [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://www.eclipse.org/forums/index.php/f/226/ 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.
 
* [https://projects.eclipse.org/projects/soa.bpmn2-modeler/documentation/ Project Plan] - See what's in the works for upcoming releases.
 +
* [https://wiki.eclipse.org/BPMN2-Modeler/KnownIssues Known Issues] - Think you may have found a bug? Check here first for workarounds.
  
 
== Developer Resources ==
 
== Developer Resources ==
  
* [https://wiki.eclipse.org/index.php?title=BPMN2-Modeler/Build Builds] - Access source code and get instructions on how to build BPMN2 Modeler.
+
* [https://wiki.eclipse.org/index.php?title=BPMN2-Modeler/Build Builds] - Get access to source code and 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.
 +
* [https://wiki.eclipse.org/BPMN2-Modeler/ExtensionPoints Extension Point API] - Learn how to extend BPMN2 Modeler for a specific Target Runtime.
 +
* [https://wiki.eclipse.org/BPMN2-Modeler/DeveloperTutorials Plugin Developer Tutorials] - Step-by-step tutorials for building your own Target Runtime extension plugin.

Revision as of 15:04, 10 March 2015

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.
  • 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