I have a large complicated multi-table multi-windowed application which was orignially leveraged off the "create Application from database". I now want to rewrite most of it in value objects so I have created a second http service object with an ArrayCollection result type, with attendant result handlers etc.
It seems to work but am curious what more seasoned developers think of mixing
Http Services with their own result formats in one Flex application file???
Thanks
Dan Pride

