Hey all, I was wondering about the best way to RESTfully model information retrievals versus queries in REST. Imagine an Artist structure with name, genre,...
Hi Dave, The best way is to have the query do just that -- present a list of query results. If you actually want it to direct the client to a single match,...
... BTW, Donald, sorry to have taken so long to post a response, your message ended up in my spam bin somehow. Not speaking for other folks, but I think you...
Jeff Bone
jbone@...
Jun 1, 2004 8:46 pm
4421
... Why is discovery of a particular URI "better" than discovery of the construction technique for a URI? This argues that HTML FORM GETs are a bad way of...
... Suppose you defined the semantics of the query response format to provide such constraints/rules necessary to construct URIs. As long as the client...
... Caching. If you already have the information for that artist, why should you be forced to download it again? Often, the reason is because the resource...
Gotcha on the use of hierarchy rather than flat where appropriate. ... <snip/> ... Hey, now there's an idea. Maybe even official WSDL technology... Cheers, ...
I don't like the idea of keeping the URI construction opaque from the client because I don't want the extra round trip to get the list. And I think it's too...
... *groan* Ok, sure, *now* you support my "make WSDL more form-like" suggestions. 8-) The new HTTP binding goes further in this direction, but still falls ...
... Well, let's start building one. Strawman01 <!-- provide the URI pattern to use --> <form resource="http://example.com/quotes/${exchange}/${symbol}" ...
This sounds very relevant to how XForms could use GET. I am assuming that we want the stronger constraint of bookmarkability, right? Not just caching? So that...
In the category of "never post before coffee", forget my remarks about caching GET with a request entity. However, I am interested in the relevance of this...
I was further thinking about modeling of identifiers in xml versus URIs and the use of them in relation to other fields for queries. It seems that any XML...
Hey, ... I think that's the issue; I don't believe that it need look like that. That, for a particular document, an Artist is encapsulated within an ...
Dave, I searched on this a bit, but I could not find the gospel according to the TAG. However, it is my rememberance that URIs no longer have practical length...
... a ... The latest version of Chiba XForms we integrated was 0.9.5. This is available in the latest NetKernel Standard Edition download. The basics of what...
... Yes. As you've noticed, this is impossible with just simple directory-style slashes. But can I suggest that you step back and ask what problem you're ...
... A really elegant way of cleaning up the confusion, Neil. In my own API, that is the approach I took. The important thing is that incoming data structures...
I am looking to choose an XML representation of an HTTP requests and responses as part of a REST workflow system. The representation will be used in at least...
It's not XML, but if it's HTTP modelling you want, you might be interested in; http://www.w3.org/Architecture/state An XML serialization of such a model would...
Hi David, Here is my two cents. If the following speel does not directly address the issues that concern you then consider this as some ideas that I am airing...
... Not true - the other difference is that /artist/LisaSimpson could be constructed from external information (like a telephone book or content from some...
Hi Mike, Thanks for replying. ... What I was tring to say, in my clumsy way, is that the approach I was describing uses completely opaque paths that are always...
Well, there's a few fatal flaw in your example. XML ids can't contain "/" characters. The ID production follows the rules of "name" in XML 1.0. I'd looked...
... describing ... server. ... consequently ... Oh. I guess I read it too quickly. ... as you ... determine ... You'll still have to generate the URI on the...