[Seaside] How to Implement a Website

Jimmie Houchin j.squeak at cyberhaus.us
Mon Jul 2 16:06:16 UTC 2007


Lukas Renggli wrote:
>> It seems that it would be nice to be able to generate an html page which
>> could be served by Apache or web server of choice which contains the
>> static html (parts) of a web page with possibly a JS controller for
>> making the call and inserting the dynamic (Seaside) parts.
> 
> Nice idea.
> 
> Attached you find a ZIP Archive that embeds a Seaside application into
> a static HTML site. For now it only handles links. Whenever a link is
> clicked it triggers a XmlHttpRequest in the background. If anybody
> wants to use form elements, this has to be implemented first.
> Obviously, Ajax stuff should be avoided in the application.

Thanks Lukas,

I'll look at giving it a try later, hopefully this evening.

Jimmie


More information about the Seaside mailing list