RESTful services without the sweat

Representational state transfer (also known as REST, baby) is an approach to designing loosely coupled applications that rely on named resources rather than messages. As it turns out, the most involved part of building a RESTful application is deciding on the resources you want to expose. Once you’ve done that, building RESTful Web services a snap, especially if you use the Restlet framework, which greatly simplifies the task of defining and implementing RESTful services.

Check out IBM developerWorks‘ tutorial dubbed “Build a RESTful Web service“– in it, you’ll get to know what REST is and how to build RESTful applications with Restlets, plus, you’ll see how to deploy and test them while you are at it!

Related odds and ends
 

One Response to “RESTful services without the sweat”

  1. on 13 Aug 2008 at 4:36 am Pages tagged "restful"

    [...] bookmarks tagged restful RESTful services without the sweat saved by 5 others     Ruyana bookmarked on 08/12/08 | [...]

Trackback this Post | Feed on comments to this Post

Leave a Reply