Hi:
I have several applications, each having a main mxml file with remote data services,
using BlazeDS and several modules which have user interface components that
make calls on these remote services.
I now need to display this as an integrated application.
If each of these apps is a sub-application to a main application, I believe
there are issues with the remote services. I understand that these remote
services should be in the main application only. 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!