[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.emf] Design question
|
- From: bdberry@xxxxxxxxxx (Brian Berry)
- Date: Wed, 27 Aug 2003 15:11:58 +0000 (UTC)
- Newsgroups: eclipse.tools.emf
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
I have some packages in my application that are to be used for database
access of various objects. Is it recommended to keep the EMF portion of
my design limited to the simpler data structures as they are be auto
generated or will I benefit from implementing all of my packages as an EMF
model and then writing the database access code in the impl package of
generated classes?