re: the question @ 37:30 (do developers use DevMode or do they compile
to JavaScript for ongoing testing?):

http://www.youtube.com/watch?v=n3hBzIOUSms

For desktop browsers, we use DevMode to initially implement a given
feature, then retest in JavaScript in the unlikely case of a
difference.  But this strategy doesn't work for targets (Android, iOS)
that don't support DevMode.  To test touch-specific features, we have
to compile to JavaScript, which can be time-consuming for repeated
iterations.

-- 
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.

Reply via email to