Eclipse Development nt using the Graphical Editing Framework and the Eclipse Modeling Framework

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Eclipse Development using the Graphical Editing Framework and the Eclipse Modelling Framework is written for developers who use the Eclipse SDK to develop plug-in code. This IBM Redbooks publication is intended for a technical readership and for developers who already have good knowledge and experience in Eclipse plug-in development. In this book, we examine two frameworks that are developed by the Eclipse Tools Project for use with the Eclipse Platform: the Graphical Editing Framework (GEF), and the Eclipse Modeling Framework (EMF). We cover both the Graphical Editing Framework and the Eclipse Modeling Framework, but these frameworks can be used separately, and there is no dependency between them. This book provides a high level introduction to these frameworks so that Eclipse plug-in developers can consider whether the frameworks will be useful for the requirements of their particular development environment. Next, tips and techniques are provided for writing code that uses GEF and EMF. Also, a detailed example is developed to illustrate a GEF editor that uses an EMF model.

Author(s): Bill Moore, David Dean, Anna Gerber, Gunnar Wagenknecht, Philippe Vanderheyden
Edition: 1
Publisher: IBM Redbooks
Year: 2004

Language: English
Commentary: http://www.redbooks.ibm.com/abstracts/sg246302.html
Pages: 256
Tags: Java Eclipse GEF EMF plug in plugin

Part 1. EMF and GEF introduced
Chapter 1. Introduction to EMF
Chapter 2. EMF examples
Chapter 3. Introduction to GEF
Chapter 4. GEF examples
Chapter 5. Using GEF with EMF
Part 2. Sample application
Chapter 6. Sample requirements and design
Chapter 7. Implementing the sample