what do rife's continuations have to do with ajax?

-Igor


On 4/14/06, Timo Stamm <[EMAIL PROTECTED] > wrote:
Igor,


do you know RIFE/Continuations? It uses continuations for better state
handling and control flow instead of better performance.

There are some examples in this slide (pages 5 to 8):
https://www.dev.java.net/files/documents/204/3120/rife_fosdem_2004.pdf

It really looks like an interesting concept. You could keep complicated
flow control for business-logic at one place.

It changes the bytecode using ASM, but if it's done properly, I don't care.


Timo


Igor Vaynberg schrieb:
> well, at some point the server calls will start returning right? and so
> xmlhttprequest objects will start being reused. it will consume memory to a
> certain point and then stop. if you ask me 100ms for an ajax update is
> unreasonable anyways, this is what jetty 6 continuations are for which would
> be relatively simple to integrate into wicket as an alternative for ajax
> self updating behaviors.
>
> -Igor


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to