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

Calendar

February 2012
M T W T F S S
« Mar    
 12345
6789101112
13141516171819
20212223242526
272829  

Main

Categories:

Navigation

Archives:


Links

Meta:

PSD CODING SERVICES

REST Web Services Design Principles

April 5, 2008
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.