Heuh. Sorry. That's where I meant to post this. Mail address completion in Apple Mail does not yet implement mind reading technology... Sorry folks, Henry...
9698
Story Henry
hjsatdoc
Oct 25, 2007 1:13 pm
Hi, I have just found that the restlet library breaks down on a misformed header. When reading Danny Ayers' foaf file, which has the following headers ...
9697
Alexander Johannesen
shelterit
Oct 25, 2007 4:18 am
... Ouch. This is not very RESTful, nor very elegant. Where does this "spec" come from? ... What technology are you using? It's starting to sound like you're...
9696
epombar
Oct 25, 2007 4:06 am
I hope it is ok to post this here. I need some help. I have to implement a REST application that for example, the insert method looks like this: ...
9695
Leigh Dodds
leighdodds2001
Oct 24, 2007 1:32 pm
... See also "RDF hyperlinking" http://www.w3.org/2001/sw/Europe/talks/xml2003/Overview-6.html I also touched on the topic briefly in a talk in XTech 2005: ...
9694
Ian Davis
ianalchemy
Oct 24, 2007 3:32 am
... Yes. In fact it seems that your research has been surprisingly limited - the vast majority of RDF/semweb usage is in a RESTful context. I and many other...
9693
Story Henry
hjsatdoc
Oct 23, 2007 12:30 pm
I have written about Restful semantic web services quite a bit. "Restful semantic web services" ...
9692
erlingwl
Oct 23, 2007 11:49 am
Hi, I would like to encourage people to talk more of combining the Semantic Web and REST. Much of the research I have read on the Semantic Web is about...
9691
Subbu Allamaraju
sallamar
Oct 18, 2007 4:39 pm
... I don't think it matters, as long as clients for which the policy has expired and does not exist receive 404 while others get a 200. Subbu ... ...
9690
Jon Hanna
hack_poet
Oct 18, 2007 4:23 pm
... server by setting the thruDatestamp on the policy table. So I now have a new expired policy resource which will be available to certain clients, but where?...
9689
Berend de Boer
berenddeboer
Oct 18, 2007 4:59 am
... Hash: SHA1 ... Colin> Any suggestions or comments please. I am having some Colin> trouble sleeping at night because I'm creating a new Colin> resource from...
9688
Colin Taylor
colt_nz
Oct 18, 2007 4:51 am
Hi there, My application has a policy resource at 'policy/123'. When a client DELETEs 'policy/123' I'm actually expiring it on the server by setting the...
9687
Hugh Winkler
hwinkler99
Oct 5, 2007 2:54 pm
... Not really. That documentation tells you how to construct URLs... "HTTP request URLs use the following format: ...
9686
Nic
nferrier_tap...
Oct 5, 2007 1:55 pm
... It won't last. -- Nic Ferrier http://www.woome.com - Enjoy the minute!...
9685
Ben Davies
omarshariffd...
Oct 5, 2007 1:06 pm
I can't examine this in more detail myself (I'm not a .NET developer/user) but I couldn't tell from the brief information on the page whether or not it uses...
9684
Alan Dean
alan_james_dean
Oct 5, 2007 11:24 am
As far as I can see, the Windows Live team have exposed a genuine REST service (and note the use of HTTP Auth rather than cookies) ...
9683
Devdatta Akhawe
bertie_woost...
Oct 3, 2007 12:18 pm
Hey, I have been reading a lot about how the Atom publishing protocol is very extensible and can be used to send any type of XML data that is in the pub-sub...
9682
Mike Dierken
mdierken
Oct 3, 2007 3:59 am
How about HEAPPS - Hypertext as the Engine of APPlication State....
9681
Nick Gall
nick_gall_1117
Oct 3, 2007 3:43 am
... I agree that "hypertext constraint" should be enough because properly understood, the "hyper" in hypertext specifically refers to embedding control...
9680
Roy T. Fielding
roy_fielding
Oct 3, 2007 1:35 am
... The word "hypertext" should have been enough, but it actually means very different things to different people (especially those within the hypertext...
9679
A. Pagaltzis
a22pag
Oct 3, 2007 1:02 am
... Yeah, me too; which is why a while back I proposed saying “hypermedia-driven application state” instead, whose initialism is HDAS, and whose long form...
9678
Roy T. Fielding
roy_fielding
Oct 2, 2007 11:48 pm
... I meant to say that origin servers sometimes don't know what their own real URI should be due to the presence of intermediaries that rewrite incoming...
9677
Mark Baker
gonga_thrash
Oct 2, 2007 10:28 pm
... I believe that's what Roy said, yes. Mark. -- Mark Baker. Ottawa, Ontario, CANADA. http://www.markbaker.ca Coactus; Web-inspired integration...
9676
Nick Gall
nick_gall_1117
Oct 2, 2007 9:32 pm
... Agreed. But I was thinking about "Web API" (programmatic) use of HTTP as opposed to typical browser behavior. As long as one documented one's interface and...
9675
Mark Baker
gonga_thrash
Oct 2, 2007 9:19 pm
... In theory, yes. In practice in the wild, not so much. See this thread; http://lists.w3.org/Archives/Public/ietf-http-wg/2007JulSep/0269.html Mark. -- ...
9674
Nick Gall
nick_gall_1117
Oct 2, 2007 9:06 pm
... Wouldn't using the Content-Location HTTP header field also be a "good way to canonicalize your resources"? The Content-Location entity-header field MAY be...
9673
Brandon Carlson
bjc0907
Oct 2, 2007 7:26 pm
agreed. Because the 303 is already pretty lightweight I think it would be ok. I suppose however that it entirely depends on the client's caching strategy. When...
9672
Peter Lacey
pete.lacey
Oct 2, 2007 5:32 pm
... It does, but the proper use of HTTP frequently requires multiple trips. Certainly redirects are common enough. And, if you want to treat them differently,...
9671
Stefan Tilkov
stilkov
Oct 2, 2007 5:15 pm
... Which of course means an extra client/server roundtrip, which may or may not be acceptable. Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/...
9670
Peter Lacey
pete.lacey
Oct 2, 2007 2:16 pm
... From the POV of a GET a 303 and 307 are very similar. However, a 307 is a "temporary redirect" which to me implies "I've moved the resource over there for...