• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Data inconsistency between WOApps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Data inconsistency between WOApps


  • Subject: Re: Data inconsistency between WOApps
  • From: Wolfram Stebel <email@hidden>
  • Date: Mon, 17 Oct 2005 14:54:50 +0200

Am 17.10.2005 13:10 Uhr schrieb "Ken Anderson" unter <email@hidden>:

Thanks to both of you!!!
Is this necessary between instances of the same application too?
Do they share the object store?
Wolfram

> There is another option - use one of the available tools that
> notifies other instances of changed data.  I've used the one from
> Wirehose (http://www.wirehose.com/download) - but I believe there's
> one in Project Wonder also.
>
> Ken
>
> On Oct 17, 2005, at 6:08 AM, Gennady Kushnir wrote:
>
>> Hi, Wolfram
>> WebObjects apps cache data when first fetched from database. There
>> are several ways for data cache to be updated.
>> 1) restart application as you already mentioned.
>> 2) perform objects refresh on editingContext used in your user
>> application. I do it with this:
>>     EOSharedEditingContext.defaultSharedEditingContext
>> ().rootObjectStore().invalidateAllObjects();
>> 3) refresh objects in user application every time they are fetched.
>> It means fetchSpecification used to present data should be set to
>> refresh objects. If this fetchSpecification is defined in model -
>> you should set this option. If you define this programmatically:
>>     fetchSpec.setRefreshesRefetchedObjects(true);
>>
>> Regards,
>> Gennady
>> On 17.10.2005, at 13:09, Wolfram Stebel wrote:
>>
>>> Hi List,
>>>
>>> i have two WOApps running on the same server.
>>> They access the same data base. One is the user application, the
>>> other is a
>>> admin application.


 _______________________________________________
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

  • Follow-Ups:
    • Re: Data inconsistency between WOApps
      • From: Ken Anderson <email@hidden>
References: 
 >Re: Data inconsistency between WOApps (From: Ken Anderson <email@hidden>)

  • Prev by Date: Re: Data inconsistency between WOApps
  • Next by Date: Re: Data inconsistency between WOApps
  • Previous by thread: Re: Data inconsistency between WOApps
  • Next by thread: Re: Data inconsistency between WOApps
  • Index(es):
    • Date
    • Thread