GWT on Python App Engine

Posted by Koran on Stack Overflow See other posts from Stack Overflow or by Koran
Published on 2010-05-27T08:40:17Z Indexed on 2010/05/27 8:51 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

Hi,

I have a python app engine code (matured backend) - and we are now planning to have a front end for that code.

I was wondering whether it is possible to implement GWT as the front end.

Even though Alex Martelli in this post [1] mentions it is not possible, a comment to that post suggests that it is indeed possible using rpc over json for GWT.

I was unable to understand how this is possible. In app.yaml file, we have to specify the language to be python, right? In that case, how can it compile GWT based on JAVA? Are there any examples on anyone doing that?

Can someone help me out? It would be extremely helpful.

[1]: http://stackoverflow.com/questions/1085898/choosing-java-vs-python-on-google-app-engine/1087878#1087878 link

© Stack Overflow or respective owner

Related posts about python

Related posts about JSON