Hi Ajay, I'm not sure that Google is providing a GWT RPC mechanism for Python backends, and not quite sure how something like that would work. Could you post a link or give more details about what technology you're using exactly? Are you trying to deploy your GWT application on AppEngine and using libraries for backend integration with your GWT code?
I'm also not familiar with PGR data, or why there would be a need to support that over JSON as the data transferred between client-server. More details there would help as well. As for Java backend support, that is offered through the GWT RPC subsystem, but would not work on AppEngine as it does not support a Java runtime. GWT RPC docs: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRemoteProcedureCalls Please post up more details of what you're trying to set up and we should be able to help you out. Hope that helps, -Sumit Chandel On Mon, Sep 22, 2008 at 12:33 PM, programmerajay <[EMAIL PROTECTED]> wrote: > > I wrote a example code today for testing the Python Gwt Rpc method > provided by google , it did clear some of doubts regarding the way > communication btwn client and Server happens, but the exact > implementation is still having some trouble. Server error , method not > found error and such errors are cconfronting me. > Has somebody tried this PGR method? > > When we Go for PGR JSON is no longer needed, so i would suggest and > hope that google documents PGR properly . Using JSON is the only > other option left if PGR doesnt workout ( as long as google doesnt > provide Server side Java Integration, which i think would not be there > for some more time as google may want more people follow some standard > and take it up from there). > > So People what do u recommend, has anybody faced simlar dilemma? > > Regards > ajay > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
