I recently learned about the integration of Dart and GWT, (BTW, I'm a GWT developer), although I did not have time to watch the video, I was interested to learn how to check it using my GWT application; right now I'm watching how to get Dart working on my GWT client code first.
Questions:
- When you do Dart + GWT, which parts of the application can you use to collaborate?
- On the client side, can GWT and Dart work together for both compiled in Javascript? Regarding this part, is Dart Browser access compatible with Restful interfaces in terms of code maintenance?
- Is it possible that the Dart server side (bytecodes) to run in the JVM? Or will it be very slow?
source share