One of those directions is model-driven-development, and the subsequent code generation from models. Eclipse Modeling Framework (EMF) project

Eclipse can be downloaded from:
- http://www.eclipse.org/downloads/
In this article we will use the version Indigo (3.7.1r1).
Eclipse Modeling Framework, for Eclipse Indigo, can be obtained in:
- http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/indigor
After downloading EMF, it must be copied to the directories plugins and features of Eclipse instalation.
Alternatively, Eclipse's new packages installation functionality can be used (HELP --> Install New Software) to install EMF.
Page of Eclipse EMF project:
- http://www.eclipse.org/modeling/emf/
Documentation and tutorials about Eclipse EMF:
- http://www.eclipse.org/modeling/emf/docs/
- The Eclipse Modeling Framework (EMF) Overview
- Eclipse Modeling Framework (EMF) - Tutorial
In the next article we will begin a new EMF project for constructing a domain model from which we will generate Java classes, which will then be used from a small test Main() method.
Related articles:
- First Eclipse Modeling Framework (EMF) example - 2
- First Eclipse Modeling Framework (EMF) example - 3
No comments:
Post a Comment