ZEST was included in the GEF library. I am a bit confused about when to use GEF and when to use GEF. I would like to know when using GEF is better than using ZEST, and the other way around?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

Simply put, GEF is better suited for Graphical Editors. For example, if you need to let the user draw a flow chart. While Zest is better for graph output. Zest still enables interaction with graph components (like selection and movement).

If you need to draw a graph (nodes and arcs), Zest is a better choice because it was specifically designed to this task. It contains exactly the components you need, including graph layout algorithms. From my experience, it is very easy to use (it was used in nWire).

link|improve this answer
Thanks, that does clear up some of the confusion. Anyway you can maybe create a "Zest" tag in StackOverflow? – halfpad Sep 2 '10 at 13:41
Done... (I had to remove your RCP tag, 5 tags maximum) – zvikico Sep 2 '10 at 13:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.