问题描述
我想在我的谷歌应用程序引擎应用程序中实现AJAX,所以我在寻找一个良好的AJAX框架,将帮助我。任何人有任何想法?
I am trying to implement AJAX in my Google App Engine application, and so I am looking for a good AJAX framework that will help me. Anyone has any idea?
我想谷歌Web工具包,它是在创建AJAX谷歌应用程序引擎?
I am thinking about Google Web Toolkit, how good it is in terms of creating AJAX for Google App Engine?
推荐答案
随着谷歌Web工具包是一个的的它工作时,你最好的Java在后台了。由于谷歌应用引擎是目前唯一的Python 我想你 ð要做搞乱即将得到您的服务器和客户端很好地互相交谈了很多。
As Google Web Toolkit is a subset of Java it works best when you Java at the backend too. Since Google App Engine is currently Python only I think you'd have to do a lot of messing about to get your server and client to talk nicely to each other.
jQuery的似乎是在 AJAX标签在DjangoSnippets最流行的JavaScript库的选择。 COM 。
jQuery seems to be the most popular JavaScript library option in the AJAX Tag at DjangoSnippets.com.
编辑:以上是唯一真正的用Python编写的谷歌App Engine应用程序。由于谷歌应用引擎现在支持Java,GWT的现在可以写一个AJAX的前端,一个不错的选择。 谷歌甚至有教程向您展示如何做到这一点。一>
The above is only true of Google App Engine applications written in Python. As Google App Engine now supports Java, GWT could now be a good choice for writing an AJAX front end. Google even have a tutorial showing you how to do it.
这篇关于任何一个优秀的AJAX框架谷歌App Engine的应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!