Bloggposter merket som:
REST

How to use Spring Web Services and REST support in conjunction with JAXB 2 annotations

Update Updated example application to use annotations for WS endpoint resolution Spring Webservices encourages a contract first, message oriented approach to creating Webservices. The underlying details are completely under developer control starting from the contract to the marshalling/unmarshalling details to the endpoint handling the request. The same holds for the REST support that was just [...]