Category Archives: REST

Eventual consistency in REST APIs

Not picking on an API in particular, but…wait, yes I am. Octopus (an awesome product) has a proposed API on GitHub, and one of the things it describes is how to deal with the fact that the backend is built … Continue reading 

| 6 Comments

Rant: That’s Not Rest.

I’ve asked for an explanation, definition, blog post, book, or any other source of material that can get me up to speed on REST in web development a number of times. It’s a popular subject these days, and there seems … Continue reading 

| 19 Comments

Experiences with REST

Every system I’ve ever integrated with that refers to itself as “RESTful” is not REST. It’s RPC over HTTP. Every system I’ve ever built that I called “RESTful” is not REST. It’s RPC over HTTP. One of those dawning, sad … Continue reading 

| 13 Comments

RESTful Web Services Cookbook – Review of Rough Cut

I’ve just finished reading the rough cut of RESTful Web Services Cookbook by Subbu Allamaraju and Mike Amundsen and thought I’d write a very quick review. Ultimately the book fills a gap in the market by providing practical advice on … Continue reading 

Also posted in Books | 1 Comment

WCF and REST

I’m on a project that was using WCF and we’ve managed to make the transition to using REST (well, to be honest so far its just POX). REST is a joy and I really find it such a pleasant experience … Continue reading 

Also posted in WCF | 5 Comments

E-VAN Blog and Videos

Jan has already posted about it but we have a new E-VAN blog which includes links to the recording of the excellent presentation Alan Dean gave on REST and a link to the next one that Ian Robinson and Jim … Continue reading 

Also posted in E-VAN | Leave a comment

E-VAN – Alan Dean talking on REST (6th July 2009)

First off if you didn’t watch Udi Dahan talk on the SOA then you missed a treat, a real pro speaking on a topic that he and a very few others in the .NET space are way ahead of the … Continue reading 

Also posted in ALT.NET, E-VAN, SOA | Leave a comment

Book Review – RESTful .NET

Since we are using REST on top of WCF on my current project I was glad to see that this book had been written as I was hoping it would answer some questions I had. However my first issue with … Continue reading 

Also posted in Books, WCF | 5 Comments

P&P Guidance – Positive Progress

I put up a post a while back about the P&P REST guidance which I considered to be quite flawed. The reaction from the P&P team was superb and Greg Young, Sebastien Lambla and myself immediately got involved in an … Continue reading 

Also posted in ALT.NET, DDD, P&P | 1 Comment

P&P – Web Service with REST Application Pattern

It was interesting that all the fuss over Oxite had a positive impact. Unfortunately Microsoft are also now giving us their views on REST (WCF REST starter kit, argh) and more recently REST with a domain model in Two-Tier Service … Continue reading 

Also posted in P&P | 5 Comments