Tuesday, July 24, 2012

RESTful API Server – Doing it the right way (Part 2)

RESTful API Server – Doing it the right way (Part 2):
In the part 1 of the post, I introduced the RESTful principle and explained how to architecture your server code so as to ensure easier versioning and deprecation of your API. In this part, I’m going to talk briefly about HATEOAS and hypermedia and then show you the role it plays in a native mobile client development. But the crux of this post is going to be centered around how to implement caching (or rather server side support for caching). Target audience include, server developers and to some extent, iOS or any mobile platform developers.


No comments:

Post a Comment