Guilherme Silveira
No, this is not REST
Forget about Richardson's model, level 0-3 and everything else. GET, POST, xml, json, verbs, http, media types or linked data is not rest. The simple existence of such features in our projects leverages it, but do not give us the real rest power. Rest systems are not rest services because the key point in a rest system is its client, not the server.
A quick example of a full client rest. and its implications in our server side code will be show. As fast as possible.
About Guilherme Silveira:
I have created Restfulie and have been implementing and giving talks on Rest further than the simple mindset that took us all in Brazil and will present Restfulie at www2010 with Ian Robinson. In the last few talks and in my current project, the focus has changed to rest clients, which should be written in a low binding way. Now it is possible to write those clients in a less painful way.










