Re: Reinventing Web applications

Hi,

> As much as I remember from Fielding's thesis, one of the keys to REST
> (and the scalability of current Web architecture) is uniform interface:

Fielding's thesis is not a gospel, but yes, it's the key differentiating factor.

> In HTTP world, those are uniform methods

Partly, but there's more to the uniform interface than that.
(Hypermedia is also a uniform interface constraint.)

> and they can be treated as CRUD operations

“treated”, sure, but that's not the same as “HTTP = CRUD".

Ruben

Received on Tuesday, 24 June 2014 11:01:02 UTC