Ajax for the Developers

  • Thread starter Sabin.A.K, Bangalore
  • Start date
S

Sabin.A.K, Bangalore

Seen that AJAX makes the Python interfaces bit more User friendly. The
Page refresh problems for the huge applications has slashed down
extensively. Page reload has been faded out and eventually the Server
responses been printed out in the same page itself. The trendy XML HTTP
Request has really struck the way developers had adopted with the user
interfaces. But the major issuse are yet to be solved..

1. Changing state with links (GET requests)
2.Asynchronously performing batch operations
3.Breaking the back button

Will these get solved.



SABIN, Bangalore.
 
J

Jean-Roch SOTTY

Le Vendredi 18 Novembre 2005 10:08, Sabin.A.K, Bangalore a écrit :
1. Changing state with links (GET requests)
2.Asynchronously performing batch operations
3.Breaking the back button
I'm looking for a response with Python MVC frameworks -- django, turbogears,
etc. But you could consider looking at seaside[1] or wee[2] which are based
on continuations.

[1] http://seaside.st/
[2] http://rubyforge.org/projects/wee


Jean-Roch SOTTY
 
P

Paul Boddie

SABIN said:
The trendy XML HTTP Request has really struck the way developers had adopted
with the user interfaces. But the major issuse are yet to be solved..

1. Changing state with links (GET requests)
2.Asynchronously performing batch operations
3.Breaking the back button

Will these get solved.

It depends. Issue 3 presumably describes the way the back button
doesn't "undo" your last interaction but instead often takes you off
the page and back to what you were viewing before. Whether the back
button was "broken" before, for things like form-based applications, is
also an open issue.

I think you need to explain issue 2 in more detail for me (at least) to
understand what you're suggesting. As for issue 1, where your objection
presumably lies in the need to handle whole page updates in an
application as well as what I call "in-page updates" (thus ignoring the
Web 2.0 blogging community's tendency to overhype straightforward
concepts using catchy but obscure and inaccurate acronyms), strategies
certainly do exist to combine the two approaches without necessarily
ruining standard Web accessibility. There does appear to be a certain
Web 2.0 "scene" which seems hell bent on reinventing "old school
client/server" over HTTP; I intend to pay as little attention to such
endeavours as my RSS feed reader will allow.

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top