I have a Flex 4 client application that is under development in parallel with the server back-end. I am use Mate's MockRemoteObject to provide a mock data service, but as the real data service comes on line, we'll want to run against that sometimes from Eclipse.
Is there a way to easily switch between the two without having to modify source code?
Based on my research it seems like Spring-Actionscript might work, but I really do not want to switch frameworks at this point if I don't have to.