Commit 0bcb1392 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Remove references to Obeo Designer everywhere

parent 0fe05b5e
......@@ -22,7 +22,7 @@ First time users of Eclipse better understand the following concepts.
An Eclipse package is an Eclipse distribution dedicated to a specific type of task.footnote:[The notion of an Eclipse package has nothing to do with Java packages.]
A list of packages is available at https://www.eclipse.org/downloads/packages/[eclipse.org].
Beside others it contains _Eclipse IDE for Java Developers_, _Eclipse IDE for Scientific Computing_, and _Eclipse Modeling Tools_.
Note that third parties offer many other packages, e.g. _GAMA_ for multi-agent-simulation or _Obeo Designer Community_ for creating diagram and form editors. This is the package we will use later.
Note that third parties offer many other packages, e.g. _GAMA_ for multi-agent-simulation.
[NOTE]
====
......@@ -156,7 +156,7 @@ Now you should see the initial window layout with _Model Explorer_ and _Outline_
While package _Eclipse Modeling Tools_ already contains Sirius features that let you create graphical Ecore models, features for specifying your own forms and graphical editors are still missing. You can add these features easily from _Eclipse Marketplace_:
* Open dialog `Help -> Eclipse Marketplace...` and type _Search_ into the search field
* Open dialog `Help -> Eclipse Marketplace...` and type _Sirius_ into the search field
* Look for Sirius 6.6 or newer in the list of results and click `Install`
* From the list of features choose `Sirius Specifier Environment` and `Sirius Support for AQL` for installation and unchoose the others (see screen shot)
* Confirm your choice, acknowlege any licenses, and restart Eclipse when asked for.
......@@ -557,10 +557,10 @@ In general, it is highly recommended to resolve warnings, and errors of course,
.Create a Prototype Application for Data Editing and UI Design
Firstly, launch a new instance of the running _Obeo Designer_ application:
Firstly, launch a new instance of the running _Eclipse_ application:
. Execute `Run -> Run Configurations...` from the main menu and double click on _Eclipse Application_ to get a _New_configuration_. You may want to rename _New_configuration_ to _DemoCatalog_ or the like.
. Press `Run` to start the new Eclipse application that is basically a copy of your running _Obeo Designer_ application but with a different workspace.
. Press `Run` to start the new Eclipse application that is basically a copy of your running _Eclipse_ but with a different workspace.
. In the new application window close the welcome screen and open the Sirius perspective using the suited button in the top right corner of the main window. This perspective provides specific Sirius menus and new project types.
Secondly, create a project that will contain catalog data (remember Eclipse can only handle files that are part of a project):
......@@ -660,7 +660,7 @@ But you can add new Boilers any time via command `New child -> Boiler` in the co
Note, that you can delete boilers from the table's context menu, but currently there is no button or menu entry to create new boilers.
Such a command would have to be described in `democatalog.odesign` first.
Be aware that applications with UI design and example data launched from _Obeo Designer_ are meant to be prototypes for the final software only.
Be aware that applications with UI design and example data launched from development environment are meant to be prototypes for the final software only.
In fact, any saved changes in the design file are instantly reflected in the UI.
During refinement of model and UI, data sets can be created, edited, and tested for usability without the need to built deployable software component. (On deployment, see parts _Accessing and Using Parameter Catalogs_ and _Build (Parameter Catalog) Applications with Eclipse Tycho_ below.)
......@@ -675,7 +675,7 @@ However, since the UI is not implemented by program code, but a description in a
=== Working with Git Hosted Parameter Catalogs
Ecore data models and Sirius based UI design are used to create parameter catalog software hosted in Git repositories.
To work with these, all you need is Jave 16 and the _Obeo Designer_ with plug-ins for handling of Units installed (see <<Setup Obeo Designer>> for details.)
To work with these, all you need is Java, _Eclipse_ with required plug-ins for Sirius and Unit handling (see <<Setup Eclipse Modeling Tools>> for details.)
.Import Modeling Projects from Git
......@@ -797,7 +797,7 @@ can inform a programmer that wants to use the generated API.
Congratulations on making it this far. What have we achieved?
We get to know the _Obeo Designer_ IDE and created a graphical Ecore data model with one catalog class and five classes/types of domain objects therein.
We get to know _Eclipse Modeling Tools_ and created a graphical Ecore data model with one catalog class and five classes/types of domain objects therein.
Classes have been defined by name, attributes, and relationships between them, often with cardinalities.
Whenever classes shared some attributes or relationships we factored these out into super classes.
An enumeration introduced a new attribute type as a set of named values.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment