Web Services Guide Web Services Guide
Online Guide to Everything Online Online Guide to Everything Online

Calendar

May 2012
M T W T F S S
« Mar    
 123456
78910111213
14151617181920
21222324252627
28293031  

Main

Categories:

Navigation

Archives:


Links

Meta:

PSD CODING SERVICES

REST Web Services Design Principles

January 5, 2011
Filed under: Info,Information — editor @ 10:42 am

The main principle in installing Web Services in a REST network is to classify all conceptual entities that you want to present as services. You shall also create URL to each resource. Also, categorize your resources basing on whether customers can only receive resource representation or if they can modify it. All available resources through HTTP GET should be hassle free. Also remember that no man is an island, thus, no representation should stand alone. You should also design to unravel data gradually. Do not reveal everything in a single response file. And lastly, be specific on the response data format.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.