Shawn.in.Tokyo
21 Jul 2010, 8:53 PM
Hello,
I recently deployed to Google App Engine where I found code that ran on the development server hung.
It was a simple work around as I was using code splitting via runAsync to initialize the controllers that I used with GXT's MVC (Dispatcher), and I just had to cancel the dispatch and then re-call it again after the split code was fetched.
Just in case someone has a similar issue, linked here are the details.
Short tutorial with code (http://things-that-i-noticed.blogspot.com/2010/07/gxt-mvc-code-splitting-on-gae-appengine.html)
Shawn
I recently deployed to Google App Engine where I found code that ran on the development server hung.
It was a simple work around as I was using code splitting via runAsync to initialize the controllers that I used with GXT's MVC (Dispatcher), and I just had to cancel the dispatch and then re-call it again after the split code was fetched.
Just in case someone has a similar issue, linked here are the details.
Short tutorial with code (http://things-that-i-noticed.blogspot.com/2010/07/gxt-mvc-code-splitting-on-gae-appengine.html)
Shawn