Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [mdt-bpmn2.dev] Technical article about MDT/BPMN2 project

Thanks Henning,

I have added the link to the Wiki.

The bugs in the sample code are to check if the people read the article carefully J

Im Ernst: I had started to rename from Bpmn2 to Bpmn when I created the sample code. I will post a Blog with your corrections and import statements.

 

Reiner.

 

 

Von: mdt-bpmn2.dev-bounces@xxxxxxxxxxx [mailto:mdt-bpmn2.dev-bounces@xxxxxxxxxxx] Im Auftrag von Henning Heitkötter
Gesendet: Donnerstag, 22. Juli 2010 10:51
An: BPMN2 Developers Mailing List
Betreff: Re: [mdt-bpmn2.dev] Technical article about MDT/BPMN2 project

 

Hi Reiner,
thank you for writing this article, it looks very good. Would you mind putting a link to it on our wiki, perhaps under http://wiki.eclipse.org/MDT/BPMN2/News ?

Two minor problems with the example code on page 11:
* BpmnFactory and BpmnResourceFactoryImpl should be Bpmn2Factory, Bpmn2ResourceFactoryImpl
* I think it would be helpful to include the import statements, as these are not always straightforward choices (several alternatives for Process, Resource, ...). I identified the following import statements:

import org.eclipse.bpmn2.Bpmn2Factory;
import org.eclipse.bpmn2.Definitions;
import org.eclipse.bpmn2.Process;
import org.eclipse.bpmn2.util.Bpmn2ResourceFactoryImpl;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.resource.Resource;
import org.eclipse.emf.ecore.resource.ResourceSet;
import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl;


Thanks,
Henning

2010/7/20 Hille-Doering, Reiner <reiner.hille-doering@xxxxxxx>

Hi all,

I have just published the first of series of technical articles about our project

You find it on SDN, SAP’s community network.

 

This first article is quite basic and describes how users can download and use the BPMN metamodel and tree-based editor with Eclipse.

The next two articles will be more in depth, explaining how I merged XSD and CMOF to get the ECore and how the XSLTs were generated.

 

Please let me know if something is wrong or could be improved.

 

Regards

  Reiner.

 

 


_______________________________________________
mdt-bpmn2.dev mailing list
mdt-bpmn2.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-bpmn2.dev

 


Back to the top