Using Flex with RESTful Webservices
I will be presenting (via connect) to the Adobe Developers of Greater Orlando - ADOGO on the 4th of March. The topic for this presentation will be connection your flex application to RESTful webservices.
We all know that Flex provides an amazing framework for building stateful client side applications. However to make these applications truely powerful they need to be able to communicate with our applications that reside in the web. There are many ways to facilitate this communication, but the one we are going to focus on is connection to RESTful Web services. Representational State Transfer - REST is the fundamental concept that the web is built on. We have the concept of a url which is a string that uniquely identifies some content. Although this concept has always been the underpinning of web communication, only a few of the methods to facilitate communication have ever become popular. As web developers we are familiar with POST and GET as methods of communicating with a web server. However what may developers dont realize is that there are several other verbs we can utilize in interacting with our web services. REST uses the verbs PUT, POST, DELETE, GET to signify that action that should be acted upon our URI. RESTful web services are such a simple concept but are also very powerful.
In this presentation we will look at creating a set of RESTful web services using the Ruby on Rails framework and the connecting to those resource from Flex.
20 Feb 2008 Simeon

[…] - Simeon Bateman (excerpt from blog post) […]
[…] created using the Ruby on Rails framework and Flex. He will be presenting via Connect on March 4th. Check out his post for further details. Simeon brings an immense knowledge-base to the table, this will be a great […]
Looks like the preso starts at 7:00 Eastern 4:00 Pacific, is that correct? Hoping my boss will let me attend!
Thanks for presenting! Even with the technical difficulties people were still impressed by the ease of it. Good presentation man.
Any chance there will be presentation slides and/or video made available?
Hi Michael,
The slides and code for the presentation where given to the ADOGO group. I believe they were posted on their website. Check the links above for that.
thanks,
sim