The problem is that there are no simple server-side handlers that come with GWT. Instead, I like using the Hermes/Lovely JSON bindings:
http://code.google.com/p/lovely-gwt-jsonrpc/ This lets you implement a GWT backend with any server-side technology that can handle JSON-RPC: http://en.wikipedia.org/wiki/JSON-RPC -Brett On Thu, Apr 2, 2009 at 5:18 AM, Prashant Gupta <[email protected]> wrote: > Thanks a lot Tim > > On Thu, Apr 2, 2009 at 5:08 PM, Tim Hoffman <[email protected]> wrote: >> >> You either hand build python handlers for the corresponding gwt calls >> or >> you look at Pyjamas and build a gwt style app in Python. >> >> T >> >> On Apr 2, 3:34 pm, Prashant Gupta <[email protected]> wrote: >> > is there any way to integrate GWT with python? if yes, how do i request >> > server using GWT? >> > >> > thanks, >> > Prashant >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
