Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOF Developer's Guide

Top

Answers to Common
Design Questions


This chapter answers questions to common application and framework design questions. For a discussion of design issues affecting enterprise objects, see the chapters "Designing Enterprise Objects" and "Advanced Enterprise Object Modeling".

The topics covered in this chapter are as follows:

How Can I Improve Performance?

How Do I Generate Primary Keys?

How Do I Use My Database Server's Integrity-Checking Features?

How Do I Invoke a Stored Procedure?

How Do I Order Database Operations?

How Are Enterprise Objects Cleaned Up?

Should I Make Foreign Key Attributes Class Properties?

How Do I Share Models Across Applications?

First Section