Re: GWT + Open API

2017-03-20 Thread Ireneusz Szcześniak
Thank you, Rogelio, for your info. But I guess no code is generated automatically, you have to develop it yourself. Is this right? I'm not fully for code generation (such code is usually messy and hard to read), but generating some bits, like a model of the data structures could be useful.

Re: GWT + Open API

2017-03-20 Thread Ignacio Baca Moreno-Torres
JsInterop and XMLHttpRequest is a good option too, aka. autorest ;)... this WIP generator reads openapi from apisguru and generates the GWT JsInterop spec. On Mon, Mar 20, 2017 at 6:24 PM Rogelio Flores wrote: > We use RestyGWT to consume a swagger REST API and are

Re: Synchronization problems with maven and eclipse

2017-03-20 Thread Magnus
No more posts here? It should be a very common problem... Magnus -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com.

Re: GWT + Open API

2017-03-20 Thread Rogelio Flores
We use RestyGWT to consume a swagger REST API and are very pleased with it: https://resty-gwt.github.io/index.html On Monday, March 20, 2017 at 7:06:08 AM UTC-6, Irek Szczesniak wrote: > > Hi, > > I need to develop a web client with GWT, which consumes a web service > defined with Open API

GWT + Open API

2017-03-20 Thread Irek Szczesniak
Hi, I need to develop a web client with GWT, which consumes a web service defined with Open API (formerly Swagger). I wonder whether someone could offer some advice on how to do it best with GWT. Thanks, Irek -- You received this message because you are subscribed to the Google Groups "GWT

Re: jsitenterop: elemental status

2017-03-20 Thread Vassilis Virvilis
I __think__ I saw a video or presentation stating that we shouldn't wrap js libraries through jsinterop directly but instead wait for the typescript --> jsinterop transpiler. I am not 100% sure I recall correctly though. Before that video I wasn't aware of such an effort but now that I am I also