Hey guys,

I put together a video on how to use Dart with GWT:

http://news.dartlang.org/2013/02/dart-with-google-web-toolkit.html

In it, I show a bunch of ways to interoperate such as:

   - Using GWT and Dart to manage different parts of the same page
   - Using Dart to retrieve JSON from a Java servlet
   - Using window.postMessage and JSNI to pass messages between GWT and Dart
   - Using JavaScript, JSNI, and Dart's js package for synchronous 
   interoperability between GWT and Dart
   - Using CustomEvent objects and Elemental to pass messages between GWT 
   and Dart
   
I had a really good time using GWT and Dart to build the sample 
application, so I hope you enjoy the video!

Best Regards,
-jj

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to