Hi Nic! Enjoyed your article. One comment, Safari's XHR implementation is a little bit broken, PUT and DELETE requests are silently converted to GETs. Cheers ...
5671
Lyle Kopnicky
qtseep
Feb 27, 2006 6:45 pm
... Thanks for the great article. This is the first concrete example I have found anywhere of a non-trivial REST system. Everything else I have seen seems to...
5670
Nic
nferrier_tap...
Feb 26, 2006 9:52 pm
... The more examples there are the better. Write your article! Nic...
5669
Matthias Willerich
schemata_hir...
Feb 26, 2006 6:14 pm
... I've read it on Friday, via a link from ajaxian.com. I had been researching the same thing and I'm 95% finished with my article... I guess you can't always...
5668
Nic
nferrier_tap...
Feb 24, 2006 12:56 am
http://www.onlamp.com/pub/a/python/2006/02/23/using-rest-with-ajax.html I've got another (more interesting) one in the works about RESTfully using cookies for...
5667
Jan Algermissen
algermissen1971
Feb 19, 2006 6:41 pm
Hi, I would like to track back to its origin the idea to use a shared 'intent semantic' between client and server along with a pure data submission semantic...
5666
Jeffrey Winter
kimberliewinter
Feb 14, 2006 2:30 pm
All our prayers have been answered: "Finally!!! There is an Alternative to the Internet....." http://www.businesswireindia.com/PressRelease.asp?b2mid=9062...
5665
Benjamin Carlyle
fuzzybsc
Feb 11, 2006 3:36 am
... What you want to ask yourself is "what will my client apps do with this data?". Do they need to know the names ("Widget A", "Widget B") associated with...
5664
Alan Dean
alan_james_dean
Feb 11, 2006 3:03 am
Hi, I am starting the process of developing RESTful services, but I am getting hung up on the definition of which namespace to apply to the concept of a...
5663
Jerome Louvel
jerome_louvel
Feb 9, 2006 5:39 pm
Hi Peter, Thanks for the feed-back. Indeed those methods are common to both Component and Connector interfaces. However, following the REST dissertation, a...
5662
Peter Marks
PeterCMarks
Feb 9, 2006 2:35 pm
Hi, I've been studying the Restlet classes and interfaces. You guys have done a great job! I have one question: The methods that define a Connector are those...
5661
Roy T. Fielding
roy_fielding
Feb 3, 2006 12:34 am
... I suggest doing a google search. mod_jk is a servlet interface extension, so I don't know what it supports (and unfortunately I have no time to check ...
5660
Jack J. Coleman
oraweb
Feb 3, 2006 12:29 am
I implemented a REST web service for administering account information. I was using a Tomcat server stand-alone. I just installed mod_jk to hook it in with...
5659
Jerome Louvel
jerome_louvel
Jan 26, 2006 3:58 pm
Hi all, The Restlet project has reached an important milestone. Encouraged by the quality of the feed-back since the first public release, I am happy to ...
5658
Elias Sinderson
elias95060
Jan 23, 2006 9:32 pm
Hi All, I just wanted to add a bit more to the recent discussion on RESTfully deleting multiple resources. ... WebDAV specifies the behavior of DELETE on...
5657
Sandeep Shetty
sandeep.shetty@...
Jan 22, 2006 4:07 pm
Hey Nikolai, These links should get you started: http://phprestsql.sourceforge.net/tutorial.html#rest-browser ...
5656
Nikolai Onken
nikjazz
Jan 22, 2006 5:19 am
Hey RESTafarians, I just discovered REST and really like the idea behind it. At the moment I am mostly developing with PHP5 and I was wondering how I would...
5655
Mike Dierken
mdierken
Jan 20, 2006 5:35 am
(sent the earlier email too soon...) ... Actually, this approach is to consider those four ids to actually /be/ the single resource (there is no 'add a...
5654
Mike Dierken
mdierken
Jan 20, 2006 5:14 am
... (essentially, ... http://foo.com/userstuff/items/?ids=a,b,c,d ... horrible either ... grammar that clients can ... ?id=a,b,c,d; ... resource and modify...
5653
Matthias Willerich
schemata_hir...
Jan 19, 2006 10:43 pm
Mike, I liked your elaboration on this. But I couldn't quite follow you with the 4th approach. (3)is to essentially DELETE the whole resource and add a filter,...
5652
Mike Dierken
mdierken
Jan 12, 2006 5:49 am
... There are several options, and I've listed them in my perceived order of RESTfulness (but we should start getting away from "RESTfulness" as something that...
5651
Paul Jimenez
paulakapj
Jan 11, 2006 10:54 pm
How about: DELETE http://foo.com/userstuff/items?query=item1,item2,item3 --pj...
5650
James Howe
jhoweaa
Jan 11, 2006 10:21 pm
I have an application that returns a list of items in response to a url like this: GET http://foo.com/userstuff/items The items get displayed in a UI. The...
5649
Nic Ferrier
nferrier_tap...
Jan 11, 2006 4:04 pm
... Or you could use the old IFRAME trick and have several FORMs POSTing to different IFRAMEs and use JS to make them all happen. I prefer the WS approach...
5648
Josh Sled
joshsled
Jan 11, 2006 3:24 pm
... To same-domain... POST /help-me-out-in-getting-to/http://«otherdomain»/path/to/real/post/ -- ...jsled http://asynchronous.org/ - `a=jsled;...
5647
Bob Haugen
bob.haugen@...
Jan 11, 2006 3:11 pm
I need to update several resources without leaving one browser page. I can POST to resources in the same domain using Ajax techniques (I'm using Dojo). But I...
5646
Dr. Ernie Prabhakar
sandhyaprabh...
Jan 3, 2006 6:40 pm
Hi Jerome, ... I'm afraid to comment, because that would sound like I'm volunteering. :-) I do agree that PET store is a wonderful idea though, and have often ...
5645
Jerome Louvel
jerome_louvel
Jan 3, 2006 6:23 pm
Following the announcement of the Restlet framework, a discussion started at The Server Side and the need of a PetStore-like comparison between REST and SOAP...
5644
Benjamin Carlyle
fuzzybsc
Jan 2, 2006 2:32 pm
Sorry about the slow reply, toydi. I have been caught up reading about current hAtom happenings :) ... GET /foo/bar HTTP/1.1 Host: example.com Accept:...
5643
Mike Dierken
mdierken
Jan 2, 2006 12:14 am
Happy New Year's everyone. I hope 2006 brings exciting and interesting adventures for everyone....