views:

113

answers:

3

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

A: 

With ExtJS (a RIA javascript framework) there is netzke

screencast

amikazmi
A: 

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:

Philippe Monnet
A: 

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.

Yaraher