-
Notifications
You must be signed in to change notification settings - Fork 2
First Steps
pp23 edited this page Aug 1, 2014
·
19 revisions
Starting the ORM Editor is easy: Just make a right-click on the "org.framed.orm.model.editor" in the project manager and select in the context menu "Run As" -> "Eclipse Application". A new eclipse instance will be opened with the ORM Editor.

- Create an empty project:
- Right click in the project manager
- "New" -> "Project..."
- Choose the preselected general project
- Type in a project name and finish the wizard. A new project should appear in your project manager.
- Create the Role Model
- Right click on the new created projetc in the project manager
- "New" -> "Other..." -> "Example EMF Model Creation Wizards" -> "Orm Model" -> Next
- Choose a filename and click on Finish
Now the editor will be opened and you can start creating your role model.