Search the web
Sign In
New User? Sign Up
rest-discuss · REST Discussion Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4482 - 4511 of 14029   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4482
Woohoo, the new RESTwiki has an RSS feed; http://rest.blueoxen.net/cgi-bin/wiki.pl?action=rss Thanks, Eugene. Mark. -- Mark Baker. Ottawa, Ontario, CANADA....
Mark Baker
gonga_thrash
Offline Send Email
Jul 5, 2004
3:36 am
4483
Hi, in the work I currently do, the issue described below keeps popping up and I just can't figure out, what exactly REST's position about it is. I would be...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 8, 2004
4:14 pm
4484
... Anyone can name anything. Not only can you have two URIs for the same resource, you can't stop me creating a URI for it too. ... This is what you do in...
Jon Hanna
hack_poet
Online Now Send Email
Jul 8, 2004
4:26 pm
4485
... XSLT will do that? If the hit on the above url triggers an xslt stylesheet, which references an XML document which lists the remote url's, it can collate...
Dave Pawson
dpawson2000
Offline Send Email
Jul 8, 2004
11:16 pm
4486
The idea of a URL referencing more than one resource or indirectly referencing a resource, as in (1) below, does not sit comfortably with me. I assume a...
Donald Strong
illyrian_au
Offline Send Email
Jul 9, 2004
1:12 am
4487
I'm in strong agreement with Donald. The whole issue of a single resource being a 'composite' of other hidden data elements is an interesting line of...
S. Mike Dierken
mdierken
Offline Send Email
Jul 9, 2004
3:23 am
4488
... Thanks for all the comments so far. One more thought: I think the problem can be generalized to the question how information (contributing representation...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 9, 2004
8:56 am
4489
... Also, when taking this from my limited (controled) data integration example to Semantic Web scale, who gets to make the decision what is primary and what...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 9, 2004
9:04 am
4490
Jan, ... If you're asking whether REST constrains the first URI's representation to be a substring of the second, I think the answer is an obvious 'no'. Why...
Walden Mathews
waldenmathews
Offline Send Email
Jul 9, 2004
1:06 pm
4491
... While I keep thinking about this, here is another way to address this issue: Here is the parameter-style again I try to avoid: "give me all you know about...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 9, 2004
1:30 pm
4492
Walden-- ... What do you mean by 'explicit resource states'? I was thinking along the lines described by Mark in ...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 9, 2004
1:42 pm
4493
Jan, ... http://www.markbaker.ca/2001/09/draft-baker-http-resource-state-model-01.txt ... I think Roy has spent an inordinate amount of time explaining that...
Walden Mathews
waldenmathews
Offline Send Email
Jul 9, 2004
1:55 pm
4494
... example to ... are ... resource ... REST. My opinion is that it is hidden by the HTTP implementation of REST (other than proxy servers). Prohibited might...
S. Mike Dierken
mdierken
Offline Send Email
Jul 10, 2004
3:07 am
4495
... Cool - I didn't realize this was what you were asking. ... additional ... sense? ... will ... Yes - you'd be breaking new ground, but totally within the...
S. Mike Dierken
mdierken
Offline Send Email
Jul 10, 2004
3:10 am
4496
... Yes, right. I saw that error when I hit send, but I thought the point would come accross without a corrective note ;-) ... Yes, a single server-application...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 10, 2004
10:17 am
4497
Instiki is a nice wiki implementation by David Heinemeier Hansson. He has written a lot of very nice software (Basecamp, Rails). Instiki uses hrefs and GET to...
Vincent D Murphy
johnfoobar1
Offline Send Email
Jul 10, 2004
8:52 pm
4498
This weblog post describes the development of the design of a URL structure for BBC Radio 3. It gives a seperate URL to each episode of each programme. It is...
Vincent D Murphy
johnfoobar1
Offline Send Email
Jul 10, 2004
9:03 pm
4499
Hmm I get nothing but 'Bad Request'... Not sure what rollback is meant to do but if it meant to change the page back to the previous revision & throw away the...
S. Mike Dierken
mdierken
Offline Send Email
Jul 10, 2004
9:26 pm
4500
... Well, glad you like it ;-) Here is how the intermediary could make sure it is notified when the 'primary' resource changes (assuming that it maybe holds a...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 10, 2004
9:41 pm
4501
So, I've been thinking about the optimal verb set ... we're a bit /too/ constrained by HTTP, specifically with respect to GET. Many times, I've noticed the...
Josh Sled
joshsled
Offline Send Email
Jul 10, 2004
9:58 pm
4502
... Josh, I am facing exactly the same problem. Suppose an RDF document is 'running through' an intermediary which intends to augment the representation with...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 10, 2004
10:12 pm
4503
While I can't say I've run in to this problem in practice, I do have a suggestion. I've been wondering about attaching extra semantics to query strings, as...
Vincent D Murphy
johnfoobar1
Offline Send Email
Jul 11, 2004
12:04 am
4504
... It sounds to me like the intermediary is a resource itself, with a dependancy on the resource of which the RDF document is a representation. So, you can...
Vincent D Murphy
johnfoobar1
Offline Send Email
Jul 11, 2004
12:08 am
4505
I've been thinking about batch operations as well. I don't think they are externally differentiable from non-batch operations - other than they are typically...
S. Mike Dierken
mdierken
Offline Send Email
Jul 11, 2004
8:07 am
4506
... Is the multipart/* HTTP response (from the server push era) out of the question? Cheers, -- Laurian Gridinoc Chief Developer GRAPEFRUIT DESIGN www.gd.ro...
Laurian Gridinoc
lauriangridinoc
Offline Send Email
Jul 11, 2004
10:42 am
4507
... And mine; COPY http://example.org/wiki/somewikientry/version-39 HTTP/1.1 Host: example.org Destination: http://exampoe.org/wiki/somewikientry/ Mark. -- ...
Mark Baker
gonga_thrash
Offline Send Email
Jul 11, 2004
11:47 am
4508
... Yah, but I think that would be sufficient for many applications. Mark. -- Mark Baker. Ottawa, Ontario, CANADA. http://www.markbaker.ca Seeking...
Mark Baker
gonga_thrash
Offline Send Email
Jul 11, 2004
12:05 pm
4509
... That's sweet... and interesting, because (IMHO) the semantics of such a COPY tell the server to 'become' (behave like) a user agent and then do a PUT. This...
Jan Algermissen
algermissen1971
Offline Send Email
Jul 11, 2004
12:37 pm
4510
... BTW, in case it wasn't clear, that's COPY from WebDAV. ... Hmm, that seems more like PUT to me since the data has to travel to where that command is...
Mark Baker
gonga_thrash
Offline Send Email
Jul 12, 2004
2:24 am
4511
... One more thing: this really isn't an appropriate use of a hyperlink (<a> tag) from a UI perspective; it can't be traversed, bookmarked, spidered, etc. I...
Vincent D Murphy
johnfoobar1
Offline Send Email
Jul 12, 2004
7:46 am
Messages 4482 - 4511 of 14029   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help