Build a RESTful Web service

Representational state transfer (REST) is a style of designing loosely coupled applications that rely on named resources rather than messages. The hardest part of building a RESTful application is deciding on the resources you want to expose. Once you’ve done that, using the open source Restlet framework makes building RESTful Web services a snap. This … Mais Build a RESTful Web service