I'v been trying to make my website work with rest, but i find it a little bit tricky. I followed this tutorial:
http://www.suryasuravarapu.com/2009/06/rest-crud-with-grails.html
And i managed to do the 'customer' and 'customer/1' get request in the WizTools RestClient. However, the 'update', 'create' and 'delete' part i didnt, meaning 'put', 'post' and 'delete'. My question is:
- How can i try this three methods, what do i need to do (folowwing the example)?
Thanks in advanced, Richard