We never found a solution to this problem. We've been using @RequestBody with JAXB generated types or @RequestParam. This works for us but it seems like a large missing feature not to allow URL...
Type: Posts; User: jasongilman; Keyword(s):
We never found a solution to this problem. We've been using @RequestBody with JAXB generated types or @RequestParam. This works for us but it seems like a large missing feature not to allow URL...
I've just started working with Spring 3.0 M3 to write a REST API for use instead of an existing SOAP API. I followed the instructions for creating a restful service. Any methods that I've annotated...