集成smartgwt和web2py

时间:2008-12-28 04:40:06

标签: django web2py smartgwt

我想使用smartgwtweb2py构建应用程序 我是两个人的新手。

最终我想要做的是显示从smartgwt TileGrid中的web2py后端获取的对象。

任何人都可以列举需要做的事情吗?或者指出任何有用的资源?

欢迎任何适用于django的信息。

2 个答案:

答案 0 :(得分:2)

下载smartgwt(顺便提一下优秀的框架)并查看这个例子:

文件://localhost/Users/massimodipierro/Desktop/smartgwt-1.0b1/samples/Showcase/www/com.smartgwt.sample.showcase.Showcase/index.html#tiling_load_on_deamnd

在tilegrid中显示图像。通过http请求从Yahoo接收图像。响应是JSON。查看源代码。要查看来自Yahoo的json响应,请尝试以下URL:

http://api.search.yahoo.com/ImageSearchService/V1/imageSearch?appid=YahooDemo&output=json&query=snowboard

要使用web2py,您需要将该URL替换为返回类似JSON响应的web2py操作的URL。

我对smartgwt了解不多,但我确信在web2py google网上有人愿意提供帮助。

答案 1 :(得分:1)

在使用带有睡衣的web2py时,请查看this tutorial,这是另一个基于GWT构建的库。