Changes for page Entity Modeler

Last modified by Theodore Petrosky on 2014/02/17 14:33

From version 26.1
edited by chuckhill
on 2006/11/01 17:45
Change comment: There is no comment for this version
To version 28.1
edited by chuckhill
on 2006/11/01 17:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,25 @@
1 1  Entity Modeler is the WOLips counterpart to the EOModeler tool from Apple. It does not have all the GUI niceness and drag and drop, but it also does not have all the long standing bugs. It has some pretty cool features too. Entity Model came to be through the incredible hard work of MikeSchrag around the time of WWDC 2006. Mike, thank you!
2 2  
3 -To use Entity Modeler, you will need an EOModel. If you don't already have one in your project,
3 +== Create a Model ==
4 4  
5 -[[image:NewModel.jpg]]
5 +To use Entity Modeler, you will need an EOModel. If you don't already have one in your project, create one from the File - New menu, or use the New wizard. Here is what the creation dialog will look like. Give the model a name, select JDBC for the Adaptor Type (assuming you are targeting a JDBC database), and leave **Create EOGenerator File?** checked.
6 6  
7 +[[image:CreateModel.jpg]]
8 +
9 +== First Look ==
10 +
7 7  Once the model is created, you will see the initial Entity Modeler perspective:
8 8  
9 9  [[image:EntityModeler.jpg]]
14 +
15 +=== Outline View ===
16 +
17 +The Outline view takes the place of the main hierarchal display in EOModeler. This is where you will see the list of entities, SQL configurations (only Default shown so far), etc. This view is very important to Entity Modeler. The Package Explorer and Navigator are much less important. If you manage to close this view, you will need to go to **Window** - **View** and open it again before you can do much.
18 +
19 +=== Properties View ===
20 +
21 +The Properties view takes the place of the Inspector dialogs in EOModeler. This is were you will edit the detail of entities, attributes, relationships etc. It is blank when nothing is selected.
22 +
23 +=== EOModel View ===
24 +
25 +This view should be fairly familiar to users of EOModeler. There are two tabs to this display (only one of which is shown at present). One tab shows the overview of the whole model. The other tab shows a single entity.