--- In [email protected], Errol Thompson <kiw...@...> wrote: > Cairngorm provides the services locator but that needs to be mocked out if > you want to run tests that don't land up calling the remote server. I have > achieved this but it suggests to me that there are more flexible solutions.
Hi, We use Prana dependency injection with Cairngorm to wire production/mock/whatever service locator implementations at runtime. Elegant, powerful and not too difficult to set up. Garry

