Hello, Does anybody have experiences with functional testing of RESTful web applications? Any tools that work well for you? I looked into FunkLoad ...
5688
Bill de hÓra
bdehora
Mar 12, 2006 8:04 pm
... You define a content format for updates so clients can send the update records to the server. This is what RSS/Atom provides for /fetching/ multiple...
5687
toydi
teohuiming.work
Mar 9, 2006 10:23 am
Hi, ... Maybe you can think of client A is trying to interact with a record retrieval service. That service is a resource, thus it has a URL address. When...
5686
Nic
nferrier_tap...
Mar 7, 2006 9:21 am
... There isn't normally much caching with POST. I can't see why the above stops you doing security. ... Absolutely. It's also just easier to do. Making a SOAP...
5685
Jonathan Arkell
jonnay23
Mar 7, 2006 5:32 am
... I think that the primary cause of your confusion is trying to map CRUD to PGPD (Post, Get, Put, Delete). This is not necessarily so; POST can create,...
5684
Mike Dierken
mdierken
Mar 7, 2006 4:51 am
... well use SOAP, no? It's your application design choice as to whether 'record keys' are the same as 'resource identifiers39; - a resource might encompass more...
5683
Mike Dierken
mdierken
Mar 7, 2006 4:51 am
... REST describes interactions with resources - define your resources to encompass the multiple entities you want to update. ... You'd use an identifier like...
5682
billy@...
bnewport
Mar 7, 2006 3:39 am
... I don't know, one of the advantages of REST with HTTP was compatibility with HTTP security like web seal etc. Your suggestion above hides the records in ...
5681
Nic
nferrier_tap...
Mar 6, 2006 10:51 pm
... Simply build an API that supports that. There's no reason why you can't POST multiple datums at once. But you don't have to do that, see below. ... Build a...
5680
Hugh Winkler
hwinkler99
Mar 6, 2006 10:45 pm
... This isn't really nitpicking, honest: REST is an architectural style. HTTP is an application protocol. Good HTTP apps are usually RESTful. Most of your...
5679
Billy Newport
bnewport
Mar 6, 2006 10:04 pm
So, I have a couple of questions. I work on middleware at IBM. Suppose I used REST as my protocol for accessing data stored in a database. On the surface,...
5678
Mark Baker
gonga_thrash
Mar 1, 2006 11:45 pm
FWIW, the first instantiation of this concept (in general, at least) that I'm aware of was from PEP, specifically the "Accept-Protocol" HTTP header; ...
5677
Jan Algermissen
algermissen1971
Mar 1, 2006 9:56 pm
Hi Mark, this is a comment onthe section "Form" and "method" of http://www.markbaker.ca/2003/05/RDF-Forms/ You present the RDF below as an alternative to the...
5676
Jon Hanna
hack_poet
Feb 28, 2006 2:08 pm
... Maybe they should remove the patents and try to standardise an ISO networking model. ...Oh yeah, I forgot......
5675
Adam Ratcliffe
adamratcliff...
Feb 27, 2006 11:14 pm
There's a little more on this issue at: http://www.franklinmint.fm/ blog/archives/000619.html Cheers Adam...
5674
Elias Sinderson
elias95060
Feb 27, 2006 11:07 pm
... +1, it seems so incredibly broken for that to be the default behavior -- I don't think most REST apps would even work in Safari if it were mapping PUT to...
5673
Nic
nferrier_tap...
Feb 27, 2006 10:52 pm
... I am incredulous??! Is this really so? Is there some config option somewhere that is forcing this bizarre behaviour? Isn't Safari based on Konqueror? or is...
5672
adamratcliffe2002
adamratcliff...
Feb 27, 2006 9:51 pm
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...