How to generate WADL for Spring REST Service

Utsav picture Utsav · Apr 24, 2014 · Viewed 32.7k times · Source

Hi I am working with Spring 3.5.0.Release. I want to generate a WADL for my spring rest service. Is their any functionality in Spring by which i can easily generate the WADL.

Answer

Sanjay Singh picture Sanjay Singh · May 26, 2014

Spring REST does not come with out of the box WADL generator like JERSEY However it should be pretty easy to get it done.

https://jira.spring.io/browse/SPR-8705

See Blogpost https://javattitude.wordpress.com/2014/05/26/wadl-generator-for-spring-rest/