I recently found out about Dart and GWT integration, (BTW, I'm a GWT developer) although I haven't had the time to view the video, I got interested in learning how to test it out with my GWT application; right now I'm looking on how to make Dart work on my GWT client side code first.
Questions:
This video and blog post (which I'm guessing is the one you mention in your question) from Shannon Behrens discusses using GWT and Dart.
The following topics are covered in the video, which answers the first point in your questions.
With regards to the second question, Dart uses the same underlying AJAX APIS as JavaScript, for example, JavaScripts XMLHttpRequest
is HttpRequest
in Dart. Using this, you can GET / POST etc... from restful APIs.
The third question "Is it possible that Dart server side (bytecodes) to Run within the JVM": Dart doesn't have bytecode. Dart on the server-side is like node.js (server-side javascript), python, ruby etc... rather than being compiled into a form of bytecode like Java. There was an early experiment to take Dart code and make it run on the JVM, but that was more an early proof of concept rather than anything for real use (ref: https://code.google.com/p/jdart/ )
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With