Re: [Wheat-developer] AJAX
Status: Pre-Alpha
Brought to you by:
mark_lentczner
From: Jim K. <ki...@pa...> - 2005-04-16 17:59:33
|
> What is most interesting to me about this is that I think it can be > done in a way that is very clean to the programmer, and degrades to > normal round trips when the browser can't handle it. Hmm, I think I see how that works. You need to pass the subject object over the wire so the client has it, right? And if it has a path or link which points somewhere else in the object space, it won't work (or won't execute all in the browser, at least)? This may be another argument against lexical closures - although it might be that closures could be made to work OK. The degradation to normal round trips might be very interesting, both for the javascript-turned-off type cases, but also perhaps in some low-bandwidth conditions. > Okay, okay, this is getting rather ahead of ourselves..... But it is > a curious idea, no? Isn't it more interesting to give wheat something truly novel now, rather than fleshing out details first? The details won't do any good unless wheat has some compelling advantage. Anyway, I'll be free for hacking this Friday (22 Apr). |