Assuming you have a specific db for each app of course. If not, the objects are still all independent, but you’ll have to deal with data freshness/communication between the 2 apps as they would access the same storage.
Xavier > On 22 avr. 2015, at 19:42, Gino Pacitti <[email protected]> wrote: > > Ah Ok.. so even if 10 apps use the same Framework every EOObject is > completely safe and no conflicts for PKs… > > Great... > >> On 22 Apr 2015, at 18:36, Dev WO <[email protected]> wrote: >> >> Hi Gino, >> >> Everything is completely independent. >> No conflict. >> That’s actually why you create frameworks;) >> >> Xavier >> >> >> >>> On 22 avr. 2015, at 19:17, Gino Pacitti <[email protected]> wrote: >>> >>> I was planning a Framework which has an EOModel that two different apps >>> will use. Is there a potential of conflicts when each app tries to create a >>> record and save to db? >>> >>> Specifically if app1 creates an EOEnterprise Object and modifies it and >>> does not save and at the same time app2 creates an EOEnterprise Object and >>> does save… Does the Framework follow the creation of TempGlobalIDs and does >>> not allow conflicts to occur when that Framework is being used between apps? >>> >>> >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/webobjects%40anazys.com >>> >>> This email sent to [email protected] >> > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/webobjects%40anazys.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
