I''m just wondering if anybody has got any experience in integrating Flex or OpenLaszlo with Rails and which people prefer. I''ve seen some of the tutorials but am pondering which one, if any, I should turn to: http://coenraets.com/tutorials/flexonrails/flexonrails.html http://www.liverail.net/articles/2006/04/16/rubyonrails-1-1-and-flex-2-0-pt-1 http://weblog.openlaszlo.org/archives/2006/01/announcing-the-openlaszlo-rails-plugin/ -- Posted via http://www.ruby-forum.com/.
If you are talking about Flex2, which is the one with the great demos and the free IDE + SDK, than you should consider that it is just for Flashplayer 8.5, which is still in beta, while Lazslo stuff runs on any flashplayer. They are both somehow similar to RHTML-templating: Code is embedded inside XML files On 4/19/06, Alex MacCaw <maccman@gmail.com> wrote:> > I''m just wondering if anybody has got any experience in integrating Flex > or OpenLaszlo with Rails and which people prefer. > I''ve seen some of the tutorials but am pondering which one, if any, I > should turn to: > http://coenraets.com/tutorials/flexonrails/flexonrails.html > > http://www.liverail.net/articles/2006/04/16/rubyonrails-1-1-and-flex-2-0-pt-1 > > http://weblog.openlaszlo.org/archives/2006/01/announcing-the-openlaszlo-rails-plugin/ > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Roberto Saccon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060419/61a52206/attachment.html
I did some tests with Flex and Laszlo (nothing to fancy) and I''ve seen that Flex is almost twice as fast as Laszlo. On 4/19/06, Roberto Saccon <rsaccon@gmail.com> wrote:> If you are talking about Flex2, which is the one with the great demos and > the free IDE + SDK, than you should consider that it is just for Flashplayer > 8.5, which is still in beta, while Lazslo stuff runs on any flashplayer. > > They are both somehow similar to RHTML-templating: Code is embedded inside > XML files > > > On 4/19/06, Alex MacCaw < maccman@gmail.com> wrote: > > I''m just wondering if anybody has got any experience in integrating Flex > > or OpenLaszlo with Rails and which people prefer. > > I''ve seen some of the tutorials but am pondering which one, if any, I > > should turn to: > > > http://coenraets.com/tutorials/flexonrails/flexonrails.html > > > http://www.liverail.net/articles/2006/04/16/rubyonrails-1-1-and-flex-2-0-pt-1 > > > http://weblog.openlaszlo.org/archives/2006/01/announcing-the-openlaszlo-rails-plugin/ > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > Roberto Saccon > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
I''ve worked with Flex2 and the latest Laszlo release talking to rails over XML-RPC and SOAP. Flex2 seems to be more polished, with better interface components. Laszlo has less polished components, but they are much easier to extend. Just my 2 cents ;) Shawn On 4/19/06, Alex MacCaw <maccman@gmail.com> wrote:> > I''m just wondering if anybody has got any experience in integrating Flex > or OpenLaszlo with Rails and which people prefer. > I''ve seen some of the tutorials but am pondering which one, if any, I > should turn to: > http://coenraets.com/tutorials/flexonrails/flexonrails.html > > http://www.liverail.net/articles/2006/04/16/rubyonrails-1-1-and-flex-2-0-pt-1 > > http://weblog.openlaszlo.org/archives/2006/01/announcing-the-openlaszlo-rails-plugin/ > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060419/d261dce7/attachment.html