... I have 40M+ resources, so I wasn't considering this as feasible. I also think that HTTP indicates that part of a server's job for handling PUT is for the...
4453
S. Mike Dierken
mdierken
Jun 12, 2004 5:19 am
... Huh? The original suggestion of /artist?name=Lisa%20B%20Simpson is an unvalidated URI manufactured by an external user-agent also. The "?" doesn't make it...
4454
S. Mike Dierken
mdierken
Jun 12, 2004 5:22 am
... My opinion is that both are tools, with benefits and costs. Both are widely used - discovery via href= attributes and generative via FORMs. The discovery...
4455
Walden Mathews
waldenmathews
Jun 12, 2004 12:13 pm
Why are you averse to using POST for all the operations that send data to the server? Walden ... From: "S. Mike Dierken" <mdierken@...> To: "John...
4456
John Belmonte
jbelmonte8
Jun 12, 2004 12:38 pm
... I wasn't suggesting you store all your resources on the client, so perhaps we misunderstand each other. I'm not sure what your meaning is in that second...
4457
S. Mike Dierken
mdierken
Jun 13, 2004 2:54 am
I'd like to use PUT to update a resource in order to indicate to clients that the request is idempotent. The reliability/availability concerns here at work can...
4458
S. Mike Dierken
mdierken
Jun 13, 2004 5:24 am
... handling ... I was just mentioning that it's a common pattern for a client to 'own' the resource identifier and that HTTP supports this approach. It seems...
4459
Walden Mathews
waldenmathews
Jun 13, 2004 1:15 pm
Mike, How about this: 1) POST input documents to a generic resource on the server that is responsible for associating these documents with their final merged...
4460
S. Mike Dierken
mdierken
Jun 14, 2004 4:49 am
... Thanks Walden, I think this is a great REST pattern (described by others as well - I wonder if we should start a 'design patterns' page for REST on the ...
4461
Walden Mathews
waldenmathews
Jun 14, 2004 12:33 pm
... From: "S. Mike Dierken" <mdierken@...> To: "Walden Mathews" <walden@...> Cc: <rest-discuss@yahoogroups.com> Sent: Monday, June 14, 2004...
4462
Tony Butterfield
butter1060
Jun 14, 2004 1:53 pm
... and wanted to clarify some design questions (especially around the use of PUT and the use of 'synthesized39; resources). ... XML) are used to generate a...
4463
Neil Kandalgaonkar
neil_j_k
Jun 14, 2004 10:56 pm
... In HTML, aren't the vast majority of URIs just provided in links? Do you mean forms? Because, of course, that's a good standard for transforming client...
4464
S. Mike Dierken
mdierken
Jun 15, 2004 4:41 am
... I'd like a general mechanism for constructing a request - regardless of URI path, URI query terms, request headers, etc. I'd settle for complete access to...
4465
Mark Baker
gonga_thrash
Jun 15, 2004 4:46 am
... RDF Forms is intended to be such a mechanism ... or at least it will be once I finish everything in the todo list. As is, it just tries to do what HTML...
4466
S. Mike Dierken
mdierken
Jun 15, 2004 4:54 am
... to ... difference ... server ... In my environment, I doubt the clients would maintain a mapping. ... I'm thinking that if the URI is constructed only from...
4467
Jeff Bone
jbone@...
Jun 15, 2004 7:24 am
... Yes - explicit ones. We're talking about having the servers specify generation rules for whole classes of valid URI, not merely passing out explicit lists...
4468
Laurian Gridinoc
lauriangridinoc
Jun 15, 2004 1:57 pm
Hello, Regarding the access-by-traversal [1] from Waterken Web Calculus [2], their capability URI [3] cannot be considered Generative Naming since the URIs are...
4469
Laurian Gridinoc
lauriangridinoc
Jun 15, 2004 2:04 pm
Hello, Is there any sqlREST-like tool for exporting java objects to the web in a RESTful manner? The same question goes for a RDFStore, Joseki RDF Web API [1]...
4470
Josh Sled
joshsled
Jun 15, 2004 2:16 pm
... Another one [well -- an API rather than a specific tool] I'm aware of is the RDF NetAPI [1] which has an interesting take on "directly" using HTTP. [1]...
4471
Laurian Gridinoc
lauriangridinoc
Jun 15, 2004 2:48 pm
... It's more like an entry point to a RDFStore as a service, I was hoping for something with lower query string usage, something like mapping the URI path as...
4472
Donald Strong
illyrian_au
Jun 16, 2004 1:43 am
Hi Mike, Please note that these comments apply to the following message. http://groups.yahoo.com/group/rest-discuss/message/4441 I also realise from other...
4473
S. Mike Dierken
mdierken
Jun 16, 2004 2:54 am
... The clients in this case don't have all the inputs. The service they submit data to is the storage service. ... If the service were purely an algorithm,...
4474
S. Mike Dierken
mdierken
Jun 16, 2004 3:03 am
... Although it's a common approach on servers to route requests to a request handler based on the path portion only, the definition of URI encompasses all the...
4475
Walden Mathews
waldenmathews
Jun 16, 2004 3:25 pm
... of ... Different meanings for the word 'query39;. Donald is referring to what is more formally known as set comprehension*, a very loosely coupled way of...
4476
David Orchard
dorchard100
Jun 17, 2004 10:06 pm
I laughed, I cried, when I got told to check out XPointer as to my regrest I was on the XPointer WG. I still haven't recovered from the agony and scars of...
4477
David Orchard
dorchard100
Jun 17, 2004 10:06 pm
here, here. As you can guess, I've been working on this, but it's damned hard. ... From: S. Mike Dierken [mailto:mdierken@...] Sent: Monday, June 14,...
4478
Neil Kandalgaonkar
neil_j_k
Jun 17, 2004 11:44 pm
... Yeah... I know some XPath but only threw in XPointer because I'd heard about it. I only realized afterwards you had written some XML-related standards. So...
4479
Tyler Close
tjclose
Jun 20, 2004 2:24 am
... What access-control properties are you trying to achieve? Since you want Generative Naming, I assume the user submitting the query has the authority to...
4480
S. Mike Dierken
mdierken
Jun 20, 2004 6:31 pm
... Ouch. ... I wasn't following that bit of standards work - does this imply no documented standard for using the stuff after the '#' character in URIs to...
4481
David Orchard
dorchard100
Jun 22, 2004 6:05 pm
We've been looking at this in the WSD WG. The WSDL 2.0 HTTP binding has a mechanism for specifying how a URI space is populated based upon schema and instance...