I'm curious if anyone has any comments on this xml.com article: http://www.xml.com/pub/a/2004/08/11/rest.html After reading the thesis and this entire mailing...
... It seems to be one person's suggestions on how to implement a REST-based service. Too bad it wasn't written that way. It would be more accurate to say...
I hadn't seen it till you pointed it out. The first part is a generic summary of the past two years. I think fundamentally the author mistakes architecture and...
See also http://www.w3.org/TR/1999/NOTE-authentform-19990203 ... From: S. Mike Dierken To: rest-discuss@yahoogroups.com Sent: Thursday, August 26, 2004 10:03...
Regarding logout, Mark writes; "HTTP authentication doesn't provide any way to 'log out' a user" It seems to me that it shouldn't, as "logout" is something a...
Hi ... Actually you *can* set it up it's just that is is not that easy... There is a document here that explains one way of doing it with mod_perl: - Hacking...
... This is not *really* a REST issue but more a user interface issue because in terms of RESTfull web services environments the HTTP 401 is really all that is...
I have a situation that I'd like get opinions on from the rest community, if people are willing. I don't remember reading anything specific covering it in the...
... FWIW, RFC 2616 says nothing about Location being used in this way, so you're doing things in a way which isn't licensed. On the other hand, I think it...
... Hmmm.. So, I'm going to jump to the conclusion that it would be ok to use a different header. E.g. - something like "X-Report-Location". :) ... Ok, I can...
Hey, According to section 10.2.3 of RFC 2616 <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3>: "The entity returned with this response SHOULD...
sandeep@...
Sep 8, 2004 10:05 am
4535
... This mozilla extension does it: http://mmcc.cx/mozilla/ I wonder if it can work within a page (onClick...) Cheers, -- Laurian Gridinoc Chief Developer ...
... Hmm, no. So long as the processing happens later, 202 is fine. ... I'd do as the other poster suggested. Mark. -- Mark Baker. Ottawa, Ontario, CANADA....
... Maybe using setAuthIdentity to set it to a default logout value ie. user: anonymous, then the underlying app will handle it somehow...not nice anyway. ...
Hi, has anybody ever come across diagramatic approaches to model or document sequences of REST interactions? Maybe even employing specialized means to document...
Folks, Like Jan, who asked here last week about a diagram style for notating REST stuff, I'm also looking for something I can't find. I'm working on a protocol...
Kendall, Alloy[1] is a successor to the Z Notation. Its syntax is NOT more specific to the problem domain than Z, but it will allow you to examine assertions...
DanC has done some work with Larch that might be relevant; http://www.w3.org/People/Connolly/drafts/formalism.html Mark. ... -- Mark Baker. Ottawa, Ontario,...
I am the co-author of the bestselling book: A Practical Guide to Enterprise Architecture (http://www.amazon.com/exec/obidos/tg/detail/-/0131412752/) and seek...
Hi. I've been struggling with trying to apply REST to a project of mine, a decentralized P2P payment system using only IOUs passed between friends in a social...
This is a lot to digest... so this response isn't going to be extremely helpful. I do have a few questions though. ... By 'distributed objects' do you mean an...
Ryan, I've recently been thinking about something similar -- a p2p protocol for a generic object system (data, not behavior) based on a network database model....
REST != HTTP. HTTP provides a protocol that can be used REST-fully in many ways, but it can also be used non-REST-fully. I don't know the Jabber protocol,...
I'm lost. Perhaps if your applications was re-phrased using 'resource' rather than 'node' and 'object' I'd be able to understand. ... What is an 'originating...
On Tue, 5 Oct 2004 22:10:10 -0700, S. Mike Dierken <mdierken@...> ... Gotcha. ... Ripple is a P2P trust network of software node-agents living on http ...