Hi there Can anyone here give me examples/experiences of integrating Rails with other technologies?
For instance, if I want to create nice graphs, I really like JFreeChart, which is a Java app. The best way I could imagine doing this would be to have the Java charting component (or whatever app) something like this: (In the following omiitting http://www.domain.com) 1) User requests /reports/name 2) Goes to the show method on the reports controller 3) Ruby posts to the java web service, which returns a URL to the graph 4) This URL is returned to the web client Again, suggestions/experiences welcome. Thanks Marcos --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

