On 31 mai, 04:27, Andrew Hughes <[email protected]> wrote: > Hi, > > I'm told that dev mode run's directly against java classes. Could I expect > reduced compile+build times by specifying my specific user.agent when > running in dev mode? Is the user.agent even used when running in dev mode?
No, it won't change anything. As deferred-binding is done "on the fly", DevMode already knows which user-agent is currently running the module. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
