thank you, with some finagaling here is what I came up with:
1. Define another controller that handles the url you are interested appended with jsonin. I did this because if I put the...
Type: Posts; User: gandalf.hudlow; Keyword(s):
thank you, with some finagaling here is what I came up with:
1. Define another controller that handles the url you are interested appended with jsonin. I did this because if I put the...
Here is something that doesn't work, as far as I can tell every single PUT to http://localhost:8080/MyService/MyDataItem/json results in an empty object being created on the server side (the...
I currently have this working with a roo generated project to pull json formatted objects from the server, works good using the jackson library:
ObjectMapper mapper = new...