[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: A question about REST and transaction isolation


Re:  A question about REST and transaction isolation
David Megginson <dmeggin@a...> writes:

> I'm not sure how well REST provides answers to the problem of moving
> resources around.  Your problem is that the server, user A, and user B
> all have copies of the same information, and the server has to decide
> whether to accept or reject user B's version after user A has already
> done a checkin.
> 
> One easy solution is to add a sequence number or checkout date to each
> XML document:
> 
>   <pilot-record seq="123">

This is not much different from adding transaction-id parameter to the
request as I suggested originally, is it? There is no intrinsic reason
to only support application/xml in PUT/POST; in this project, we need
to support multipart/form-data as well to accept input from
browsers. So your <pilot-record seq="123"> becomes
pilot-record/Ari%20Krupnikov?seq=123&...

> Of course, it is easy for the client to cheat by simply bumping up the
> sequence number and resubmitting, but then again, the client can
> arbitrarily change information anyway -- it's just a matter of letting
> people know when there might be a conflict.

Right. We all know this situation from CVS, either done it to someone
or had this done to us, a "hostile check-in", so to speak.

> As far as REST goes, the URL on the server always points to the
> server's current version of the information (the last checkin it
> accepted) -- that's about it.

Well, pilot-record/Ari%20Krupnikov points to the current
version. pilot-record/Ari%20Krupnikov?seq=123 may well point to an
archive version or to an uncommitted temporary version, possibly only
available to the user who created it.

Speaking of which, is it reasonable wrt REST to allow or deny access
to a resource based not simply on user+passwd but on
user+passwd+query-string?

Ari.

-- 
Elections only count as free and trials as fair if you can lose money
betting on the outcome.

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.