Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "GEF/Articles, Tutorials, Slides"

< GEF
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
Please refer to [https://github.com/eclipse/gef/wiki GEF@github.com] (5.x) or [https://github.com/eclipse/gef-legacy/wiki GEF-Legacy@github.com] (3.x).
=== Articles ===
+
* Paul Bilnoski (2010): [http://pbwhiteboard.blogspot.com/2010/12/notes-for-starting-out-with-eclipse-gef.html Notes for Starting Out with Eclipse GEF]
+
* Alexander Nyssen (2010): [http://nyssen.blogspot.com/2010/12/draw2d-examples-hidden-treasure.html The Draw2d Examples - A Hidden Treasure]
+
* Chris Aniszczyk (2005): [http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html Using GEF with EMF]
+
* Bo Majewski (2004): [http://www.eclipse.org/articles/Article-GEF-diagram-editor/shape.html A shape diagram editor]
+
* Phil Zoio (2004): [http://eclipse.org/articles/Article-GEF-editor/gef-schema-editor.html Building a database schema diagram editor]
+
* Daniel Lee (2003): [http://www.eclipse.org/articles/Article-GEF-Draw2d/GEF-Draw2d.html Display a UML Diagram using Draw2D]
+
* Eric Bordeau (2003): [http://eclipse.org/articles/Article-GEF-dnd/GEF-dnd.html Using Native Drag and Drop in GEF]
+
* Randy Hudson (2003): [http://www.eclipse.org/gef/reference/interactions.html Standard User Interactions in GEF]
+
 
+
=== Tutorials ===
+
* Vainolo (2011): [http://www.vainolo.com/tutorials/gef-tutorials/ Vainolo's Tutorials], an ongoing GEF tutorial for the creation of an [http://en.wikipedia.org/wiki/Object_Process_Methodology OPM] editor.
+
* Lars Vogel (2009): [http://www.vogella.de/articles/EclipseZest/article.html Eclipse Zest - Tutorial]
+
* Chris Aniszczyk, Randy Hudson (2007): [http://www.ibm.com/developerworks/library/os-eclipse-gef11 Create an Eclipse-based application using the Graphical Editing Framework - How to get started with the GEF and other options for the graphically inclined Eclipse developer], IBM developerWorks article
+
* Jean Charles Mammana (2007): [http://www.psykokwak.com/blog/index.php/?q=gef Online GEF tutorial (French)]
+
* Boris Bokowski (2005): [http://www.eclipseteam.de/wiki/bin/view/Public/EclipseGef Online GEF tutorial (German)]
+
* William Moore, David Dean, Anna Gerber, Gunnar Wagenknecht, Philippe Vanderheyden (2004): [http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg246302.html?Open Eclipse Development using the Graphical Editing Framework and the Eclipse Modeling Framework], IBM Redbook
+
 
+
=== Slides ===
+
* Alexander Nyßen (2012): [http://www.eclipsecon.org/europe2012/sites/eclipsecon.org.europe2012/files/GEF4_Share_And_Enjoy_0.pdf GEF4 - Share And Enjoy...], EclipseCon Europe, Ludwigsburg, 2012 presentation slides
+
* Alexander Nyßen (2012): [http://www.eclipsecon.org/2012/sites/eclipsecon.org.2012/files/GEF_Past_Present_Future_0.pdf GEF - Past, Present, and Future], EclipseCon NA 2012 presentation slides
+
* Koen Aers (2008): [http://www.eclipsecon.org/2008/?page=sub/&id=102 Developing an Editor for Directed Graphs with the Eclipse Graphical Editing Framework], EclipseCon 2008 tutorial slides
+
* Koen Aers (2007): [http://www.eclipsecon.org/2007/index.php?page=sub/&id=3597 Developing an Editor for Directed Graphs with the Eclipse Graphical Editing Framework], EclipseCon 2007 tutorial slides
+
* Randy Hudson (2006): [http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=52 Graphical Editing Framework - Tutorial], EclipseCon 2006 tutorial slides
+
* Koen Aers (2006) [http://www.eclipsecon.org/2006/Sub.do?id=71 A Gentle Introduction to GEF], EclipseCon 2006 session slides
+
* Randy Hudson, Pratik Shah (2005): [http://www.eclipsecon.org/2005/presentations/EclipseCon2005_23_GEF_Tutorial_Final.ppt GEF in depth], EclipseCon 2005 tutorial slides
+
* Randy Hudson, Pratik Shah (2005): [http://www.eclipsecon.org/2005/presentations/EclipseCon2005_6.1.pdf The Graphical Editing Framework], EclipseCon 2005 session slides
+
* Randy Hudson (2004) [http://www.eclipsecon.org/2004/EclipseCon_2004_TechnicalTrackPresentations/47_Hudson.pdf Building Applications with Eclipse's Graphical Editing Framework], EclipseCon 2004 session slides
+
 
+
= Additional Documentation Links =
+
* [[GEF/New and Noteworthy| New and Noteworthy]]
+
* [[GEF/Reference Documentation | Reference Documentation]]
+
* [[GEF/Examples | Examples]]
+
* [[GEF/Developer FAQ | Developer FAQ]]
+
* [[GEF/Troubleshooting Guide | Troubleshooting Guide]]
+
  
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 10:12, 15 May 2017

Please refer to GEF@github.com (5.x) or GEF-Legacy@github.com (3.x).

Back to the top