Re: Creating a EOModel in code

2020-06-25 Thread Hugi Thordarson via Webobjects-dev
It used to be a good call. As in… The best. Now don't and move on (ps: Cayenne) - hugi > On 26 Jun 2020, at 02:28, Jesse Tayler wrote: > > Hey, I use EOF! > >> On Jun 25, 2020, at 10:25 PM, Hugi Thordarson wrote: >> >> And if you're creating a new project, don't use EOF. If you must? Have

Re: Creating a EOModel in code

2020-06-25 Thread Jesse Tayler via Webobjects-dev
Hey, I use EOF! > On Jun 25, 2020, at 10:25 PM, Hugi Thordarson wrote: > > And if you're creating a new project, don't use EOF. If you must? Have a > really. really. really. good reason. > >> On 26 Jun 2020, at 01:32, Jesse Tayler via Webobjects-dev >> wrote: >> >> You can generate your

Re: Creating a EOModel in code

2020-06-25 Thread Hugi Thordarson via Webobjects-dev
And if you're creating a new project, don't use EOF. If you must? Have a really. really. really. good reason. > On 26 Jun 2020, at 01:32, Jesse Tayler via Webobjects-dev > wrote: > > You can generate your model based on your data-schema. I think that’s what > you want, but you can also

Re: Creating a EOModel in code

2020-06-25 Thread Jesse Tayler via Webobjects-dev
You can generate your model based on your data-schema. I think that’s what you want, but you can also create entities in memory and relate them by hand but I’m not sure how that would result in a model file if that’s your goal. > On Jun 25, 2020, at 8:53 PM, Don Lindsay via Webobjects-dev >

Creating a EOModel in code

2020-06-25 Thread Don Lindsay via Webobjects-dev
Hello; The Documentation for EOModel states that you can build one in code, but there are no examples or further information that I can find. Does anyone have any documentation or samples that they can direct me to so I can create EOModels while the application is running: What I want to do