I think the best way will be:
"Google Web Toolkit 1.5"
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5
Enjoy ;-)
On Oct 12, 10:06 am, Shay Ben Dov <[EMAIL PROTECTED]> wrote:
> 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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---