RESTful Web Services Presentation

All slides are Creative Commons licensed…. give me credit, modify as needed, you can't use them commercially.

If you caught my presentation at the DCPHP 2007 Conference (08 Nov 2007), you're probably here looking for my slides. You can download them from the Events page.

If you didn't catch my presentation and think it might be interesting to you… it will be, don't worry. Here's the synopsis:

When implementing your favorite Ajax library, you have a variety of options. Often the simplest and fastest is JSON but for security reasons, it is often unsuitable for retrieving information from third parties. Alternatively, REST can be a simple and flexible way to share information between applications and organizations. This presentation will give an overview on Best Practices on building RESTful interfaces and a few examples of RESTful services currently in production use.