I'm having trouble conceptually understanding how to integrate flex components -- forms, charts, data grids, etc. -- with an existing web app. There are certain aspects of the web application where I believe it makes more sense to use flex -- however, I DO NOT want to replace the (html/js/java) web-app with a pure flex based app.
For example, currently the web app displays user data using html tables and java based charts, I'd like to re-implement this "data display" using flex.
- Would I have to create a flex "application" for the "data display"?
- What if I wanted to re-implement the forms used by the web app to save the data in flex, would I have to create a flex "application", separate from the "data display" flex app?