Hi I work for a local government in NY. We use Java extensively for our in-house applications. Recently there has been interest in moving away from Java for some of our applications. I''m not a developer per se, but I''ve been coming up to speed to make the pitch. My understanding is that RoR''s strengths lie in simple CRUD database apps, where there is data in tables that needs to be managed by web pages. And Ruby can interact with Java via JRuby. In terms of integration with messaging: if there are Ruby libraries that can interact with MQ and put a text message on a queue, we can pull it out using JMS no problem. We''re also investigating OODBMS technology. Is there any development being done with RoR and OODBMS such as db4o? Finally, how would RoR compare to Adobe''s Flex? This is probably comparing apples to oranges, but there has been interest in Flex as well. Thank you in advance for your assistance. amani --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Nick Snels
2007-Feb-01 13:51 UTC
Re: Investigating RoR: Compared to Java and Adobe''s Flex
Hi Amani, I can''t answer all your questions, but I can give you some pointers. You could also interact with Java using webservices (SOAP, REST, WSDL, ...). I have build a Rails application that interacts with Solr (Lucene based search engine) using a RESTful approach. And you are right you can''t compare Rails with Flex. Flex always needs a dynamic language behind it, that could be Coldfusion, PHP, Java, .NET or Rails. So you could use Flex as a frontend and Rails as a backend. Kind regards, Nick Snels http://www.railshostinginfo.com Compare and review Rails hosting companies -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Cody Skidmore
2007-Feb-01 14:12 UTC
Re: Investigating RoR: Compared to Java and Adobe''s Flex
Why not investigate the combination of putting Flex and Rails together? You can go to http://flexiblerails.com/ and get a lot of information. Peter Armstrong''s working on a eBook on the subject. You don''t need FlexBuilder or Flex''s data services to build a Rails app with a Flex UI. Having FlexBuilder is nice though ;o) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thank you to both you and Nick for responding so quickly. Flexible Rails, never would have thought of that. I did find an answer to my MQ issues at http://rubyforge.org/projects/reliable-msg/ On Feb 1, 9:12 am, Cody Skidmore <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Why not investigate the combination of putting Flex and Rails together? > You can go tohttp://flexiblerails.com/and get a lot of information. > Peter Armstrong''s working on a eBook on the subject. You don''t need > FlexBuilder or Flex''s data services to build a Rails app with a Flex UI. > > Having FlexBuilder is nice though ;o) > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---