Re: GWT + Open API

2017-03-25 Thread Ireneusz Szcześniak
Thanks, Rogelio, for your instructions. I'm working on this now. I'll report on the progress later. On 23.03.2017 22:56, Rogelio Flores wrote: 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

Re: GWT + Open API

2017-03-25 Thread Ireneusz Szcześniak
I'm preparing laboratory exercises for students, and we're using the Swagger's Pet Store: http://petstore.swagger.io/v2/swagger.json On 25.03.2017 09:46, Ignacio Baca Moreno-Torres wrote: No :), just to see the complexity of the API and what happens if I add it to my generator. On Friday,

Re: GWT + Open API

2017-03-25 Thread Ignacio Baca Moreno-Torres
No :), just to see the complexity of the API and what happens if I add it to my generator. On Friday, March 24, 2017 at 8:11:59 PM UTC+1, Irek Szczesniak wrote: > > It's public. Does it make some difference? > > On 23.03.2017 17:04, Ignacio Baca Moreno-Torres wrote: > > Just curious, the API

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

2017-03-25 Thread Hannes
I compile my gwt project with gwt-style=OBF. Now I realize that this generates media queries where the space between "and" and "(" is missing. So out of @media screen and ( ... gets @media screen and( As you can see the space between "and" and "(" is missing. According to W3C