1
我需要爲動態子資源生成wadl文件。可能嗎?
Iam使用接口作爲子資源,並且其實現完成實際工作。
Iam使用依賴注入來調用API。但我不知道如何爲它生成wadl文件。當我這樣做http://localhost:8080/myfashions/catalog/product?_wadl&_type=xml
,我得到如何爲jax-rs生成wadl cxf
<resource path="/">
<!-- Dynamic subresource -->
<resource path="/"/>
誰能幫我,如何獲得動態子資源WADL。
可能重複的[生成WADL的Apache CXF](http://stackoverflow.com/questions/19006119/generate-wadl-for-apache-cxf) –