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: 1890
  • Category: Protocols
  • Founded: Nov 13, 2001
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 3482 - 3511 of 19474   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3482 Tyler Close
tjclose Send Email
Mar 6, 2003
12:06 pm
... So how important is application security to you and others on this list? Are there people on this list that implement business applications, or is it...
3483 Mark Nottingham
mnotting Send Email
Mar 9, 2003
5:23 am
Hmm, the bug I opened against Apache re: automatically generating Content-Location in mod_dir (i.e., when "/" is rewritten to "/index.html") was closed...
3484 Mikael Andersson
snikkt Send Email
Mar 10, 2003
11:23 pm
... Actually this is possible, and standardized if rss would be a registered mime-type [1] with version as an optional attribute. It seems as if rss is not...
3485 Mikael Andersson
snikkt Send Email
Mar 10, 2003
11:35 pm
... Just some quick notes regarding the caching reasoning in the bug: A cache cannot assume an url derived from content-location can be used by subsequent...
3486 Jeffrey Winter
kimberliewinter Send Email
Mar 14, 2003
4:13 pm
I've been working with the Tamino WebDAV Server and found that its implementation of PUT stores the entity using the XML infoset and not a byte-for-byte copy....
3487 Seairth Jacobs
seairthjacobs Send Email
Mar 14, 2003
4:30 pm
From: "Jeffrey Winter" <JeffreyWinter@...> ... I don't think this is a document-vs-data thing. I think that this is a semantics-vs-syntax thing. Since...
3488 S. Alexander Jacobson
shop2it Send Email
Mar 14, 2003
8:00 pm
Multiple possible problems: 1. Loss of XML comments Are they part of the infoset? 2. Loss of whitespace information 3. Loss of document-checksum abilities If I...
3489 Seairth Jacobs
seairthjacobs Send Email
Mar 14, 2003
8:42 pm
From: "S. Alexander Jacobson" <alex@...> ... Not if I couldn't read it with MSWord6. Any of the items listed above all fall under "can I use the GET...
3490 Jeffrey Winter
kimberliewinter Send Email
Mar 15, 2003
12:56 am
By data I meant the underlying data model of the document type itself. If you have an entity of Content-Type: text/xml: <test attr1 = "foo" attr2="bar"...
3491 inthedarkplace Send Email Mar 15, 2003
6:22 am
... above all ... version?" ... they are ... PUT in ... doesn't ... restricitve ... because it's ... thing ... you have ... I'm not sure why everybody thinks...
3492 Ian Clelland
ian@... Send Email
Mar 15, 2003
11:25 am
... Does this imply, then, that whenever a client issues a successful PUT request, that the client should immediately perform a GET of that request (or...
3493 Seth Ladd
bootyindustries Send Email
Mar 23, 2003
2:57 am
... I don't believe it is. The identity of a thing shouldn't be coupled to any Access Control List information I have about that thing. Another reason: try to...
3494 Hammond, Tony (ELSLON)
tony2003h2003 Send Email
Mar 24, 2003
4:30 pm
The following may be of interest to this list. - Tony The OpenURL Framework: ANSI/NISO Draft Standard The proposed ANSI/NISO Standard "The OpenURL Framework...
3495 Seairth Jacobs
seairthjacobs Send Email
Mar 27, 2003
4:17 am
I have been kicking around the idea of creating a simple, distributed, message system using REST practices. I know that there are some such things out there...
3496 Yannick Loiseau
pioupiougroups Send Email
Mar 27, 2003
8:37 am
I 'm currently trying to code such a thing, after i've red the Paul's proposal [1]. As this protocol need both server to use it, and as I'm trying this for a...
3497 S. Alexander Jacobson
shop2it Send Email
Mar 27, 2003
9:21 am
I am interested in this as well, but, as we discussed earlier, it faces the difficulty of retrieving only "new" messages. Assuming, we follow Roy Fielding's...
3498 Erik Terpstra
eterps73 Send Email
Mar 27, 2003
9:46 am
... <snip> I am not sure if I understand you correctly. But if the issue here is to retrieve only new messages instead of the entire inbox on the specified ...
3499 Seairth Jacobs
seairthjacobs Send Email
Mar 27, 2003
3:42 pm
There are two separate issues being discussed here: 1) The messaging infrastructure between the sender and recipient 2) The ability for the recipient to...
3500 Yannick Loiseau
pioupiougroups Send Email
Mar 27, 2003
4:23 pm
Here are some variant protocols that I've thought about (see attached file). Wich seems the best to you ? I. is the one proposed by Seairth Jacobs (if I've...
3501 Seairth Jacobs
seairthjacobs Send Email
Mar 27, 2003
4:34 pm
I invite all of you to join a new mailing list that is dedicated to defining and implementing a RESTful messaging architecture. The emphasis is on simplicity,...
3502 Dave Kuhlman
dkuhlman@... Send Email
Mar 27, 2003
5:42 pm
I'm continuing my work with FSM (finite state machines) and REST. I'm now doing a more complete job of generating an FSM/REST applications that runs on top of...
3503 Roy T. Fielding
roy_fielding Send Email
Mar 28, 2003
1:32 am
... Nice diagram. ... II, except that if the user agent wants to see a list of messages since a given time (as opposed to all messages), then it should use a...
3504 Roy T. Fielding
roy_fielding Send Email
Mar 28, 2003
1:32 am
... It is not unRESTful. Every resource should have a URI. That is a resource, even if it is ephemeral in content. ... It also ties the client and server...
3505 Duncan Wilcox
duncanwilcox Send Email
Mar 31, 2003
3:03 pm
Hi, this is the documentation for a REST interface to a search engine I have been working on: http://www.focuseek.com/en/searchbox/manual/restinterface.html ...
3506 Seairth Jacobs
seairthjacobs Send Email
Mar 31, 2003
3:16 pm
From: "Duncan Wilcox" <duncan@...> ... schemas ... a ... I haven't had a chance to look at the rest of it, but I believe you are using the 406 response...
3507 Duncan Wilcox
duncanwilcox Send Email
Mar 31, 2003
7:46 pm
... You're right, thanks for spotting it! Actually my documentation doesn't list all error messages returned by the server for the different resources, maybe...
3508 Richard Padley
sem_antico Send Email
Apr 1, 2003
8:21 am
A small point, but in the introduction you link to RFC 2068 which is obsoleted by RFC 2616....
3509 Dave Kuhlman
dkuhlman1001 Send Email
Apr 2, 2003
10:45 pm
Below is a conversation I've had about how to do REST-ful Web applications. I'd appreciate any comments that you think might save me from ending up in the...
3510 S. Mike Dierken
mdierken Send Email
Apr 3, 2003
5:19 am
... From: "Dave Kuhlman" <dkuhlman@...> ... The term 'stateless&#39; shouldn't be applied to REST or applications build in that style. HTTP as a...
3511 Oliver Schmelzle
oschmelzle Send Email
Apr 4, 2003
10:49 pm
Tim O'Reilly gives some insights on web services usage at Amazon: http://www.oreillynet.com/pub/wlg/3005 Here is the interesting part: "Amazon has both SOAP...
Messages 3482 - 3511 of 19474   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