Re: Relationships across frameworks
Re: Relationships across frameworks
- Subject: Re: Relationships across frameworks
- From: Florijan Stamenkovic <email@hidden>
- Date: Tue, 05 Aug 2008 14:05:55 -0400
Hm, I guess this could work, also in a JC scenario, for which I am
doing this. The only drawback I can think of is that it's a slight
pain. I'll think about it.
Thanks,
F
On Aug 05, 2008, at 13:36, Anjo Krank wrote:
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:
40krank.net
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