There is a remarkable book “Flexible Rails” http://www.manning.com/armstrong/ about how to use Ruby on Rails and Adobe Flex to build next-generation rich Internet applications (RIAs). Does anybody know any similar resource about integrating Django and Flex?
There is a remarkable book Flexible Rails http://www.manning.com/armstrong/ about how to use Ruby on
Share
I’m not aware of any similar books, but all you really need is an API integration from your flex app to your django app.
I’ve used the following 2 methods with success: