Re: Super Dev Mode over HTTPS, workarounds?

2016-05-09 Thread cloud450
Setting up yet another web server sounds quite a bit sub-ideal to me... Thanks for the info though. Sounds like: 1) Open an HTTP port or 2) Force Chrome to accept insecure content Seem to be to most viable solutions at present... here's hoping we get a better solution thru SDM proper in the near

Re: GWT 2.8 delays

2016-05-09 Thread Michael Zhou
J2CL is the next-generation Java-to-JavaScript compiler that is currently being developed by Google. The GWT committee will decide if J2CL will be used for GWT 3 (or whatever the next major release of GWT will be called). On Monday, May 9, 2016 at 3:53:16 PM UTC-4, steve Zara wrote: > > I misund

Re: GWT 2.8 delays

2016-05-09 Thread 'steve Zara' via GWT Users
I misunderstood. I assumed that GWT and J2CL were basically the same thing (or that GWT would be renamed J2CL! On Monday, 9 May 2016 17:30:45 UTC+1, Michael Zhou wrote: > > Google is definitely interested in Java 8 emulation, but most efforts are > being spent on J2CL, which goes from Java 8 ->

Re: GWT 2.8 delays

2016-05-09 Thread Thomas Broyer
On Monday, May 9, 2016 at 5:20:25 PM UTC+2, steve Zara wrote: > > Also a GWT conference is long overdue. > What do you mean exactly? http://gwtcreate.com/ or http://www.gwtcon.org/ ? or that there's no GWT.create 2016? (yet?) -- You received this message because you are subscribed to the Goog

Re: GWT 2.8 delays

2016-05-09 Thread Michael Zhou
Google is definitely interested in Java 8 emulation, but most efforts are being spent on J2CL, which goes from Java 8 -> Closure-style ES6. On Sunday, May 8, 2016 at 4:53:17 PM UTC-4, steve Zara wrote: > > Thank you - it does highlight where help can be given. I'm really > surprised at the situ

Re: GWT 2.8 delays

2016-05-09 Thread 'steve Zara' via GWT Users
It seems to me that the answer to a bad feeling is to contribute time and resources to help out, and I am going to try and do that. I would say that the number of developers isn't the only problem. I can't understand why an earlier release wasn't made with Java 8 syntax support. My impression is t

Re: GWT unit tests along with JsInterop and external javascript

2016-05-09 Thread Thomas Broyer
On Monday, May 9, 2016 at 9:56:37 AM UTC+2, biciusc...@gmail.com wrote: > > We successfully load JS scripts with ScriptInjector in GWTTestCase and > test pass. Do you have any sugesstion on how to use the debug mode in this > case? Because even if we start the test in debug, is not stopping to

Re: GWT unit tests along with JsInterop and external javascript

2016-05-09 Thread biciusca . tonino
We successfully load JS scripts with ScriptInjector in GWTTestCase and test pass. Do you have any sugesstion on how to use the debug mode in this case? Because even if we start the test in debug, is not stopping to the breackpoint. miercuri, 4 mai 2016, 16:19:53 UTC+3, Thomas Broyer a scris: >