Re: GWT + Open API

2017-03-23 Thread Rogelio Flores
No, I have not tried generating API interfaces for a CXF client. I don't remember even seeing that option when we first created the api (more than a year ago). I might try that out. To create our GWT "Models" module, we simply add a gwt module file with these 3 lines: to the generated

Re: GWT + Open API

2017-03-23 Thread Ignacio Baca Moreno-Torres
Just curious, the API is internal or external, the swagger spec is public? El jue., 23 mar. 2017 12:16, Ireneusz Szcześniak escribió: > Thank you, Rogelio, for your input. > > I like the idea of generating the data model from the OpenAPI > specification, because I will not have to write some bor

Re: CellList refreshed only after mouse move

2017-03-23 Thread Thomas Broyer
On Thursday, March 23, 2017 at 3:54:56 PM UTC+1, pH4Lk0n wrote: > > This problem still exists in GWT 2.8.0. > > I've got similar problem. I just want to select record that is clicked > elsewhere but user needs to move mouse to see this effect. > It's unusable right now in this scenario because i

Re: CellList refreshed only after mouse move

2017-03-23 Thread pH4Lk0n
This problem still exists in GWT 2.8.0. I've got similar problem. I just want to select record that is clicked elsewhere but user needs to move mouse to see this effect. It's unusable right now in this scenario because it seems application work sluggish. Is there any workaround this problem??

Re: GWT + Open API

2017-03-23 Thread Ireneusz Szcześniak
Thank you, Rogelio, for your input. I like the idea of generating the data model from the OpenAPI specification, because I will not have to write some boring error-prone code. I also like the optimization of the GWT compiler. The swagger-codegen can output Jaxrs Cxf Client, which has the API