Re: Optimization - Share All Objects -> Register Database Context?
Re: Optimization - Share All Objects -> Register Database Context?
- Subject: Re: Optimization - Share All Objects -> Register Database Context?
- From: Anjo Krank <email@hidden>
- Date: Thu, 11 Aug 2005 08:23:42 +0200
Am 11.08.2005 um 06:23 schrieb email@hidden:
Thanks. I set cache in memory a long time ago, hoping it would
have the effect I am now trying to achieve. For this application,
read only is fine because I just set the values in the DB with
SQL, but if I want to write a small application for this (for
localization), does this mean it won't work with this model?
Perhaps a good way to get around this is to make another version of
the model where these entities are not cached and make a small D2W
application around them for editing?
I'd rather suggest writing code to make the changes on the existing
model in the admin app's constructor (or a modelDidLoad listener). It
would be a pain to keep those model variants in sync...
Cheers, Anjo
_______________________________________________
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