Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rest-discuss · The REST Architectural Style List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1889
  • Category: Protocols
  • Founded: Nov 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 4726 - 4755 of 19451   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4726 S. Mike Dierken
mdierken Send Email
Dec 29, 2004
4:18 am
... When using PUT, the client application knows and identifies the resource that is to be replaced by the content in the request. Whether the server creates...
4727 S. Mike Dierken
mdierken Send Email
Dec 29, 2004
4:26 am
... When using PUT, the client is in control of the URI space. So take any PUT enabled file-system based Web server (like Apache) and it becomes a 'dumb ...
4728 Josh Sled
joshsled Send Email
Dec 29, 2004
2:46 pm
... No, you're right; I've made the mistake of conflating REST with HTTP. ... As per HTTP, POST has two meanings ... "submit data-block for data-handling" as...
4729 Walden Mathews
waldenmathews Send Email
Dec 29, 2004
4:21 pm
Josh, ... POST can't have two meanings per the spec., because the spec does not define a way to discriminate two meanings for POST. Or do I fail to get your...
4730 rlution Send Email Dec 29, 2004
6:21 pm
Thanks to all for the responses on my REST questions. There were a number of reponses to my question on handling URI parsing and dispatching on the...
4731 Vincent D Murphy
johnfoobar1 Send Email
Dec 29, 2004
9:56 pm
1. If you are parsing PATH_INFO, you can use mod_rewrite to de-uglify the cgi script path. /readable/foo/bar -> /cgi-bin/ugly.cgi/foo/bar I don't have...
4732 Roy T. Fielding
roy_fielding Send Email
Dec 30, 2004
2:29 am
... Yes, it was certainly a mistake when the NCSA team introduced HTML forms processing via POST (which at the time meant the same as NNTP's post) without...
4733 S. Mike Dierken
mdierken Send Email
Dec 30, 2004
5:56 am
... I added the table to this wiki page, but no summary or descriptive text. I also added DELETE, and another section for WebDAV methods. ...
4734 Vincent D Murphy
johnfoobar1 Send Email
Dec 30, 2004
9:36 am
Thanks for the clarification. I have two questions. ... Do you agree that it would be better if human user agents sending HTML forms just put the contents of...
4735 Josh Sled
joshsled Send Email
Dec 30, 2004
2:25 pm
... Every time I read RFC 2616 section 9.5, I come away with two meanings: * process data * "subordinate [...] in the same way that a file is subordinate to a...
4736 Josh Sled
joshsled Send Email
Dec 30, 2004
3:33 pm
... [deletia] ... I continue to be confused, though. I understand the importance of orthogonality of operations [generally], but there's a tension here ...
4737 Julian Reschke
JulianReschke Send Email
Dec 30, 2004
3:49 pm
... OK, I have filled out what I think the properties of the WebDAV methods are (feedback appreciated): method safe idempotent semantics resource...
4738 Roy T. Fielding
roy_fielding Send Email
Dec 30, 2004
10:19 pm
... PROPFIND, PROPPATCH, LOCK, and UNLOCK do not have identifiable resources (they all operate by way of a third party). Is PROPPATCH always idempotent? COPY...
4739 Julian Reschke
JulianReschke Send Email
Dec 30, 2004
11:03 pm
... Could you please expand on what you mean by "they operate by way of a third party" (is this about the Depth request header?)? For instance, the results for...
4740 Mark Baker
gonga_thrash Send Email
Dec 30, 2004
11:50 pm
I agree with your general point Roy, but just had a comment on something you said ... ... I was under the impression that the degree of visibility in both...
4741 Roy T. Fielding
roy_fielding Send Email
Dec 31, 2004
6:29 am
... That wasn't what I meant, though depth is certainly another can of worms. I guess that is another reason why PROPFIND is not cacheable. I meant that the...
4742 Roy T. Fielding
roy_fielding Send Email
Dec 31, 2004
7:43 am
... They are effectively the same, yes, but visibility is a continuous function. Just knowing something about the intent of the client may be better than...
4743 Julian Reschke
JulianReschke Send Email
Dec 31, 2004
11:15 am
... Correct. RFC2518 already specifies PROPFIND as non-cacheable. ... Ah! Now that depends on whether one considers those properties as different resources (as...
4744 Jan Algermissen
algermissen1971 Send Email
Jan 1, 2005
7:20 pm
Julian Reschke wrote: [...] ... Does anyone happen to know why the functionality of PROPFIND has not simply been enabled by the definition of a set of...
4745 Julian Reschke
JulianReschke Send Email
Jan 1, 2005
9:06 pm
... Extensibility of header names? Internationalization considerations? Namespace operations? Updates of properties? Anyway, this: "WebDAV and the Birth of...
4746 Roy T. Fielding
roy_fielding Send Email
Jan 1, 2005
10:32 pm
... Yeah, Yaron's twisted little view of history. It would be more accurate to say that some people insisted HTTP could not carry internationalized data in ...
4747 Julian Reschke
JulianReschke Send Email
Jan 2, 2005
1:34 pm
... OK, another interesting read is in Jim Whitehead's and Yaron Goland's "The WebDAV Property Design" "<http://www.cs.ucsc.edu/~ejw/papers/spe-whitehead.pdf>....
4748 elseielstad Send Email Jan 13, 2005
9:42 am
Ok, I haven't made it through the original disertation -- but I've gone through some of the posts here -- and read up on the wiki -- I think I grok the basics...
4749 Jan Algermissen
algermissen1971 Send Email
Jan 13, 2005
10:00 am
... Do it! And do it with passion :o) It takes time because it is dense (==value in every sentence), but it pays off very well. ... No, that'snot true....
4750 Justin Sampson
justin_t_sam... Send Email
Jan 13, 2005
10:00 am
The Web is *the* "real REST app". REST is a description of the principles that made the Web architecture so successful, and guidelines for keeping it that way....
4751 John Coe
johncoe42 Send Email
Jan 13, 2005
4:51 pm
The place that I have found REST most interesting, is in assembiling content from many web source using client side XSL processing, here is a snip that uses...
4752 elseielstad Send Email Jan 14, 2005
5:17 am
... perhaps I'm giving the REpresentational State Transfer theory too much credit -- the "current" http-server/http-client model for doing a "GET" -- follow...
4753 Jan Algermissen
algermissen1971 Send Email
Jan 14, 2005
10:53 am
... Hmm...I don't understand what you are up to here. What do you mean by 'talk to distributed resources'? ... Besides the question wheather your address book...
4754 Jan Algermissen
algermissen1971 Send Email
Jan 14, 2005
11:04 am
... In addition, it would be interesting to show that/how REST reduces the need to know about the specific semantics of the interaction up front. That is: how...
4755 Jan Algermissen
algermissen1971 Send Email
Jan 14, 2005
11:36 am
... Autsch....forgot about JS's security issue: no cross site scripting..... Seems one needs a server-based app for that sort of integration. Jan -- Jan...
Messages 4726 - 4755 of 19451   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help