开发者

how to use GWT for python app

开发者 https://www.devze.com 2023-02-13 22:39 出处:网络
I have developed my app using python in google app engine. Now I want to create GUI for my app and for that I want to use advantage of GWT.

I have developed my app using python in google app engine. Now I want to create GUI for my app and for that I want to use advantage of GWT.

So is it possible to use GWT with python app?

If yes then which is easiest way because I have seen pyjamas but I need other th开发者_C百科en that


Just create a REST/JSON service in Python: Recommendations of Python REST (web services) framework?

Then consume this service with GWT (points 2, 3, and 4): http://code.google.com/webtoolkit/doc/latest/tutorial/JSON.html


I think not just out of the box, but have you had a look at gwt-python-rpc? Have a look and let me know if that gives you what you need.

0

精彩评论

暂无评论...
验证码 换一张
取 消