Bloggposter merket som:
web service

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

After getting some interesting feedback from an anonymous reader, I decided to transform the example in the previous post from JAXB first to XSD first. The updated code can be found in the xsdfirst branch of the memberservice project at github. What had to be done? 1. The JAXB message classes had to be deleted [...]

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 [...]