Re: WebObjects and Javascript Response Rewriter

2020-01-03 Thread Aaron Rosenzweig via Webobjects-dev
Hi Pierre, Your GWT solution sounds good and useful. You made a great choice. The beauty of traditional WO is that it was not cumbersome. You had an answer for everything from templating UI to persisting your data and even app monitoring / launching. You didn’t have to piece together different

Re: Catalina and Frontbase

2020-01-03 Thread Samuel Pelletier via Webobjects-dev
Hi Jeffrey, Have you tried to enable SQL logging to identify if the problem is always on the same statement and is repeatable ? to enable SQL logging, set this in Property: log4j.logger.er.transaction.adaptor.EOAdaptorDebugEnabled=DEBUG I did some tests with a fresh Catalina with database cop

RE: WebObjects and Javascript Response Rewriter

2020-01-03 Thread GILQUIN Pierre via Webobjects-dev
Do you have a example application with this approach? I did a "similar" way but 100% Java using GWT and the WOGWT framework instead of REST JSON. The eomodel was used to generate the eo equivalent client class. The GWT client application used RPC calls to obtain a client objects tree and save t