Changes for page Best Practices-Model

Last modified by Theodore Petrosky on 2014/02/20 18:51

From version 23.1
edited by arroz
on 2007/12/20 11:21
Change comment: There is no comment for this version
To version 21.1
edited by arroz
on 2007/12/20 11:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,12 +4,6 @@
4 4  
5 5  {{/warning}}
6 6  
7 -= Model =
8 -
9 -One of the greatest things about WebObjects is the Enterprise Objects Framework (EOF) that handles all your data management. More than 10 years old, it's still one of the most powerful OR mapping tools available, if not the most powerful. It even inspired Code Data, an EOF clone used in the Mac desktop for all the data handling an application needs, introduced in Mac OS X Tiger (10.4).
10 -
11 -One great feature of EOF is data modeling. EOF allows you to define your data model in one or more Model files that are contain all the information needed by the application to, in run time, access the database to create, search and delete your data. Here we'll see some useful advices about data modeling and Model file creation.
12 -
13 13  prototypes
14 14  
15 15  eogenerator