Monday, November 23, 2015

Re: What is j2cl?

Hi James!

The idea would be to use Java Maps/Sets/Lists/etc in your platform independent code - for web, android, ios. But j2cl would translate this platform independent code into JavaScript based on Closure Library so that in runtime JavaScript code would use goog.structs.Map instead of java.util.HashMap and goog.structs.Set instead of java.util.Set...

Marko

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment