Skip to content

Conversion from GWT #159

Answered by niloc132
spardue asked this question in Q&A
Discussion options

You must be logged in to vote

If you are using JSNI, you can already translate that code to JsInterop, which works nearly the same in both projects. If you are using Generators, these can almost all be rewritten as Annotation Processors. As for the rest of the ecosystem, many of the components have been updated in this same way already, so that they are compatible with either GWT2 or J2CL projects.

The largest issue for most projects is likely to be the changes in how the compiler is meant to be part of some other build system rather than run its own de facto build tool, where it will behave very similarly to javac, etc. The biggest impact to Maven-based GWT projects will be encouraging/requiring them to break up clie…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gkdn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #85 on July 29, 2022 23:30.