I have a strange problem.
-- My application runs fine in prod but I can't get it to start in dev mode. This happend from the day I started to add some code splitting into it.
I use gwt 2.6.1. I have used a "pattern" for code splitting which might not go down well with dev mode? The pattern is as follows: I wanted to have my code splitting around groups of activities (ie before login, after login), so I created two abstract activities which call the runAsync in their start method, when the callback is called, the activity overriding this abstract class is started using a new method called startAsync, which effectively does what the start method normally does. Could this be a problem?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment