Re: [gwt-contrib] Re: A possible JsInterop issue in GWT 2.8 RC2

2016-08-21 Thread Boris Brudnoy
Yes, field names return to being named in JavaScript as declared in Java after the addition of the -generateJsInteropExports compiler parameter. Why isn't this the default compiler behavior, though? After all, I followed the JsInterop spec, which, in @JsType section

[gwt-contrib] Re: Hide GWT Development Mode window

2016-08-21 Thread Brandon Donnelson
Figured I'd addon. If you're familiar with the GWT Eclipse plugin, a fork of GPE there are launchers for both GWT and the CodeServer. Both of the GWT launcher types can run Super Dev Mode without a remote ui window and do so by default. The launchers just make launching the Java process with a

[gwt-contrib] Re: Hide GWT Development Mode window

2016-08-21 Thread Jens
You can also just launch CodeServer.main() unless you somehow need the embedded Jetty server launched by legacy DevMode class for your server side code (although IMHO its better to have CodeServer and Servlet container in two different processes so you can relaunch them separately). CodeServer