On Jun 6, 2007, at 11:50 PM, Steve Jones wrote:
> Can you give me an example of an order processing system which is  
> completely 100% RESTful (i.e. retains no state whatsoever) I'm  
> finding it difficult to envisage an order processing system that  
> doesn't remember the orders submitted.
That's a misunderstanding - REST rejects _communication_ state, not  
state in general (which is supposed to be exposed via resources).  
This kind of "statelessness" has been good practice since the days of  
CORBA (at least in the systems I was involved with).

Stefan
--
Stefan Tilkov, http://www.innoq.com/blog/st/

Reply via email to