Another WODay

2020-02-16 Thread Hugi Thordarson via Webobjects-dev
Hi all, I really enjoyed WODay last year, huge kudos to Rene and the people at Salient for that! Are you considering a repeat this year? - hugi ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjec

Re: Back again....

2020-02-16 Thread Hugi Thordarson via Webobjects-dev
>> THe cuirrent install process isn't horrible, it's just not described >> succinctly and correctly in one place. > > You're absolutely right here. I'm afraid that the issue is simply that > WebObjects (and to a large extent Project Wonder as well) is abandonware, and > the will to keep this i

Re: Back again....

2020-02-16 Thread Paul Hoadley via Webobjects-dev
Hi Tony, On 14 Feb 2020, at 16:07, Tony Giaccone wrote: > I started out by deleting the attempt I made previously to install WO 5.4.3. > And instead tried to follow the instructions on the page that was referenced: > > https://wiki.wocommunity.org/display/WOL/Quick+Start >

Re: Complimentary App Server

2020-02-16 Thread Andrus Adamchik via Webobjects-dev
Good question... With the decline in server-generated HTML, the session state can be shuffled outside the server app: * Client UI state is kept on the client (browser, mobile app) * Security state (authentication, roles) is restored based on a client-passed token either from a server DB or by de

Complimentary App Server

2020-02-16 Thread Gino Pacitti via Webobjects-dev
Thanks for everyones thoughts on the subject. I tried out Bootique and Spring Boot and worked around a few demos and scenarios. What I don’t seem to understand yet is instance management? How do you manage sessions across instances of these ioc containers that seem to be standalone web server