Adam Cameron's Dev Blog
"Adam Cameron - what is this guy's deal?" - DJgrassyknoll
Showing posts with label
REST
.
Show all posts
Showing posts with label
REST
.
Show all posts
Monday, 18 July 2016
REST & nouns & verbs: analysing the right problem
›
G'day: I've recently changed teams at work, and have shifted from "safe" code bases that I've either been working on ...
Tuesday, 23 December 2014
Book review: REST Web APIs: The Book (win a copy here)
›
G'day: If you're a CFML user, you probably already know that one of the cornerstone members of the CFML community - Adam Tuttle - h...
Sunday, 20 April 2014
ColdFusion REST services and
restSetResponse()
revisited
›
G'day: Ages ago I wrote an article lamenting the way restSetResponse() has been implemented: " restSetResponse() requires the me...
Friday, 3 January 2014
Help me understand how a CFML REST request should not cause
onCfcRequest()
to fire
›
G'day: I have to admit I am not very au fait with the idiosyncrasies of REST requests. To me a REST request is just... a request . The ...
Saturday, 6 July 2013
CFML:
REST
requests don't seem to correctly use Application.cfc either
›
G'day: The emphasis in the title is an allusion to web socket requests also not respecting them . God knows what this article will re...
Thursday, 20 June 2013
Is ColdFusion's REST implementation more verbose than it needs to be?
›
G'day: I've been using some REST web services at work recently (CFML calling .NET ones; I'm just working on the CFML side of th...
Friday, 31 May 2013
Passing a complex object to a ColdFusion RESTful web service
›
G'day: I googled everywhere for how to do this, and drew a complete blank. I had to fall on the mercy of a friendly Adobe engineer to h...
Tuesday, 23 April 2013
ColdFusion REST: is this a bug (in either CF or just my understanding)?
›
G'day: (And, no, this is not a case of Betteridge's Law ... I'm actually asking a question 'cos I don't know the answer...
Saturday, 20 April 2013
More bugs that annoy me: CFHEADER & restSetResponse() (and CFCONTENT, whilst I'm about it)
›
G'day: This came up whilst I was writing the code for the last article . In my Application.cfc, I had this onRequest() interceptor: p...
Sunday, 31 March 2013
restSetResponse() requires the method to be returntype void.
What?
›
G'day: I have to say I didn't even know the restSetResponse() function even existed until I read about it on Stackoverflow this aft...
›
Home
View web version