- From: Wilde, Erik <Erik.Wilde@emc.com>
- Date: Thu, 9 May 2013 20:22:55 -0400
- To: "ashok.malhotra@oracle.com" <ashok.malhotra@oracle.com>
- CC: "public-ldp-wg@w3.org" <public-ldp-wg@w3.org>
hello ashok. On 2013-05-09 14:46 , "Ashok Malhotra" <ashok.malhotra@oracle.com> wrote: >I think you are saying that you do all updates on the client and then >send to server as a single >bundle. Yes, that would work but I don't know how to bundle a bunch of >PUTs, POSTs and >DELETEs into a single interaction. that's not what you would do in a RESTful design. in REST, you would design a representation that would be able to capture all the things you want to do, and then you would just POST this representation. this would be the scenario where you design the state that you want to be able to transfer from the client to the server in one interaction. cheers, dret.
Received on Friday, 10 May 2013 00:23:06 UTC