Jakarta RESTful Web Services3.02.12.0
Jakarta RESTful Web Services
3.0
2.1
2.0
This feature enables support for Jakarta RESTful Web Services 3.0. These annotations can be used to define web service clients and endpoints that comply with the REST architectural style. Endpoints are accessed through a common interface that is based on the HTTP standard methods.
Enabling this feature
To enable the Jakarta RESTful Web Services 3.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>restfulWS-3.0</feature>