GWT RPC with Python

574 views
Skip to first unread message

maksud

unread,
Nov 2, 2009, 3:42:55 AM11/2/09
to google-we...@googlegroups.com, google-a...@googlegroups.com
Hi,

I am creating some application for google app engine with python. I am using GWT for the client side interface. But how to do RPC calls to python. 

I know Google App Engine java version could do that easily and I tested it well. But for Python what are the options.

I tried http://code.google.com/p/python-gwt-rpc/ project. But due to lack of documentation I could not manage it.


Thanks in advance.

rjcarr

unread,
Nov 3, 2009, 3:02:19 AM11/3/09
to Google Web Toolkit
I'm fairly certain that if you use Python then you can't use RPC
Object Serialization. You'll have to make use of the JSON packages in
order to make this work. Good luck!

On Nov 2, 12:42 am, maksud <maksud.b...@gmail.com> wrote:
> Hi,
>
> I am creating some application for google app engine with *python*. I am
> using *GWT* for the client side interface. But how to do RPC calls to
> python.
>
> I know Google App Engine java version could do that easily and I tested it
> well. But for Python what are the options.
>
> I triedhttp://code.google.com/p/python-gwt-rpc/project. But due to lack of

Peter Quiel

unread,
Nov 4, 2009, 4:52:41 AM11/4/09
to Google Web Toolkit
I used gwt rpc with PHP and i run in a lot of trubble, have to update
and debug my server code every time the gwt serialization changes and
i spend a lot of time debugging the hole application.

Its up to you but i would use JSON next time.

Greetings,
Peter

maksud

unread,
Nov 4, 2009, 8:25:28 AM11/4/09
to google-we...@googlegroups.com
I am convinced JSON is the best options. I found two library basically same. 


and


Both have simmilar interface on client side. But I could not find the server side code. Can you recommend something?
Reply all
Reply to author
Forward
0 new messages