Ice13ill
unread,Nov 8, 2011, 6:11:46 AM11/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hello, I use GWT + GAE for my app development and I have a problem
when deploying a version containing a lot of changes (compared to the
last version): for example: same gadgets but with a different code/
architecture, changed DTOs, etc.
Some times, when deploying a new version (and then setting it
default), the browser shows only a blank page (the javascript code is
run but nothing is desplayed). I can't really reproduce the problem so
it is very hard to debug, but if needed I can instruct my users to
clean their cookies and cache, and the problem is solved.
Is there a way to solve this problem ? (for ex, creating a script that
runs at the beginning of onModuleLoad())