Well there are some cases where the "development" code is not the same as the executed Javascript code. You'd typically notice this around async RPC calls where the order of events during Java based debugging session is different from the Javascript. But then again this is something you'd have to design around and always be mindful of async operations. Just because it seems to work in development mode does not necessarily ensure it'll behave the same with javascript, but if you know how to properly deal with non-sequential operations, yoiu should be okay.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/e9uN6tV0GmYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
