Re: start point with MDR
Martin Matula <[email protected]> Fri, 03 Oct 2003 10:48:10 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Rodrigo, one good example of a standalone application based on MDR is UML2MOF tool. Source code can be found in the CVS under mdr/extras/uml2mof. UML2MOF tool is a simple transformation tool that converts UML models to MOF. It does it by instantiating both MOF and UML metamodels, loading the UML XMI file into the instance of UML metamodel, then does the transformation from UML metamodel to MOF metamodel (using JMI API) and exports the content of MOF metamodel instance into a MOF XMI. Regards, Martin [email protected] wrote: > Hello dev, > > I'm a undergraduate student at the Federal University of Pernambuco in > Brazil and I'm currently involved in a phd research for generation of > integrated metadata interfaces using MOF and XMI.For visualization of the integrated repository, we chose to use the > MDR-standalone feature, which makes possible both visualization and > instantiation of MOF based XML documents. > We're not finding any code example of the MDR-standalone through the WWW > though :(... this is what is missing: a start point, a 'hello word'. I > mean, given a MOF document, which classes I need to instantiate to get an > object represetation of the document? Are there any tools of your known > which have already done this? > Hope you hear my appeal, this is really getting to us :/ > > Thanks and regards > - Rodrigo > >