Re: Storing tables in Application
Re: Storing tables in Application
- Subject: Re: Storing tables in Application
- From: Wolfram Stebel <email@hidden>
- Date: Wed, 07 Dec 2005 10:02:32 +0100
- Thread-topic: Storing tables in Application
Am 06.12.2005 22:48 Uhr schrieb "Jan Verrept" unter <email@hidden>:
> In the Quickstart manual the Session is used to manage tables that
> are more or less global to each session.
> I have a few table's in my dbase that are global to the application.
> They are used to populate WOPopupButtons and get changed maybe once
> each year.
> Would it be possible to manage these tables in in the Application
> rather then in the Session.
Indeed, but keep in mind: every running instance will keep it's own lists.
On the other hand, if the tables do not depend on a users preferences (i.e.
language) keep them in the application, that's sufficient!
Oh: one thing more, fetch those tables via the same EOEditingContext as the
one you use for other entities you want to relate to this values! Otherwise
you will get error messages on saving.
Wolfram
_______________________________________________
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