Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » GMF without Ecore model
GMF without Ecore model [message #821626] Thu, 15 March 2012 16:12 Go to next message
ModelGeek Mising name is currently offline ModelGeek Mising nameFriend
Messages: 550
Registered: June 2011
Senior Member
Hi,

i want to create a GMF diagram which is not based on ecore model, i want to back up GMF diagram with Objects from my application(concept is quite similar to Class diagram), i have all those classes already written as previously i was using other graphical library for creating diagrams but i want to switch to Eclipse - GMF(RCP application). I donot want XMI serialization as well, i would like to have object serialization.

Please guide me how to start?

thanks!

cheers,
Re: GMF without Ecore model [message #821646 is a reply to message #821626] Thu, 15 March 2012 16:39 Go to previous messageGo to next message
Guillaume Hillairet is currently offline Guillaume HillairetFriend
Messages: 97
Registered: July 2009
Member
On 2012-03-15 17:12:31 +0100, ModelGeek Mising name said:

> Hi,
>
> i want to create a GMF diagram which is not based on ecore model, i
> want to back up GMF diagram with Objects from my application(concept is
> quite similar to Class diagram), i have all those classes already
> written as previously i was using other graphical library for creating
> diagrams but i want to switch to Eclipse - GMF(RCP application). I
> donot want XMI serialization as well, i would like to have object
> serialization.
>
> Please guide me how to start?
>
> thanks!
>
> cheers,

Hi,

GMF is tighly coupled with EMF, thus you will need to define an ecore
model. If you are only interested by the graphical part you could
simply use gef (http://www.eclipse.org/gef/).

BRs,
Guillaume
Re: GMF without Ecore model [message #821648 is a reply to message #821626] Thu, 15 March 2012 16:43 Go to previous message
Andreas Muelder is currently offline Andreas MuelderFriend
Messages: 73
Registered: July 2011
Member
Hi,
a really good idea to switch to Eclipse :>

for your use case you shoud use 'plain' GEF instead of GMF because GMF assumes that EMF is used for the semantic and notational model. GEF does not make any assumptions about the underlying Frameworks.

Regards,
Andreas


Previous Topic:Copying Notes data from Palette to ecore model
Next Topic:Creating a workflow automatically
Goto Forum:
  


Current Time: Tue Apr 23 08:03:44 GMT 2024

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

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

Back to the top