Re: GWT using App Engine

2012-09-29 Thread Manuel Carrasco Moñino
YES you have to deploy in app-engine. Actually, and because the gae sdk contains all the stuff to emulate the app-engine infra when you are developing, you could run that in your servers, but be aware that it is not a reliable solution and be prepared to lose all your data when you restart.

Re: white screen on iphone (maybe iOS6 issue)

2012-09-29 Thread Manuel Carrasco Moñino
Maybe IOS6 issue about caching posts requests could be your problem, in the case you are doing a RPC/RF post to your web-server and you wait for a response before showing the initial screen of your app. http://code.google.com/p/google-web-toolkit/issues/detail?id=770 - Manolo On Fri, Sep 28,

Documentation of GWT logging (compile out of log levels)

2012-09-29 Thread Chris Lercher
The documentation mentions, that it's possible to make all logging code compile outhttps://developers.google.com/web-toolkit/doc/latest/DevGuideLogging#Making_All_Logging_Code_Compile_Out, but it doesn't mention how to compile out only certain levels. This is however possible: The property

Re: GWT using App Engine

2012-09-29 Thread Manuel
Hi, thanks for your reply. I just tried to remove the GAE from my project, but that caused some weird errors. Now I set up a new project without GAE. If I dont consider to deploy my App to Google I dont need that GAE anyway. Or are there any other features that belong to GAE? Regards Am

[gwt-contrib] Fix safari on IOS6 caching problem (issue #7703) (issue1845803)

2012-09-29 Thread manuel . carrasco . m
Reviewers: Daniel Kurka, tbroyer, Description: Safari on IOS6 is caching post requests, therefore the first request to gwt works but successive calls fails either: showing the cached information, or raising exceptions when trying to de-serialize an incorrect response for a different call.

[gwt-contrib] Re: Fix safari on IOS6 caching problem (issue #7703) (issue1845803)

2012-09-29 Thread jat
Given how much of the net is broken on iOS6 due to this (and hanging get breakage), I suspect they will fix it before a version of GWT with this change could be rolled out. http://gwt-code-reviews.appspot.com/1845803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors