-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.0.14.Final
-
Component/s: jaxrs
-
Labels:None
-
Environment:
Any
initial commit: PR679
PR692 support multiple application classes
PR703 make resteasy wadl work with embedded container
PR705 bug fixes + more tests on wadl module
PR706 More tests / bug fixes / Add netty4 container tests
In Progress:
- Support sub-locator
I have finished the work for resteasy-js: https://github.com/resteasy/Resteasy/pull/734/files
I need to do the similar changes to resteasy-wadl
TODO:
- Add documentation
(Last Update 2016-02-07)
Any contribution is welcomed!
Servlet Example:
<servlet>
|
<servlet-name>RESTEasy WADL</servlet-name>
|
<servlet-class>org.jboss.resteasy.wadl.ResteasyWadlServlet</servlet-class>
|
</servlet>
|
|
|
<servlet-mapping>
|
<servlet-name>RESTEasy WADL</servlet-name>
|
<url-pattern>/application.xml</url-pattern>
|
</servlet-mapping>
|
sun-jdk-example: https://github.com/resteasy/Resteasy/blob/master/jaxrs/resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/wadl/TestAllResources.java#L38
netty4 example: https://github.com/resteasy/Resteasy/blob/master/jaxrs/resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/wadl/TestNettyContainer.java#L28
- is related to
-
RESTEASY-1447 Add documentation for RESTEASY WADL
-
- Closed
-
- relates to
-
RESTEASY-1246 WADL: Multiple Produces and Consumes should be dealt with correctly
-
- Closed
-
-
RESTEASY-1297 Add sublocator support to resteasy-js module
-
- Closed
-
-
RESTEASY-1451 Add WADL support to RESTEasy Undertow Container
-
- Closed
-
-
RESTEASY-1276 Internationalize resteasy-wadl
-
- Closed
-