Hi, I'm just wondering about the interplay of authorization with resource space when developing web applications. Is there anything un-RESTful about...
This may already be widely known, but it just occured to me that this might be a useful resource (ahem) for this group; http://www.cs.wpi.edu/~webbib/ I've...
In REST, we agree that all state should be kept on the client side. Now, what is the best way to go about doing that? I am not necessarily talking about...
<http://www.ietf.org/internet-drafts/draft-nystrom-http-sasl-05.txt> this draft might be interesting to anyone working with secure http systems. Bill de hÓra...
Does anyone had a look at Jabber as a Rest protocol ? It's full XML, based on few methods (get,set,result,error) for the <iq/> element. I'm quite new to Rest...
http://www.infoworld.com/articles/pl/xml/02/11/04/021104plgroove.xml I've just read this article on the upcoming Groove web services interfaces. It talks about...
I'm trying to develop a webapp in a RESTful fashion, but recently ran into a conundrum that I'm hoping y'all can help me solve. I've already scoured the wiki...
I'm not sure everybody had heard about this, but Mitch Kapor is starting a group to build an open source PIM - email, contacts, schedule, etc. It's going to be...
Dear REST'ers, I am happy to share the news with you all that very recently I implemented the REST interface to the open source ebxml registry/repository.This...
http://radio.weblogs.com/0113297/stories/2002/09/24/wholisticWebServices.htm l This is an interesting read on what some WebServices may grow into. "The...
Hi all, At the recent Web Services DevCon I did a talk on REST & SOAP, and how they can be combined in a RESTful manner. The slides are at [1] - I'd be ...
Hi Folks, I have created a step-by-step guide to building XML-based Web Services. The tutorial employs the REST architectural style. Here is the online, HTML...
... Not a bug, a version skew. Python 2.2 (#1, 07/14/02, 23:25:09) [GCC Apple cpp-precomp 6.14] on darwin Type "help", "copyright", "credits" or "license" for...
http://lists.w3.org/Archives/Public/www-ws-arch/2002Jun/0085 Can you do the same exercise with POST, PUT and DELETE? That would be a valuable set of articles. ...
... The fact that there is potentially a divergence there is exactly my point. It's okay for HTTP to diverge but if the spec doesn't say clearly one way or...
Hi, this might actually be an FAQ question, but I want to make sure not just 'legal HTTP' but also RESTful: Can I POST to a URI that contains a query string ? ...
... ok. moved from rest-explore... ... Do intermediaries actually depend on this or is it just the semantics of the method itself? ... The SOAP PUT issue was...
A while ago I posted a trial baloon on rest-discuss about a decentralized REST auction idea. http://groups.yahoo.com/group/rest-explore/message/96 The response...
I would like to apply REST principles to a problem that I am currently working through, but the current requirements are pushing towards an EBI (i.e., ...
Last week Jeff Bone posted: [quote] BTW --- A colleague up at work wrote a MoinMoin processor that allows you to embed dot code directly into a Wiki page and...
I'm not sure everybody interested in Web notifications has noticed, but the world of blogs has built pub/sub mechanisms. Very useful, but not very REST. But of...
Ah, finally. Apparently Python has some backwards compatibility issues. MoinMoin 0.9 only works with Python 2.1, not 2.2. MB -- Mark Baker, CTO, Idokorro...
Hi, Posting to both lists for better coverage. If you're a "newbie" and you're not interested in formal models, pass this by... I've just created a page on...
Okay, despite pissing all over the idea of pipelined HTTP requests at some earlier point, I've come across a situation where this is absolutely necessary....
The RESTwiki is mostly up, but for some reason the main page is "crashing". Could anybody debug it for me? I have no idea how to decypher what appears here; ...
I think we've danced around this before, but I forget where we ended up... What are the semantics of DELETE regarding query strings. E.g., if I say DELETE...