Tagged Questions
0
votes
0answers
90 views
GWT and Google App Engine Blobstore / Blobservice Offline Caching
I've got an html5 (gwt) app working offline, but i couldn't get my blobstore working offline.
I understand that there is no connection to the server, and the request can't be handled. But is it ...
1
vote
1answer
140 views
GWT / GAE offline app for android - Advanced
Hi guys here are a lot of posts about gwt offline possibilities. But none of them answer my questions completely.
Here just a few excerpts:
How to include external Javascript in GWT offline ...
3
votes
1answer
137 views
How to include external Javascript in GWT offline application
I have a GWT (well, GXT) application that uses an external JavaScript library to add functionality to my app. My application must work offline, too, and herein lies my problem.
I am aware that adding ...
0
votes
2answers
156 views
How can I convert my gwt app thats hosted on app-engine into a installable mobile app?
Currently my app is created in Eclipse using GWT and Coded in Java. I have the app hosted on app-engine and all my data is saved in the browser using html5 storage. I want to have this app ...
0
votes
2answers
193 views
Hosting a GWT Webapp in IIS
I am currently trying to configure an ASP.net Web Application through Web.config, to host a GWT WebApp in a specific folder. I've managed to configure the mimeMap for the .manifest file extension in ...