> > > Will J2CL and GWT 3 make GWT compilation scale better (faster and/or less > memory-hungry for big projects)? >
Yes, J2CL creates one JS file per Java file. No optimizations, nothing, just simply converting from Java syntax to JavaScript ES6 classes. I think it has been said that it is roughly as fast as javac compiling a single java file to a class file. For production you would then optimize all these JS files using closure compiler. > Is any active progress being made on these technologies? > Are there any examples out there with a big codebase so we can see the > compilation performance difference in action? > Can we experiment with it on ours? > J2CL is in active development and I guess it will be open sourced this year. Once it is released you can play with it and once it is released we can see how GWT 3 will look like. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/7f1df24c-8cac-487f-b60a-aa0e66f9dd36%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
