RE: EOModeler and more
RE: EOModeler and more
- Subject: RE: EOModeler and more
- From: "Clark, Igor" <email@hidden>
- Date: Mon, 12 Jan 2004 14:44:32 -0000
> Now that I have thoroughly (I believe) modeled my database objects in
> EOModeler, what approach does one do next? Do you subclass the generated
> java so that you can run EOModeler again?
Pretty much, but I think you're best off using EOGenerator -
www.rubicode.com/Software/EOGenerator/ - rather than EOModeler's as it does
this for you. It generates (eg) a _Project class and a subclass Project -
you put your business logic in the Project class and all the accessors go in
_Project so that if you change the model, it just re-generates the _Project
and you don't lose any business logic.
Good luck,
Igor
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.