Links tagged with “REST”

CodeIgniter REST

A nice look at how to implement REST routes in CodeIgniter. I’ve been using CodeIgniter for a recent project, and I definitely wish I had found this before starting.

Reblogged from: Colin Devroe
Posted on August 4, 2009 Leave a Comment
Tagged with: , , ,

ObjectiveResource

Pretty cool:

ObjectiveResource is an Objective-C port of Ruby on Rails’ ActiveResource. It provides a way to serialize objects to and from Rails’ standard RESTful web-services (via XML or JSON) and handles much of the complexity involved with invoking web-services of any language from the iPhone.

I’ve been considering trying out some iPhone development (even though I don’t yet own one), and this seems like a really slick way to interface with an existing Rails application.

Posted on June 21, 2009 Leave a Comment
Tagged with: , , , , , ,