简体   繁体   中英

WADL generation for rest WITHOUT using maven

I am new bie to Java REST service. I need to generate WADL file automatically once the application is built for my documentation purpose. There are many examples, but all are related to maven. In my java application I am not using maven . I need steps in order to generate WADL file automatically once the application is built without using maven . I am using jackson-jaxrs-1.5.7.jar

Thank you in advance..

Depends what the implementation of REST you are using. In case of jersey [JAX-RS] 2.5.1 onward it is auto generate - check the link - https://jersey.java.net/documentation/latest/wadl.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM