Xdmx Xdmx wrote: > Hi, i've two applications (APP1 and APP2) and i want that APP2 is able > to get data from APP1. I think that a simple rest web service is the way > to go. Do you have some good examples/tutorials? I've googled but i find > only old examples with the deprecated action web service. From the > client, who get the xml, how does reconvert it into ruby/model objects?
If the apps aren't rails specific, I would suggest to write a simple rack application. It's actually pretty useful when interfacing API's that are non-rails. -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

