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 "STP/BPMN Component/STP BPMN Presentation"

Line 1: Line 1:
 
* Quick access
 
* Quick access
  
[[STP_BPMN_Presentation_(Part_1) Part 1]]
+
[[STP_BPMN_Presentation_%28Part_1%29 Part 1]]
[[STP_BPMN_Presentation_(Part_2) Part 2]]
+
 
[[STP_BPMN_Presentation_(Part_3) Part 3]]
+
[[STP_BPMN_Presentation_%28Part_2%29 Part 2]]
 +
 
 +
[[STP_BPMN_Presentation_%28Part_3%29 Part 3]]
  
 
== Introduction to the modeler ==
 
== Introduction to the modeler ==

Revision as of 02:37, 2 February 2007

  • Quick access

STP_BPMN_Presentation_(Part_1) Part 1

STP_BPMN_Presentation_(Part_2) Part 2

STP_BPMN_Presentation_(Part_3) Part 3

Introduction to the modeler

The modeler has been developed based on GMF, which stands for Graphical Modeling Framework. GMF is an open source project taking place in the Eclipse Foundation. It reuses and extends two other Eclipse projects, GEF (Graphical Editing Framework) and EMF (Eclipse Modeling Framework).

The modeler is developed as a subproject of the STP project, ie the SOA Tools Platform project.

The goal of this modeler is to provide a graphical notation to express processes. Its second goal is to provide enough extensibility so that it can be reused to generate executable code.

The team counts two committers, Alex Boisvert and Hugues Malphettes, and a contributor Antoine Toulme.

They all work for Intalio, Inc.

A first milestone of the project has been published in December. The project has adopted the STP lifecycle and should release a 1.0 version sometime in Q2 this year.

You can access the builds on this page.

BPMN

BPMN stands for Business Process Modeling Notation. It has been developed by the Business Process Modeling Initiative, which has merged since with the OMG. The modeler does not implement fully the specification yet.


Take a peek at the object model of the BPMN diagram editor:

BpmnObjectModel.gif

The tool is responsible for the validation and enforcing the constraints defined by the specification.

Links

Back to the top