Relationships across frameworks
Relationships across frameworks
- Subject: Relationships across frameworks
- From: Florijan Stamenkovic <email@hidden>
- Date: Tue, 05 Aug 2008 13:23:26 -0400
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