Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
reiner_hille-doering
Active Contributor
0 Kudos

My series about BPMN 2.0 and its implementation in EMF as Open Source project is complete now.

It consists of the three parts:

  1. BPMN 2.0 Metamodel Implementation for Eclipse: Get it and Use it: An easy-to-read how-to guide describing how to download the code and do the first steps.

  2. Making of the BPMN 2.0 Metamodel for Eclipse: Merge and Conquer: An in-depth technical article describing how the EMF Metamodel was merged from the two official OMG inputs: XML Schema and CMOF Metamodel.
  3. BPMN 2.0 File Formats: With a Transformation to a Transformation : Describes the difference between the fwo official BPMN file formats XMI and XML and shows how XSLT transformation scripts can be automatically derived from the merged BPMN Ecore Metamodel.

The third article is a little different from the others, as it focuses more on XSLT. The other articles focus on EMF and Java.