I find myself reusing some entities in multiple applications. In particular, many applications I'm writing have a user login model with User, UserLog, and other entitities.

Right now for simplicity I'm just copying the EOModel entities and Java subclasses to each new project, but this is quickly becoming a burden to maintain between multiple projects.

So it seems that the logical thing would be to put the common entities and supporting classes into a framework.

Does anyone have any recommendations about doing this? For instance, I'm a bit uncertain about cross model relationships, which will be absolutely necessary for a fundamental entity such as a user. And what about adding additional relationships specific to the application to the User entity?

How do other people re-use specific entities across different projects?

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to