Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [EMF compare]
[EMF compare] [message #645786] Mon, 20 December 2010 15:19 Go to next message
No real name is currently offline No real nameFriend
Messages: 42
Registered: December 2010
Member
hey
what are the components that must be developed to create an editor org.eclipse.emf.compare. What are these components and how they interact?

I have to compare tow metamodel (object xxx recover from xml file with jaxb2) but they arn't a emf model, so are there any tools to automatically convert any model into a Java EMF model?


merci Smile

[Updated on: Mon, 20 December 2010 15:20]

Report message to a moderator

Re: [EMF compare] [message #645851 is a reply to message #645786] Mon, 20 December 2010 19:15 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
EMF can directly read XML if there's an XML Schema for it, so have a
look at the tutorial for that.


ST wrote:
> what are the components that must be developed to create an editor
> org.eclipse.emf.compare. What are these components and how they interact?
> I have to compare tow metamodel (object xxx recover from xml file with
> jaxb2) but they arn't a emf model, so are there any tools to
> automatically convert any model into a Java EMF model?
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [EMF compare] [message #645929 is a reply to message #645851] Tue, 21 December 2010 08:56 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 42
Registered: December 2010
Member
can you tell me wich tutorial can help me ??
thank you ED.
Re: [EMF compare] [message #646042 is a reply to message #645929] Tue, 21 December 2010 17:00 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
When I google "EMF XML Schema Tutorial" it's the first match. Isn't
that the case for you?


ST wrote:
> can you tell me wich tutorial can help me ??
> thank you ED.


Ed Merks
Professional Support: https://www.macromodeling.com/
icon14.gif  Re: [EMF compare] [message #646319 is a reply to message #646042] Thu, 23 December 2010 10:34 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 42
Registered: December 2010
Member
thank you Ed that help me indirectly, but I Have to generate an EMF model using XML file and not XML Schema (XSD).
Re: [EMF compare] [message #646362 is a reply to message #646319] Thu, 23 December 2010 14:23 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
JAXB also relies on there being an XML Schema in order to generate the
code that can represent the XML instances of that schema. How is it
that you used JAXB without one?

ST wrote:
> thank you Ed that help me indirectly, but I Have to generate an EMF
> model using XML file and not XML Schema (XSD).


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Unidirectional cross references between models
Next Topic:Re: ANSI-C-model and dealing with redundant references
Goto Forum:
  


Current Time: Fri Apr 26 11:42:09 GMT 2024

Powered by FUDForum. Page generated in 0.03490 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top