I wonder is there a way to implement AJAX in an application like the
easy way it is done in Rails:

you write 1 line in the header to include  Javascript, defaults and
other

then you issue a simple command in your HTML body like:

<div id="alerts">

</div>
        <%= periodically_call_remote(:update    => 'alerts',
                                :url       => { :controller => :alerts,
                                :action => :listen_for_requests },
                                :frequency => 10 )%>
to issue a call to the server in the background.

Enabling this kind of capabilities will make life easier and speed-up
development

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to