mxml
Using Flex with Ruby on Rails
This is the second blog post in a series of three posts comparing Flex with Silverlight. In my previous post I demonstrated how to integrate a scaffolded Rails application with Silverlight. Here I will be showing the same with Flex. The steps needed to create the Rails application are also mentioned here.
Creating a new Flex project:
Open Flex builder and create a new Flex project.
Leave all the options to default and click Finish. A blank project is now created for you.
Read Full Post | Make a Comment ( 5 so far )Using Silverlight with Ruby on Rails
In this post I will be showing a really simple example of creating a Silverlight frontend for a Rails backend. This is what I think will be a three part series comparing Silverlight with Flex.
The steps will be:
- Creating a Rails application.
- Creating a frontend for it in silverlight.
- Creating a frontend for it in Flex.
- Comparing the approaches taken in both the frontends.
I will try to keep changes in the backend Rails application to a minimum.
Read Full Post | Make a Comment ( 4 so far )

