Search the web
Sign In
New User? Sign Up
rest-discuss · REST Discussion Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2027 - 2056 of 10779   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2027
Long, but *well* worth the read. Every time I talk to Roy, I learn something new and useful. MB ... Date: Wed, 31 Jul 2002 23:48:05 -0700 Content-Type:...
Mark Baker
gonga_thrash
Offline Send Email
Aug 1, 2002
4:07 pm
2028
Matthew McGehrin, Sr. SOLARIS/Unix ADMIN, VERITAS, iPLANET, NFS, NT 3 Ayer Place • Rutherford, NJ 07070 • (201) 842-0435 • matthew@... Available...
Matthew McGehrin
matthew@...
Send Email
Aug 1, 2002
6:36 pm
2029
Mark, thanks for posting the email between Berners-Lee and Fielding. It was very interesting. http://groups.yahoo.com/group/rest-discuss/message/2027 One point...
Jeffrey Winter
j.winter@...
Send Email
Aug 2, 2002
1:36 am
2030
... ditto. ... i have two suggestions: first of all, given that one representation is basically a subset of the other, you could give the web browser...
Vincent D Murphy
johnfoobar1
Offline Send Email
Aug 2, 2002
9:05 am
2031
I nominated REST for the "Most Overlooked XML-Related Tool or Technology" category in the "2002 XML-Journal Readers' Choice Awards". :) Voting started today: ...
xemplify
Offline Send Email
Aug 2, 2002
3:50 pm
2032
... P> 2. "PUT and DELETE operations are rarely used, if ever." P> I see no reason for that rule. If what you want to accomplish P> is semantically equivalent...
Gary Lawrence Murphy
revg
Offline Send Email
Aug 2, 2002
6:38 pm
2033
... No, you're right. I was talking about more of a machine-to-machine scenario. PUT and DELETE are holes in current Web specifications. HTML was defined...
Paul Prescod
papresco
Offline Send Email
Aug 2, 2002
6:55 pm
2034
Damn. I was hoping you'd say something cool like http://www.mysite.org::DELETE/paper/N10243 given this, then, it's safe to say that whether you want to use...
Gary Lawrence Murphy
revg
Offline Send Email
Aug 3, 2002
1:36 am
2035
FWIW, I think that both PUT and DELETE support would be visible principally through the browser itself, not through the content. What I mean is that you should...
Mark Baker
gonga_thrash
Offline Send Email
Aug 3, 2002
3:26 am
2036
Rest folks, I just put up a 'demo' server that runs an experimental version of our NetGlue software. It's currently limited to 5-simultaneous users. I'll up ...
Ramin Firoozye
raminfiroozye
Offline Send Email
Aug 3, 2002
5:28 pm
2037
... From: "Gary Lawrence Murphy" <garym@...> ... Most browsers aren't going to make it easy. Most of the discussion - at least for me - is about...
S. Mike Dierken
mdierken
Offline Send Email
Aug 3, 2002
8:41 pm
2038
... From: "Gary Lawrence Murphy" <garym@...> ... You've got all the client code you need, on many platforms and in many languages. To make it...
S. Mike Dierken
mdierken
Offline Send Email
Aug 3, 2002
8:48 pm
2039
... From: "Mark Baker" <distobj@...> ... http://www.w3.org/Amaya/User/saving_and_publishing_documents/the_save_comman d.html#page_body ... Yeah... call it...
S. Mike Dierken
mdierken
Offline Send Email
Aug 3, 2002
8:49 pm
2040
... From: "Ramin Firoozye" <ramin@...> To: <rest-discuss@yahoogroups.com> Sent: Saturday, August 03, 2002 10:27 AM Subject: [rest-discuss] Demo HTTP...
S. Mike Dierken
mdierken
Offline Send Email
Aug 3, 2002
9:00 pm
2041
... You don't need PUT and DELETE to do REST. They are just handy and more interoperable than home-grown ways of doing the same thing. If you can use them...
Paul Prescod
papresco
Offline Send Email
Aug 3, 2002
11:43 pm
2042
... The answer to this question is perhaps, yes in one sense: the server uses the metadata accompanying the request to select a particular representation to...
Jeffrey Winter
j.winter@...
Send Email
Aug 4, 2002
4:22 am
2043
Thanks. I'll take a look at Xang. I especially like the NNTP one. Good stuff. Ramin...
Ramin Firoozye
raminfiroozye
Offline Send Email
Aug 4, 2002
6:42 am
2044
... I think it can also be said: * It must be possible to associate metadata with a URI so, uri.setMetadata(headers) This is one other way that web languages...
Jeffrey Winter
j.winter@...
Send Email
Aug 4, 2002
1:03 pm
2045
... client ... yes. var xmlhttp = new XMLHttpRequest(); this will give you an object that is compatible with MS's XMLHTTPRequest object. see...
sjoerd_visscher
Offline Send Email
Aug 4, 2002
8:28 pm
2046
... From: "Jeffrey Winter" <j.winter@...> ... I don't look at this as metadata about the URI, but rather metadata about the request - essentially...
S. Mike Dierken
mdierken
Offline Send Email
Aug 5, 2002
2:58 am
2047
... From: "sjoerd_visscher" <sjoerd@...> ... Very cool - thanks for the info!...
S. Mike Dierken
mdierken
Offline Send Email
Aug 5, 2002
2:59 am
2048
Ok, javascript is cool. I can dig javascript as a way to do this. So long as it works portably everywhere (opera, konqueror, lynx ...) and it looks like...
Gary Lawrence Murphy
revg
Offline Send Email
Aug 5, 2002
3:53 am
2049
... From: "Ramin Firoozye" <ramin@...> ... Just keep in mind that it was written several years ago. The code is split into two parts : a framework and an...
S. Mike Dierken
mdierken
Offline Send Email
Aug 5, 2002
5:25 am
2050
Hi Folks, The following question actually has a lot to do with REST, although it may not seem so. Once I get my tutorial completed I will show how it all fits...
Roger L. Costello
costello@...
Send Email
Aug 5, 2002
12:41 pm
2051
... Hash: SHA1 ... I thought XForms might have something to say on this -- but after a rather quick look at the spec I can't see anything. ...
Dan Brickley
danbri@...
Send Email
Aug 5, 2002
1:13 pm
2052
... As S. Mike Dierken pointed out http://groups.yahoo.com/group/rest-discuss/message/2037 straight HTML doesn't even support it, but you can use the same...
Jeffrey Winter
j.winter@...
Send Email
Aug 5, 2002
1:17 pm
2053
... I have to agree. That's a much better way of looking at it. ... IMO a PUT like a GET does dereference, basically because either way the resource's state...
Jeffrey Winter
j.winter@...
Send Email
Aug 5, 2002
1:32 pm
2054
My approach (with the toolkit I'm just about finished implementing) is to create a server-side filter that takes the key-value pairs in the incoming POST...
Philip Eskelin
philip_eskelin
Offline Send Email
Aug 5, 2002
2:17 pm
2055
... Hi Roger, People are free to correct me here (it's been a while), but: no browsers support HTTP PUT. I've done it before by writing an applet using a...
Uther, James
j_uther
Offline Send Email
Aug 5, 2002
2:22 pm
2056
rom: "Uther, James" <james.uther@...> ... I don't know about the other ones, but I know that in IE6, PUT is internally substituted with GET instead....
Seairth Jacobs
seairthjacobs
Offline Send Email
Aug 5, 2002
3:23 pm
Messages 2027 - 2056 of 10779   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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