Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Shold I start from EMF or GMF?
Shold I start from EMF or GMF? [message #207144] Wed, 11 January 2006 10:57 Go to next message
Eclipse UserFriend
Originally posted by: ljshuenn.realtek.com.tw

I used GEF for a while and never used EMF or GMF before. My question is that
does GMF contains most features of EMF now?
Will EMF be totally replaced by GMF in future? Is it better to start by GMF
rather than EMF? Thanks!
Re: Shold I start from EMF or GMF? [message #207184 is a reply to message #207144] Wed, 11 January 2006 16:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tfrangoullides.instream.co.uk

Johnson,

GMF uses and therefore depends on EMF. GMF is not in anyway a replacement
for EMF. I will try to explain the key differences:

EMF provides core facilities for defining models, and generating java code
for manipulating and persisting instances of those models. The generated
code includes an implementation of the observer pattern.

Because it is common for GEF editors to manipulate an object model (and use
observer pattern) it pairs very well with EMF and has become a popular
combination (see IBM redbook on using emf and gef).

The GMF project aims to simplify the combination of these two technologies
by allows GEF editors to be specified and generated using models. i.e. GMF
allows you to generate GEF editors for manipulating your EMF models.

Hope that helps,

Tas.

Johnson wrote:

> I used GEF for a while and never used EMF or GMF before. My question is
> that does GMF contains most features of EMF now?
> Will EMF be totally replaced by GMF in future? Is it better to start by
> GMF rather than EMF? Thanks!
Re: Shold I start from EMF or GMF? [message #207214 is a reply to message #207184] Thu, 12 January 2006 03:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ljshuenn.realtek.com.tw

Thank you, it is much more clear now. So GMF is the bridget between EMF and
GEF, not a substitute of EMF. It's also a good approach to learn EMF and GMF
at the same time.

Johnson
Re: Shold I start from EMF or GMF? [message #207310 is a reply to message #207214] Fri, 13 January 2006 00:01 Go to previous message
Eclipse UserFriend
Originally posted by: nospam-fplante.ca.ibm.com

Hi Johnson,

The following tutorial http://www.eclipse.org/gmf/tutorial/index.php shows
how to use GMF's tooling to generate graphical editors. The generated
plug-ins depend on a component named the GMF Runtime. Using the tooling to
leverage the runtime is not required, but there will be very little reason
to ignore the tooling as it evolves. The following draft article gives an
idea of the features offered by the GMF Runtime:
http://eclipse.org/articles/Article-Introducing-GMF/article. html

- Fred


"Johnson" <ljshuenn@realtek.com.tw> wrote in message
news:dq4guk$qgg$1@utils.eclipse.org...
> Thank you, it is much more clear now. So GMF is the bridget between EMF
and
> GEF, not a substitute of EMF. It's also a good approach to learn EMF and
GMF
> at the same time.
>
> Johnson
>
>
Previous Topic:How to reflect model state in a custom view after Undo
Next Topic:what is org.eclipse.ui.part?
Goto Forum:
  


Current Time: Thu Apr 25 07:29:37 GMT 2024

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

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

Back to the top