Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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