Re: "The WO way"
Re: "The WO way"
- Subject: Re: "The WO way"
- From: Art Isbell <email@hidden>
- Date: Sun, 9 Oct 2005 15:04:40 -1000
On Oct 8, 2005, at 11:08 PM, Mark Wardle wrote:
Each user can have any number of "Events" linked in a one-to-many
join. Each event has a number of attributes, all linked one-to-one
to other tables - for example "typeOfPatientFK". These attribute
tables are generally static, and do not ever change.
In addition to the excellent advice that others have provided,
these "reference" tables are ideal candidates for loading once into
an EOSharedEditingContext in your Application object. These objects
will then be shared by all sessions. This could reduce your app's
memory usage and reduce database access which could make your app
more responsive. See < LegacyTechnologies/WebObjects/WebObjects_4.5/
System/Documentation/Developer/WebObjects/DeltaDoc/EOF.html#CBGCHAIA>
for details.
Aloha,
Art
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >"The WO way" (From: Mark Wardle <email@hidden>) |