Tag Archives: spring

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

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

Rent og pent med LTW

Jeg liker ren og pen kode akkurat like mye som hvilken som helst annen programmerer. Det kommer litt ekstra hjertebank av å se kode smellt sammen med minimal bruk av kodelinjer og like lettleselig som siste nummer av Donald Duck. Kodesnutter du bare kan trykke Ctrl+Print og levere rett til domeneeksperten og si “var det [...]

Remote Log4J in Flex?

Case: You’ve finally made that all-so-snazzy Flex application with DataGrids, Charts, transitions from here to the end of eternety, nice looking validators and all else you can think of. Also, you made it in no-time. The users are thrilled and so is the client. In other words, all is peachy in Rich Client Web Application [...]