... Yes... (see Mark's reply) ... The one that convinced my has been made by Mark: MONITOR uniform because it is meaningful to all resources, so it makes sense...
4077
Walden Mathews
waldenmathews
Dec 28, 2003 3:18 am
Sandeep, ... Yes, and two's complements of the season to you too! ... Uh oh! ... things ... them ... without ... Or just to make sense... ... PUT and ... When...
4076
Mark Baker
gonga_thrash
Dec 28, 2003 1:30 am
... Yep, exactly. We used a 201 response to indicate the URI of the monitor (noun), and a DELETE on it would remove the subscription. Also, each event...
4075
sandeep@...
Dec 28, 2003 1:27 am
Hey! Compliments of the season to everyone! :) I'm new to the REST way of doing things and have a few questions to ask. Let me first put down some of my...
4074
Walden Mathews
waldenmathews
Dec 27, 2003 11:59 pm
Hi Jan, I read quickly... I don't like MONITOR as a "generic" method. Monitoring is a stateful activity (can't think of a better wording for that,...
4073
Jan Algermissen
algermissen1971
Dec 27, 2003 11:02 pm
Hi-- as promissed, I am right in the middle of implementing MONITOR (using Apache/mod_perl) and, naturally, questions pop up immediately. Here is my approach: ...
4072
Mark Baker
gonga_thrash
Dec 24, 2003 1:40 am
... Yes, a couple of years ago at Idokorro/Planetfred. It was implemented as an HTTP proxy, and was also usable as a surrogate (reverse proxy). ... It first...
4071
Jan Algermissen
algermissen1971
Dec 23, 2003 4:16 pm
Hi Mark-- I really, really like your way[1] of subscribing to a feed: telnet proxy.markbaker.ca 80 MONITOR http://www.pacificspirit.com/blog/index.rdf HTTP/1.1...
4070
Jan Algermissen
algermissen1971
Dec 22, 2003 6:47 pm
... Thanks (I thought so, but your post sounded so much like "here is the magic tool!" that I had to go ask ;-) ... Wouldn't that be a nice job for the NLP...
4069
Mark Baker
gonga_thrash
Dec 22, 2003 6:34 pm
Hi Jan, ... I looked at the context in which "http://www.w3.org" was used. e.g. here's a use of it; http://www.opera.com/support/ "Opera closely adheres to the...
4068
Jan Algermissen
algermissen1971
Dec 22, 2003 6:21 pm
Hi Mark-- in http://lists.xml.org/archives/xml-dev/200207/msg01236.html you wrote (concerning using Google's 'link' feature): "Tim told me that he thought that...
4067
Seth Johnson
differance1
Dec 19, 2003 12:19 am
(The following is a broad overview of a system I am developing; I think it is right exactly up the alley of REST, though it proposes to transcend some parts of...
4066
Roy T. Fielding
roy_fielding
Dec 14, 2003 3:45 am
... A better way to think about it is that the request expresses the intent of the client but the server is responsible for mapping that back into the state of...
4065
Mark Baker
gonga_thrash
Dec 14, 2003 2:19 am
... I should have been clearer, sorry. By "anything goes" I just mean that the content doesn't have to be bit-for-bit identical (though that seems to be...
4064
Chuck Hinson
cmhinson@...
Dec 14, 2003 12:15 am
... I don't understand what you mean by this. I understood that PUT was used to set the state of a resource, and that the desired state of the resource was...
4063
Seairth Jacobs
seairthjacobs
Dec 13, 2003 9:01 pm
... Well, the simplest way would be returning an entity in the response. I am beginning to think this is the part I have been overlooking with PUT, or at...
4062
Jan Algermissen
algermissen1971
Dec 13, 2003 8:46 pm
... [...] ... I think you can simply compare this behavior to the database world: if you INSERT a row into a table and do a subsequent SELECT there is nothing...
4061
Seairth Jacobs
seairthjacobs
Dec 13, 2003 8:35 pm
... Just how useful does PUT end up being if the end result is "anything goes"? Suppose instead that you do a PUT, and get back in the response to that PUT...
4060
Seairth Jacobs
seairthjacobs
Dec 13, 2003 8:27 pm
There is not yet an architecture. Actually, what brought this question up was the work going on with Atom [1], particularly with the API [2]. When editing an...
4059
Mark Baker
gonga_thrash
Dec 12, 2003 3:42 pm
... There's no guarantee, in general, that a PUT followed by a GET, even "immediately", will return the same content. The content crossed a trust boundary;...
4058
Walden Mathews
waldenmathews
Dec 12, 2003 1:58 pm
Seairth, A good way to answer this might be to list the constraints from the REST architecture which you feel may have been violated, with citations from the...
4057
Seairth Jacobs
seairthjacobs
Dec 12, 2003 1:27 pm
I am still unclear on something about PUT. Suppose I PUT the following: <elem1> <elem2>Value</elem2> </elem1> Now, suppose that an immediate GET returns: ...
4056
Mark Baker
gonga_thrash
Dec 12, 2003 3:56 am
Have you considered RDF? It seems the kind of framework one might want for, appropriately enough, describing resources 8-) e.g. <rdf:RDF> <tyler:InternetURI...
4055
Seairth Jacobs
seairthjacobs
Dec 10, 2003 3:43 am
I don't know of any standard practice, but if you are just returning list of URIs, you may want to look at RFC2483, section 5 (text/uri-list) [1]. Seairth [1]...
4054
Tyler Close
tjclose
Dec 10, 2003 3:11 am
Section 10.3.1 of RFC 2616 says the following about the 300 Multiple Choices status code: "Unless it was a HEAD request, the response SHOULD include an entity...
4053
Walden Mathews
waldenmathews
Nov 28, 2003 6:49 pm
I meant to forward this to the group, not just Mark, sorry. Walden ... From: "Walden Mathews" <waldenm@...> To: "Mark Baker" <distobj@...> Sent:...
4052
Mark Baker
gonga_thrash
Nov 28, 2003 3:36 pm
I figured that Ian probably got it from; http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_2 and ...
4051
Walden Mathews
waldenmathews
Nov 28, 2003 3:23 pm
Yes, it really could be clearer. I don't remember REST constraining roles beyond the level of "client" and "server", and even those are temporal assignments. ...
4050
Mark Baker
gonga_thrash
Nov 28, 2003 1:52 pm
It presumably refers to the roles of components, but it could be clearer; "party" could also refer to the authority under which a component acts. Mark. ... -- ...
4049
Gustaf Liljegren
gustaf.liljegren@...
Nov 28, 2003 1:39 am
A short question. In W3C's "Architecture of the World Wide Web" document [1], REST has been distilled into the following items: - statelessness - clear...