vote up 2 vote down star

Hi

Hopefully this will not spark a religious war...

We have a web based app in RoR based on an earlier version we build in .net 2.0. So we currently have both .net and RoR skills in house.

We want to add a RIA app that interfaces with the rails web app. This should be capable of running offine, with some (perhaps relational) persistence. Considering our inhouse experience we leaning toward leveraging the sliverlight framework over the likes of Flex etc.

Would appreciate any thoughts you might have.

Thanks

Dominic

flag

65% accept rate

3 Answers

vote up 1 vote down check

A choice between Flex/Silverlight should depend on your skills and what you want the RIA to do.

There's a fair comparison here: http://extremeblue.wordpress.com/2008/04/28/flex-vs-silverlight-my-views/

But I think you should also look at "pure" javascript solutions like ExtJS or JQuery. We've had good experiences with both those libraries + RoR. JS is hot right now. Javascript engines are getting seriously quick and it's a lovely language (in some ways). Offline persistance can be implemented through Google Gears or Adobe Air.

link|flag
vote up 2 vote down

If you need the application to run offline you will want to use a pure client technology. So instead of Silverlight vs Flex you are looking at WPF vs AIR.

Silverlight and Flex are thin client technologies so neither would fit into RoR very well, unless you used RoR to build web services.

link|flag
vote up -2 vote down

Go with SilverLight. It's way cool. ;)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.