> > > I have two apps that have two distinct EOModels. I now need to link > these two apps so that they have access to each other's data, so I was > going to add both models to each app and recompile. > > However, it transpires that both models have a couple of entity names > in common. I can understand why this would cause a problem, what I > need to know is if there is a way around this without having to > completely rename the entities in one of the models. > I think you have to use a prefix or similar mechanism. Like DDUser, DDGroups, FFUser, etc... This should only be needed on the entity names, we usually organize the java classes in packages instead of using prefixes in java names.
> > The other strange thing is that it tells me there is a name conflict > between the EOPrototypes entity in each model, but I don't think there > is any other way to name this entity, correct? > The prototypes should probably be factored in to a 3rd model. Cheers Tonny > > Kind regards, > David. > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/mezz.dk%40gmail.com > > This email sent to [EMAIL PROTECTED] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]