[ANN] (Unofficial) Elemental2 2.24 release

2019-06-02 Thread Peter Donald
Elemental2 provides type checked access to browser APIs for Java code. This is done by using closure extern files and generating JsTypes, which are part of the new JsInterop specification that is implemented in both GWT and J2CL. https://github.com/google/elemental2 This is an unofficial release

Re: What is the advantage of GWT 3.0?

2019-06-02 Thread Peter Donald
On Sun, Jun 2, 2019 at 12:59 PM Andrew Buck wrote: > I love GWT 2.8 and I appreciate all the work that the community has put > into it as well as the work towards GWT 3.0. I'm trying to understand what > the advantage of GWT 3.0 is though. It seems like GWT 3.0 is a subset of > GWT 2.8 with a

Re: GWT - Still Active ?

2019-06-02 Thread Andrew Buck
Debugging of both the server and client code works great. I'm not sure why it doesn't work for you. Client side debugging is done in the browser console using source maps that are automatically generated by the GWT compiler. On Saturday, June 1, 2019 at 3:22:09 PM UTC-7, Edson Richter wrote: >