Self Learning : REST Services Design

I enjoyed reading the article How I Explained REST to My Wife and the closing of the dialogue “We’re trading simplicity for flashy tools and wizards”.  Let us start with REST Design. The biggest drive for REST web services is to make the ability to invoke easy for the clients. Given a web service requirement, […]

Self Learning : REST concept–Part 1

It seems a long time that I read concepts behind HTTP, XML and SOAP and today there are new terms REST and JSON. I started learning concepts behind these new terms and writing my learning’s for my self reference A traditional web service has become something of  an interface that exposes methods. Clients that are […]