vote up 0 vote down star

I am wondering what are the possible rich internet application solutions that goes well with ruby or if there is a GWT equivalent?

flag

44% accept rate

3 Answers

vote up 0 vote down check

You can use IronRuby with Silverlight to create a rich Internet app. If you add a service reference for your web services, IronRuby can also call your SOAP services.

See:

link|flag
vote up 0 vote down

Flex it's quite a good RIA environment and framework and it works pretty good with Rails (especially if you use REST to expose and receive functionality).

There is a good book Flexible Rails that goes through the process. Check out also FlexonRails and some examples of both working.

One of the advantages of using Flex is that is runs on the Flash Player, which is vastly installed on the majority of computers nowadays, and it's working model it's fairly good and easy to grasp.

link|flag
vote up 0 vote down

With ExtJS (a RIA javascript framework) there is netzke

screencast

link|flag

Your Answer

Get an OpenID
or

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