[gwt-contrib] Migrating from JSOs to JsInterop

2016-02-03 Thread confile
The JsInterop 1.0 document ( https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#heading=h.8hrzc0yupqa5) does not contain an example of how to migrating from JSOs to JsInterop. Could you please give such an example? -- You received this message because you are

[gwt-contrib] Re: Migrating from JSOs to JsInterop

2016-02-03 Thread Jens
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

[gwt-contrib] Re: Migrating from JSOs to JsInterop

2016-02-03 Thread confile
Hi Jens, does the class still have to extend JavaScriptObject? Am Mittwoch, 3. Februar 2016 14:05:31 UTC+1 schrieb Jens: > > 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 rep

[gwt-contrib] Re: Migrating from JSOs to JsInterop

2016-02-03 Thread Jens
> does the class still have to extend JavaScriptObject? > No. -- 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 google-web-toolkit-contributors+unsubscr...