Re: [wicketstuff-restannotations] How to automatically generate Swagger definitions.

2016-04-27 Thread Fabio Fioretti
Hi Andrea,

Thanks anyway. No big deal in doing it manually with the Swagger editor for
me, but having some kind of built-in automation would be great for large
APIs.

By the way, I have another question more strictly related to
restannotations, for which I am going to start another thread.

Kind regards,
Fabio

On Tue, Apr 26, 2016 at 10:19 PM, Andrea Del Bene 
wrote:

> Hi,
>
> at the moment we don't have such kind of integration with Swagger. You may
> obtain some results if you use Spring in your application:
> https://dzone.com/articles/swagger-make-developers-love.
> However I've never tried this kind of solution.
>
>
> On 25/04/2016 16:08, Fabio Fioretti wrote:
>
>> Hi all,
>>
>> I have been successfully using wicketstuff-restannotations to create some
>> REST web services in my Wicket 6.22.0 application - thanks for that, very
>> straightforward.
>>
>> Now that my REST resources and methods are complete and correctly
>> annotated, I would need to generate the related Swagger definitions.
>>
>> Is there an easy way to do so?
>>
>> Many thanks,
>> Fabio
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: [wicketstuff-restannotations] How to automatically generate Swagger definitions.

2016-04-26 Thread Andrea Del Bene

Hi,

at the moment we don't have such kind of integration with Swagger. You 
may obtain some results if you use Spring in your application: 
https://dzone.com/articles/swagger-make-developers-love.

However I've never tried this kind of solution.

On 25/04/2016 16:08, Fabio Fioretti wrote:

Hi all,

I have been successfully using wicketstuff-restannotations to create some
REST web services in my Wicket 6.22.0 application - thanks for that, very
straightforward.

Now that my REST resources and methods are complete and correctly
annotated, I would need to generate the related Swagger definitions.

Is there an easy way to do so?

Many thanks,
Fabio




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[wicketstuff-restannotations] How to automatically generate Swagger definitions.

2016-04-25 Thread Fabio Fioretti
Hi all,

I have been successfully using wicketstuff-restannotations to create some
REST web services in my Wicket 6.22.0 application - thanks for that, very
straightforward.

Now that my REST resources and methods are complete and correctly
annotated, I would need to generate the related Swagger definitions.

Is there an easy way to do so?

Many thanks,
Fabio