On 05 Jan 2011, at 16:34, Cédrick Béler wrote: > Otherwise, I would look at ZnHTTP instead of Kom at least for HTTP Server. > You could also have a look at Iliad or Aida which I think are less memory > hungry than seaside (but to me, nothing beats pure html anyway with a fake > dynamic impression ;) ).
If you only need to build a couple of very simple HTML pages (say like for some embedded device) you could use Zn. It is very lightweight, both in the number of classes and in its dependencies. However, Seaside offers an enormeous amount of functionality that you will miss. You will have to generate HTML by hand for example. Sven
