[google-appengine] gae/gwt/restlet/phonegap help?

2011-04-26 Thread Rachel Gollub
Hi, I've got an HTML5 app using Google App Engine, GWT, and Restlet for communication. It's running on my iPhone (in Safari) just fine, and seems to work. Now I'm putting it into PhoneGap so I can create packaged versions, and while communication to GAE seems to work perfectly, sending the objec

Re: [google-appengine] gae/gwt/restlet/phonegap help?

2011-04-26 Thread Ikai Lan (Google)
I'm not going to pretend to understand the problem - I'm just going to ask for a clarification. Are you copying the OUTPUTTED files to PhoneGap? That is, you aren't copying the GWT files, right? PhoneGap only understands HTML/JS, so this'll work with your output, but not from the source GWT. You m

Re: [google-appengine] gae/gwt/restlet/phonegap help?

2011-04-26 Thread Rachel Gollub
Hi, Thanks for answering! Yes, I'm copying the output. I narrowed it down somewhat, and it's pretty clear that the problem is that the Android platform is caching the server responses. I'm not sure how to control that -- does anyone else use GAE on Android, and have you run into that? I worked