Re: GWT application and Google AppEngine

2008-09-26 Thread MN
i know this page uses gwt and GAE http://greatgrocerylist.appspot.com/ maybe you can ask daniel: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/54e22eb1dc7cbbd1/ On 22 Sep., 15:12, Arthur Kalmenson [EMAIL PROTECTED] wrote: Hi Sri, It looks like the heap is running

Re: GWT application and Google AppEngine

2008-09-22 Thread Arthur Kalmenson
Hi Sri, It looks like the heap is running out of memory during complication. You need to increase the heap size with some JVM arguments. - XX:PermSize=64M will set the heap size to 64MB and - XX:MaxPermSize=256M will set the maximum heap size to 256MB. Hope that helps. Regards, Arthur

GWT application and Google AppEngine

2008-09-19 Thread sri
hi, I am starting of a new GWT application which has to run on GAE. Can anybody tell me how to communicate between my GWT UI and GAE. I have come across many posts in which they talk about JSON and other RPC's for communication b/n GWT and GAE. But, anybody can give me concrete example of How

Re: GWT application and Google AppEngine

2008-09-19 Thread ajay jetti
Hi Sri Even im facing the same problem Please sombody post --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To

Re: GWT application and Google AppEngine

2008-09-19 Thread Jeremiah Elliott
have you taken a look at this? http://code.google.com/p/python-gwt-rpc/ On Fri, Sep 19, 2008 at 5:34 AM, ajay jetti [EMAIL PROTECTED]wrote: Hi Sri Even im facing the same problem Please sombody post --~--~-~--~~~---~--~~ You received this message because

Re: GWT application and Google AppEngine

2008-09-19 Thread ajay jetti
Hey Jeremiah I have gone through the PGR example lot of times . but it doesnt exactly specify the architecture Thanks and Regards Ajay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT application and Google AppEngine

2008-09-19 Thread sri
hi, I tried to execute Pgr-example provided in the link. But it doesn't execute properly using ant. This is the error I got while trying to compile. C:\ant\PGRant -buildfile build.xml run Buildfile: build.xml clean: build: gwt-compile: [java] Exception in thread main