[Seaside] Re: Continuations - their future?

Lukas Renggli renggli at gmail.com
Tue Dec 11 08:10:39 UTC 2007


> If the future of seaside is AJAX how can you explain me words of
> Lucas: He said me that i should use AJAX to update only one DOM
> object, if there is a complex task it is much better to refresh all
> page.

What I tried to express is that if you try to update 100 tiny DOM
elements as part of an AJAX request you certainly run into troubles.
It is much easier to update a single big part with as many enclosed
DOM nodes as you want.

> Why should we put off call: answer: chain for the AJAX? Or we don't?

No nobody ever proposed that.

> How will back button work?

With AJAX this is difficult, in fact I have not seen a working
solution. For normal HTTP we have pretty decent stuff that is going to
be supported in the future too.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list