Re: [gwt-contrib] Re: New JsInterop document

2015-11-14 Thread Manuel Carrasco MoƱino
Goktug, this is an example perfectly working with jsInteropMode=JS but not working with JS_RC : (Errors : Native JsType field 'String MyComponent.TAG' cannot have initializer & Native JsType method 'String MyComponent.getTagName()' should be native or abstract)

Re: [gwt-contrib] Re: GWTCon 2015 keynote question

2015-11-14 Thread 'Goktug Gokdogan' via GWT Contributors
I think you get it all correct; in particular J2CL != GWT3. J2CL is a separate/unbundled "Java to Closure style ES6" transpiler that Google works on and only shares the JRE emulation and JsInterop from GWT-SDK. There is an intention to open-source it when it is ready and J2CL+JsCompiler together

Re: [gwt-contrib] Re: New JsInterop document

2015-11-14 Thread 'Goktug Gokdogan' via GWT Contributors
I think there was a misunderstanding. You mentioned "if we support static methods we should support static fields as well" and I said both should NOT work without JsOverlay. It seems like your examples correctly gives an error for both static method and the static field because they don't have the