Hi:
I have two applications, each having a main mxml file with remote data services,
using BlazeDS, and several modules with user interface components. They were
developed in their own flash projects in eclipse, are well tested and work
satisfactorily.
I now need to display this as an integrated application. Aside from creating a
simple app with navigateToUrl links, are there better ways to integrate these
apps, without having to do a major rewrite?
If each of these apps is a sub-application to a main application, I believe
there are issues with the remote services. We already have too many remote
services in each of the apps and putting them all into a single main mxml file
is not appealing.
I have not been able to find any articles on how large applications using remote
services are designed using flex. Suggestions would be much appreciated.
Thank you and have a great day!