Do you have any specific issues by following whats said in the document: "You can mark each method in a JSO with @JsOverlay (that’s actually what they are) and replace the JSNI by following the instructions above."
So basically JSNI methods will become JsInterop native methods if they directly map to the underlying native JS type (typically these are the one-line JSNI methods). If JSNI methods have some more logic you would convert it to a Java method and mark it with @JsOverlay. -- 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/25bd4f0f-b2fe-43a6-8ce5-14fedf061e45%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
