Mischa a écrit :
Hi all,
is it possible to access a SCA model instance in a "Ecore like" way (SCA
meta model is already defined using EMF)? Currently I have a
"xyz.composite" xml file conforming to the
http://www.osoa.org/xmlns/sca/1.0 namespace.
A xyz.ecore / xyz.xmi would be great, in particular to apply the oAW
generator framework.
Thanks in advance,
Mischa
Hi,
The EMF meta model of SCA (.ecore + .genmodel + java code) is defined and
available in the plugin org.eclipse.stp.sca. So, I think that you have all
you need to parse an SCA model with the oAW generator. Compared to an XMI
model, remember that an XML model has a root element named "DocumentRoot".
I successfully tried with Acceleo (a great code generator).
Stephane Drapeau
Obeo