Re: CXFRS swagger integration

2016-09-03 Thread Brad Johnson
Cool. Thanks, Brad On Sat, Sep 3, 2016 at 11:55 AM, jfx wrote: > Hi there, > > I added a few features to the CXF code generator in Swagger-Codegen > (bean-validation-api support, CXF3 Swagger2Feature for complimentary code > first support, generate test classes, added pom.xml for server, sprin

Re: CXFRS swagger integration

2016-09-03 Thread jfx
Hi there, I added a few features to the CXF code generator in Swagger-Codegen (bean-validation-api support, CXF3 Swagger2Feature for complimentary code first support, generate test classes, added pom.xml for server, spring is used for configuration of CXF3). However, my PR is still pending: https

Re: CXFRS swagger integration

2016-09-01 Thread Brad Johnson
The one on the Swagger site looked like it was putting together passable code and I didn't get into it in any depth. But it had a very distinct structure and lay out that I wouldn't use or like. It could be modified of course. I'll have to run it again and see what it looks like again. Brad On

Re: CXFRS swagger integration

2016-09-01 Thread Sergey Beryozkin
I think the one available at the Swagger website is the only one, looks like it is pretty active. I'll ask one of CXF users to reply to this tread Sergey On 01/09/16 19:57, Brad Johnson wrote: As a related note, is there and Eclipse plugin or Java library that converts Swagger yml files into C

Re: CXFRS swagger integration

2016-09-01 Thread Brad Johnson
As a related note, is there and Eclipse plugin or Java library that converts Swagger yml files into CXF interfaces and data models. I find myself in situations lately where it is more likely that I'm being given a swagger file rather than creating one. But the Java generator on the website for Sw

Re: CXFRS swagger integration

2016-09-01 Thread Sergey Beryozkin
Hi On 31/08/16 20:46, cacert wrote: Hi Sergey, After setting this property I can see swagger.json is generated but still can not see swagger ui when I follow the link. when I list my restfull services it prints: Endpoint address: http://localhost:8080/api/rest Swagger : http://localhost:8080/a

Re: CXFRS swagger integration

2016-09-01 Thread cacert
Hi Sergey, After setting this property I can see swagger.json is generated but still can not see swagger ui when I follow the link. when I list my restfull services it prints: Endpoint address: http://localhost:8080/api/rest Swagger : http://localhost:8080/api/rest/api-docs?url=/api/rest/swagger

Re: CXFRS swagger integration

2016-08-31 Thread Sergey Beryozkin
Try Swagger2Feature 'runAsFilter' property Sergey On 31/08/16 12:23, Kasim Sert (Ibtech-Software Infrastructure) wrote: Hi, I have defined cxfrs route and its working fine. However when I integrate swagger2feature of cxf I can not see api docs. When i hit swagger.json path to get swagger resp