Re: Relationships across frameworks
Re: Relationships across frameworks
- Subject: Re: Relationships across frameworks
- From: Anjo Krank <email@hidden>
- Date: Tue, 5 Aug 2008 19:36:19 +0200
You can add the relationships programmatically, when your framework
loads for example.
Cheers, Anjo
Am 05.08.2008 um 19:23 schrieb Florijan Stamenkovic:
Hi all,
Maybe this was discussed already, but googling didn't help.
What I could use in our biggest app is splitting the model into
inter-dependent frameworks. However, what happens if we want to
deploy an app that utilizes only some of the frameworks?
Example:
FrameworkA contains entity Person
FrameworkB contains entity PhotoOfPerson
Person <->> PhotoOfPerson
PhotoOfPerson depends on the Person, since it has a to-one mandatory
relationship, but Person does not depend on PhotoOfPerson.
Let's say we want to deploy an app that only deals with Person
records, and not their photos. Ideally we would only use the
FrameworkA in the deployment project. It seems to me that it is very
difficult to make this happen. Assuming of course that the Person -
>> PhotoOfPerson is modeled.
Does anyone do this, somehow? Or should relationships across model
frameworks be avoided?
Thanks,
F
_______________________________________________
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
_______________________________________________
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