Last modified by Pascal Robert on 2011/05/09 11:36

From version 3.1
edited by Pascal Robert
on 2011/05/04 12:07
Change comment: There is no comment for this version
To version 6.1
edited by Pascal Robert
on 2011/05/04 12:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,6 +14,7 @@
14 14  1. Thinking About Design with WebObjects
15 15  1*. How a WebObjects Developer Thinks
16 16  1*. Relationships not Queries
17 +Good chance that you are already using another Web development tool, and good chance that you have to fetch and update your data with plain-old SQL calls. While knowing SQL calls is helpful in a WebObjects context, you must not think about them. With EOF, you fetch and update your data with Java methods and EOF will take care of translating your code to the corresponding SQL calls for your RDBMS system. What you do need is good database design concepts, since EOF can be very picky if your database model is not done right.
17 17  1*. Qualifiers
18 18  1*. Fetch Specifications
19 19  1*. Business Logic for Business Objects
... ... @@ -23,7 +23,7 @@
23 23  1*. Why Defer Optimization Concerns
24 24  1*. Key Value Coding and WOGNL Extensions
25 25  1*. Description of the Application to be Built (blog)
26 -1. [[WO:The EOModel]]
27 +1. The EOModel
27 27  1*. Entities
28 28  1*. Attributes
29 29  1*. Value Types