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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1371 - 1400 of 10776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1371
... From: "Robert Leftwich" <robert@...> ... hypertext' wiki page along with the comment 'No attempts to RESTify this example have been reported'...
S. Mike Dierken
mdierken
Offline Send Email
Jun 1, 2002
7:41 am
1372
I've posted it to the Wiki as well: http://internet.conveyor.com/RESTwiki/moin.cgi/RestGoesToMaui (say g'night gracie...) ... From: "S. Mike Dierken"...
S. Mike Dierken
mdierken
Offline Send Email
Jun 1, 2002
8:01 am
1373
I'm gonna watch Mike Dierken and you roll with the RESTification and just respond to one issue here. Nice title, Mike! ... Here's two: * A leg of the trip is...
bhaugen32
Offline Send Email
Jun 1, 2002
11:51 am
1374
Robert, Mike, anybody, Do you know if this is a realistic travel-agent scenario? For example, I would have thought that the agent would put a temporary hold on...
bhaugen32
Offline Send Email
Jun 1, 2002
12:19 pm
1375
Mike wrote: [snip] ... [snip] Quick HTTP question: is it standard to include a Location header field with 202 responses? After looking at RFC 2616 (sect...
Philip Eskelin
philip_eskelin
Offline Send Email
Jun 2, 2002
6:52 am
1376
HTTP allows persistent connections. That is, the client initiates a request and the connection stays open until the client closes it. While it is open the...
Roger L. Costello
costello@...
Send Email
Jun 2, 2002
7:00 pm
1377
I think that I understand the REST abstraction of an HTTP GET: A resource is an abstraction of a concept. How the resource is implemented is encapsulated....
Roger L. Costello
costello@...
Send Email
Jun 2, 2002
8:09 pm
1378
My take on this from an HTTP spec perspective (see http://internet.conveyor.com/RESTwiki/moin.cgi/HttpMethods - an extract from the HTTP specs) is as follows: ...
Robert Leftwich
robert@...
Send Email
Jun 2, 2002
9:23 pm
1379
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rest-discuss group. File : / Looking...
rest-discuss@yahoogro...
Send Email
Jun 2, 2002
9:55 pm
1380
... That was to allow access to the sub-resources directly, allowing changes to participants, stages, etc The usefulness of this probably varies depending on...
Robert Leftwich
robert@...
Send Email
Jun 2, 2002
11:28 pm
1381
... "Stateless" just means that all the information that's needed to interpret the meaning of the message, is available in the message itself. The type of...
Mark Baker
distobj@...
Send Email
Jun 3, 2002
3:08 am
1382
POST doesn't have to create new resources, it can just be a logical "add" where what is "added" can be consumed as soon as it's processed and not provided its...
Mark Baker
distobj@...
Send Email
Jun 3, 2002
3:26 am
1383
... Pass by reference is a problem in distributed systems, but it seems to be solved in CORBA, and I believe in DCOM as well. The problem I usually think of...
Jason Petrone
jpetrone@...
Send Email
Jun 3, 2002
3:29 pm
1384
... From: "Philip Eskelin" <philip@...> ... with 202 ... Location ... the ... client ... Nope - that was my little addition. I haven't sent a mail to...
S. Mike Dierken
mdierken
Offline Send Email
Jun 3, 2002
4:49 pm
1385
... From: "Roger L. Costello" <costello@...> ... No - the requests are (should) be independent. They each must specify resource, method, auth, encoding,...
S. Mike Dierken
mdierken
Offline Send Email
Jun 3, 2002
4:51 pm
1386
... From: "Robert Leftwich" <robert@...> ... to participants, stages, etc If as a URI the participant would be "Trip1/participants/Participant1",...
S. Mike Dierken
mdierken
Offline Send Email
Jun 3, 2002
4:59 pm
1387
... From: "Robert Leftwich" <robert@...> ... one? ... else for that matter). Another mike-ism. I think it is useful to identify the meaning the...
S. Mike Dierken
mdierken
Offline Send Email
Jun 3, 2002
5:03 pm
1388
... From: "Jason Petrone" <jpetrone@...> ... By 'rebuild' to you mean 're-acquire' or do you mean that the URI has the full state of the object?...
S. Mike Dierken
mdierken
Offline Send Email
Jun 3, 2002
5:04 pm
1389
... Correct me if I am wrong, but I meant that "the URI has the full state of the object." I suppose there will be some cases where encoding the full state in...
Jason Petrone
jpetrone@...
Send Email
Jun 3, 2002
5:52 pm
1390
... From: "Jason Petrone" <jpetrone@...> To: <rest-discuss@yahoogroups.com> Sent: Monday, June 03, 2002 10:50 AM Subject: Re: [rest-discuss]...
S. Mike Dierken
mdierken
Offline Send Email
Jun 3, 2002
8:51 pm
1391
http://www.ietf.org/internet-drafts/draft-ietf-ediint-as2-11.txt HTTP Transport for Secure Peer-to-Peer Business Data Interchange over the Internet ... ...
S. Mike Dierken
mdierken
Offline Send Email
Jun 4, 2002
5:20 am
1392
Hi Folks, Below is an except from Fielding's REST dissertation, describing why cookies are not RESTful. Can someone explain what he is saying here? "Likewise,...
Roger L. Costello
costello@...
Send Email
Jun 4, 2002
12:26 pm
1393
... You know that cookies are stateful, right? That is, they make it so that there isn't enough information in the HTTP message to understand what it does,...
Mark Baker
distobj@...
Send Email
Jun 4, 2002
12:42 pm
1394
Basically he's saying that cookies are a quick hack that ignores REST. Rather than specifying session state in a message header, session state should be part...
Lucas Gonze
lgonze@...
Send Email
Jun 4, 2002
12:42 pm
1395
... Just a nit. The second part of that sentence is true, but the first part is not the issue. Any individual HTTP message need not contain the state, let...
Allan Doyle
mit80eecs
Offline Send Email
Jun 4, 2002
1:38 pm
1396
Allan, ... No, the first part is the issue (though I could have chosen a better word than "does"). You appear to be confusing "stateful interaction" with...
Mark Baker
distobj@...
Send Email
Jun 4, 2002
2:02 pm
1397
... I read it differently because the subject was cookies. Cookies are for session state, i.e. stateful service. ... Yes, I agree fully with this. ... and...
Allan Doyle
mit80eecs
Offline Send Email
Jun 4, 2002
2:09 pm
1398
... checkout. Why couldn't the shopping basket be kept on the server, with a customer-specific URI? Why is it any different than an uncommitted order? The...
bhaugen32
Offline Send Email
Jun 4, 2002
2:39 pm
1399
State-Alignment Transaction Model AKA RosettaNet/ebXML/UNCEFACT Business Transactions This transaction model was first published for RosettaNet (as far as I...
bhaugen32
Offline Send Email
Jun 4, 2002
2:47 pm
1400
... There are cases when you'd want this, for example when the shopping basket did things very specific to the app. But generally, I don't think that shopping...
Mark Baker
distobj@...
Send Email
Jun 4, 2002
3:11 pm
Messages 1371 - 1400 of 10776   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