Free tutorials for Java, Eclipse and Web programming



Follow me on twitter

Create EMF Models based on annotated interfaces

Lars Vogel

Version 0.1

17.01.2010

Revision History
Revision 0.1 12.08.2007Lars Vogel
Split from EMF tutorial

Create Eclipse EMF models based on annotated interfaces

This article describes how you can create Eclipse EMF models based on annotated Java interfaces.

This article is based on Eclipse 3.5.


Table of Contents

1. Models and Eclipse EMF
2. Define EMF models via annotated interfaces
2.1. Overview
2.2. Annotations Tags
2.3. Data Model
2.4. Create EMF Meta Model
3. Thank you
4. Questions and Discussion
5. Links and Literature
5.1. Source Code
5.2. EMF Resources
5.3. vogella Resources

1. Models and Eclipse EMF

For a general introduction into Eclipse EMF please see Eclipse EMF Tutorial

This article focus on the creation of EMF models based on Java interfaces.