Rails isn''t meant to be an XML-RPC frontend, so you won''t find this easy. I imagine all you''d have to do is write your own models that communicate via XML-RPC instead of SQL calls to a DB. There''s a lot of functionality in ActiveRecord, but you would only have to implement a subset of it that you''ll actually need. I did some light googling, and there''s an XML-RPC wrapper for Ruby: http://www.ntecs.de/projects/xmlrpc4r/. On 5/20/05, inEvo <inevo-hHo3WeeoaswVhHzd4jOs4w@public.gmane.org> wrote:> Hi, > > I''m currently developing an Enterprise Message Bus and our servers > deals, among others, with XMLRCP. > > I''ve been playing with Ruby and its Ajax capabilities made me want to > create a web front end for our Bus. > > I''m currently able to connect to the server but i don''t know how to > create callbacks that update a WebPage content! > Is this possible? If so, how ? > > Regards, > > Nelson > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- rick http://techno-weenie.net
Hi, I''m currently developing an Enterprise Message Bus and our servers deals, among others, with XMLRCP. I''ve been playing with Ruby and its Ajax capabilities made me want to create a web front end for our Bus. I''m currently able to connect to the server but i don''t know how to create callbacks that update a WebPage content! Is this possible? If so, how ? Regards, Nelson
The problem is i want asynchronous behaviour. I''m already using the XML-RPC wrapper for Ruby and have a standalone client/server up and running. I guess i''d have to use something like http://jsolait.net/ which i guess would be a nice addon for RoR. Thanks anyway :) Rick Olson wrote:>Rails isn''t meant to be an XML-RPC frontend, so you won''t find this >easy. I imagine all you''d have to do is write your own models that >communicate via XML-RPC instead of SQL calls to a DB. There''s a lot >of functionality in ActiveRecord, but you would only have to implement >a subset of it that you''ll actually need. > >I did some light googling, and there''s an XML-RPC wrapper for Ruby: >http://www.ntecs.de/projects/xmlrpc4r/. > >On 5/20/05, inEvo <inevo-hHo3WeeoaswVhHzd4jOs4w@public.gmane.org> wrote: > > >>Hi, >> >>I''m currently developing an Enterprise Message Bus and our servers >>deals, among others, with XMLRCP. >> >>I''ve been playing with Ruby and its Ajax capabilities made me want to >>create a web front end for our Bus. >> >>I''m currently able to connect to the server but i don''t know how to >>create callbacks that update a WebPage content! >>Is this possible? If so, how ? >> >>Regards, >> >>Nelson >>_______________________________________________ >>Rails mailing list >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>http://lists.rubyonrails.org/mailman/listinfo/rails >> >> >> > > > >