Category Archives: Uncategorized

RESTful Web Services

Intro Representational state transfer (REST) is a style of software design architecture. RESTful Constraints In order to be RESTful, the architecture must comply to the following contraints. Client-server: Separation of concerns into client and server (loose coupling): Client focuses on … Continue reading

Posted in Uncategorized | Leave a comment