| REST Web Services Resource Center | |
| | |
 | REST Web Services REST on Rails | |
|
| | Article: "REST Recommended for Web Services Coders," by Rich Seeley. Discusses what REST is, where the concept of REST came from, what makes REST so attractive, why developers should look to REST for developing web services, recommendations for developers looking at REST for web services development, REST as an alternative to the WebSphere approach, .NET, where Ruby fits in with REST, and using Ruby on Rails with REST. | http://searchsoa.techtarget.com/news/interview/0,289202,sid26_gci1210693,00.html
|
| |
|
| | Slide presentation: "REST Web Services with Rails," from Integral Impressions. Discusses why use REST, RESTful routes, index action (the route, the action and the response), create action (the route, the action and the response), update action (the route, the action and the response), the destroy action (the route, the action and the response), consuming REST, and API authentication. | http://podcast.sdruby.com/pdfs/010_rest_2.pdf
|
|
| | Article: “Putting REST on Rails,” by Dan Kubb. Discusses RESTful dispatching in Rails, RESTful Rails, the model, configuring the database, database migrations, testing with fixtures, the RESTful Rails plug-in, the controller, RESTful routes, making a RESTful controller, the by_id resource, and verifying. | http://www.xml.com/pub/a/2006/04/19/rest-on-rails.html
|
|
| | Article: “REST on Rails,” by Matt Buddulph. Discusses mapping REST concepts on Rails patterns. Dispatch with ActionController, using REXML and builder, introspection with ActiveRecord, and a command-line session with a REST-enabled web application. | http://www.xml.com/pub/a/2005/11/02/rest-on-rails.html
|
| |
|
|
| |
 |
|