Re: [Proposal] Drop Wonder's Ant Build

2022-06-28 Thread Don Lindsay via Webobjects-dev
I use maven almost exclusively for all my projects. Wonder and otherwise. > On Jun 16, 2022, at 17:42, Henrique Prange via Webobjects-dev > wrote: > > Hey guys, > > I've been talking to other Wonder users/committers lately. Keeping the Ant > build configuration up to date in Wonder is becomi

Re: The secret WOCommunity Slack channel?

2020-11-02 Thread Don Lindsay via Webobjects-dev
I would also like to be added if possible > On Nov 1, 2020, at 12:01, Jérémy DE ROYER via Webobjects-dev > wrote: > > Hi Marc, > > You should have received a link on your mailbox. > > Have a nice evening, > > Jérémy > > >> Le 1 nov. 2020 à 18:49, Marc Günther via Webobjects-dev >> mailto:

Re: Qualifying a DisplayGroup in WOO

2020-10-12 Thread Don Lindsay via Webobjects-dev
eady in the DG) or qualifyDataSource() (to perform an entirely new fetch) > on the DG to actually do anything with the qualifier you've set. > > Cheers, > - hugi > >> On 12 Oct 2020, at 15:36, Don Lindsay via Webobjects-dev >> mailto:webobjects-dev@lists.apple.

Re: Qualifying a DisplayGroup in WOO

2020-10-12 Thread Don Lindsay via Webobjects-dev
Hello, I apologize if this is a duplicate, I recently re-subscribed because my old Mac.com email address appears to intermittently reject messages; I want to apply a qualifier to an ERXDisplayGroup that is defined in WOO. I couldn’t figure out how to create a EOFetchSpecification with a qualifi

D2W Wonder with multiple EOModels

2020-10-12 Thread Don Lindsay via Webobjects-dev
Hello, I apologize if this is a duplicate my apple lists account appeared to be messed up so I resubscribed; I have a D2W application with two EOModels that connect to two different databases.EOF works correctly to pull the data for both models, I turned on EOF debugging and I see records b

Qualifying a DisplayGroup in WOO

2020-09-24 Thread Don Lindsay via Webobjects-dev
Hello; I want to apply a qualifier to an ERXDisplayGroup that is defined in WOO. I couldn’t figure out how to create a EOFetchSpecification with a qualifier in EOModeler that would take a value from the user’s session. The qualifier takes it’s value from a variable in the user’s session using

Re: Storing serialized object in MySql Database

2020-08-11 Thread Don Lindsay via Webobjects-dev
e >> validation that is throwing the error >> >>> On Aug 10, 2020, at 18:20, Jesse Tayler wrote: >>> >>> Did you list your error? >>> >>>> On Aug 10, 2020, at 6:08 PM, Don Lindsay via Webobjects-dev >>>> wrote: >>

Re: Storing serialized object in MySql Database

2020-08-11 Thread Don Lindsay via Webobjects-dev
hrowing the error >> >>> On Aug 10, 2020, at 18:20, Jesse Tayler wrote: >>> >>> Did you list your error? >>> >>>> On Aug 10, 2020, at 6:08 PM, Don Lindsay via Webobjects-dev >>>> wrote: >>>> >>>> Hello

Re: Storing serialized object in MySql Database

2020-08-11 Thread Don Lindsay via Webobjects-dev
0, at 6:08 PM, Don Lindsay via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >> >> Hello; >> >> I have an app that the ucxstomer has asked to store specific serialized >> objects into a MySQL database. I have stored serializ

Storing serialized object in MySql Database

2020-08-10 Thread Don Lindsay via Webobjects-dev
Hello; I have an app that the ucxstomer has asked to store specific serialized objects into a MySQL database. I have stored serialized objects in MySQL many times, at customer request. I get an error am trying to populate the field with incorrect data type. The convertObject method is a sta

D2W Application Cant Add records to tables

2020-06-30 Thread Don Lindsay via Webobjects-dev
Hello; I created a D2W application, and this may be a newbie question as I just started using Wonder D2W. With WebObjects D2W, I don’t remember ever having an issue with creating records in tables and saving them, the button was on the the screen for each entity. In this new D2W Wonder applic

Re: Creating a EOModel in code

2020-06-30 Thread Don Lindsay via Webobjects-dev
or you as well, I would be rather surprised if you encounter >>> any problems model-side. >>> >>> Potential problems might possibly occur at the database side: how do you >>> read the schema in? We tried lots of things, eventually decided to stick >>>

Re: Creating a EOModel in code

2020-06-29 Thread Don Lindsay via Webobjects-dev
> higher-level APIs we have tried worked reliably for us (note though we not > only read the schema in, but also need to add columns to tables dynamically; > presumably, you won't need that). > > All the best, > OC > >> On 28 Jun 2020, at 17:51, Don Lindsay v

Re: Creating a EOModel in code

2020-06-28 Thread Don Lindsay via Webobjects-dev
for all the answers so far I was not aware Apache Cayenne could be used as a full replacement for EOF Don > On Jun 25, 2020, at 20:53, Don Lindsay via Webobjects-dev > wrote: > > Hello; > > The Documentation for EOModel states that you can build one in code, but > the

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 i

Re: Direct to Web Documentation for Project Wonder

2020-05-18 Thread Don Lindsay via Webobjects-dev
also looked at the readme in GitHub and applied the script files that were needed according to the document. Thanks Don > On May 18, 2020, at 01:57, Don Lindsay via Webobjects-dev > wrote: > > Hello; > > I have experience with D2W with WebObjects using Xcode. I

Direct to Web Documentation for Project Wonder

2020-05-17 Thread Don Lindsay via Webobjects-dev
Hello; I have experience with D2W with WebObjects using Xcode. I am modernizing an application and would like to explorer the newer frameworks for D2W (ERDirectToWeb, ERModern*). Rather than blast the list with tons of questions, I was looking around for documentation for the Wonder Project D