Starting new GWT project - what to use

2017-03-26 Thread Bryan Buchanan
Hi, I've been a long time GWT user, and my current apps use gwtbootstrap, UI Binder, widgets, GWT-RPC. i.e. most of the stuff that, IMO, makes GWT worth using. >From the stuff I've seen about the 3.x release, a lot of this disappears. I'm wondering if there's any document anywhere which sets

eclispe just crashes when creating a gwt project

2017-03-26 Thread aircow33
Hi, I am new to gwt, but when I select create a web application project and then finish, eclipse would crash. I update JRE, and here is my eclipse version Version: Neon.3 Release (4.6.3) Build id: 20170314-1500 And this is the only thing in the eclipse logs !SESSION 2017-03-26 20:22:32.616

Re: GWT gwt obfuscation (gwt-style=OBF) generates invalid css

2017-03-26 Thread Hannes
Hi, this post was a mistake by myself. I assumed that obfuscation would cause the problem. As I learned now it has nothing to do with obfuscation but with minifying the css. We used yui-compressor which has a known bug when it comes to @media and ... So we just need to switch the tool for

Re: GWT + Open API

2017-03-26 Thread Ignacio Baca Moreno-Torres
Ok, you can make it work but at least in chrome you need to accept the "load unsafe scripts" warning. On Sunday, March 26, 2017

Re: GWT + Open API

2017-03-26 Thread Ignacio Baca Moreno-Torres
I have applied my generator to the swagger petstore api, hehe it is pretty unstable, but after some NPE fixes and minor improvements I have generated the API Interface and models. Demo project here https://github.com/ibaca/petstore-client-gwt, uploaded with sourceMaps at