[flexcoders] Re: Best practice - remote calls from a flex library

2010-06-03 Thread gareth_arch
Yeah, I'm not really concerned about VOs vs queries, as that all depends on the situation. I'm really just trying to figure out how to get that information into the library without coupling the component to an app or if there's even anything bad about putting the service calls for getting the i

[flexcoders] Re: Best practice - remote calls from a flex library

2010-06-03 Thread gareth_arch
I guess it's a little bit of IOC. It's really based on environment as well, so we get the data from different places based upon where the code is deployed (dev, stg, prod, qa, etc). In some of our other apps, we have the application set up to "get postal codes", but that then starts assuming t