I've been playing with something like that, but still using Seaside. I was calling it "WAStatelessApplication", which is nothing but a way to route requests to components, and have these components not using callbacks nor continuations.
I'm really comfortable with the Seaside canvas way of doing HTML, so I'll eventually end up building it, but currently it is just another abandoned project. For a very few specific things, I used a RESTful handler and a WABuilder to generate the HTML output, using regular components to render it. Regards! Esteban A. Maringolo On Mon, Sep 28, 2020 at 2:28 PM Tim Mackinnon <tim@testit.works> wrote: > > Hi - has anyone ever managed to extract the html builder out of seaside - or > written something equivalent? > > I often find I want to build some HTML, but don’t want the full seaside - and > was wondering if anyone has managed to extract it, or have something similar? > > This combined with Renoir from BA-ST would give a good little light weight > web potential to run with Zinc. > > Tim