[resteasy-dev] Swagger support

Jim Ma ema at redhat.com
Mon Jul 25 23:25:30 EDT 2016


On 07/25/2016 07:43 PM, Marek Kopecky wrote:
> RESTEasy provides similar functionality also in resteasy-wadl module and
> in RegistryStatsResource class (
> https://github.com/resteasy/resteasy/blob/master/providers/jaxb/src/main/java/org/jboss/resteasy/plugins/stats/RegistryStatsResource.java
> ). RESTEasy-wadl was implemented recently by Ron.
swagger is usually json format and different from xml format wadl, and 
it is another option to describe/model rest api.
There is already doc, example in swagger project to demonstrate how to 
setup swagger in resteasy.
https://github.com/swagger-api/swagger-core/wiki/Swagger-Core-RESTEasy-2.X-Project-Setup-1.5

Swagger support I am talking about here is better and easier setup 
swagger in resteasy : with less configuration
and generate swagger api without swagger's annotation.
> But RESTEasy-links and RESTEasy-WADL are not part of WildFly.
>
>
> I really like Swagger, but I'm not sure about Swagger license ...
Swagger is apache license .
>
> Marek
>
>
> On 07/25/2016 11:49 AM, Jim Ma wrote:
>> If I understand correctly. Our resteasy links serves the similar thing
>> as swagger but with atom link format. Swagger is more and more widely
>> used for restful api documentation, should we add the swagger support
>> too ?  Do you think swagger can be a replacement for resteasy link resouce?
>>
>> Cheers,
>> Jim
>> _______________________________________________
>> resteasy-dev mailing list
>> resteasy-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/resteasy-dev
> _______________________________________________
> resteasy-dev mailing list
> resteasy-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/resteasy-dev



More information about the resteasy-dev mailing list