According to the Dart
wiki, currently you have to build your own version of Chrome to even
test Dart, and that only runs on Snow Leopard and Linux.
All browsers *ALREADY* support Java GWT, because GWT compiles the
browser side to Javascript, an interpretive language supported by all
mainstream browsers including IE6-IE10, Chrome, Firefox, Opera etc.
On Wednesday, August 22, 2012 6:15:42 PM UTC+2, Alan Chaney wrote:According to the Dart
wiki, currently you have to build your own version of Chrome to even
test Dart, and that only runs on Snow Leopard and Linux.
I don't know where you looked at but the docs are OK http://www.dartlang.org/dartium/, Dartium binaries are available for Windows, Linux and Mac: http://www.dartlang.org/downloads.html
"These are instructions to check out and build a modified version
of Chromium that embeds the DartVM. We currently build on Mac OS X
(Snow Leopard and XCode 3.2) and Linux."
However, my point is still valid. Support for Dart is in its
infancy, and GWT is a mature and well-supported project.
Alan
All browsers *ALREADY* support Java GWT, because GWT compiles the
browser side to Javascript, an interpretive language supported by all
mainstream browsers including IE6-IE10, Chrome, Firefox, Opera etc.
All browsers *ALREADY* support Dart, because Dart compiles to JS too! http://www.dartlang.org/docs/dart2js/
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ITRX1L6HQyYJ.
One question is disturbing me from a long time. Why Google invented DART, when GWT is already there?
One reason I can see is that Google is planning to port DART in chrome browser and dreaming to support by all browser in future, which may not be feasible in case of Java based GWT.But, don't you think that it will decrease the popularity of GWT and active activities on GWT?
I am asking this, because I have to decide between GWT and DART in a project.
I have no experience with DART but GWT is already in a very stable and usable state practically. Unfortunately, I can't help but share the same fear though since the community is getting less responsive or at least the experts in the group. I recently have posted the following two issues on GWT group and I have yet to receive a reply on any of them. This is where the group was very active and responsive in the past years and recently they just seem to be less involved.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ITRX1L6HQyYJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
One question is disturbing me from a long time. Why Google invented DART, when GWT is already there?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/G02R2U9lzkcJ.
I don't have an answer for you, but here's an interesting description of how Google's Inbox uses Java as a base for building Android, web (via gwt) and iOS (via j2objc) apps. Three separate native apps sharing about two thirds of the source code.
http://gmailblog.blogspot.nl/2014/11/going-under-hood-of-inbox.html?m=1
It's hard to see how Dart could do that.
Paul
--
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 google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
On Wednesday, August 22, 2012 5:57:42 PM UTC+2, deepak chauhan wrote:One question is disturbing me from a long time. Why Google invented DART, when GWT is already there?See Alan's answer, and http://www.dartlang.org/slides/2012/06/io12/Dart-A-Modern-Web-Language.pdf
I don't see the relation between the Oracle vs Google case, and GWT.Oracle vs Google is about Android and has nothing to do with GWT.