com.adobe.cairngorm.business.ServiceLocator

You've defined the cairngorm namespace in the base tag.





On 10/12/2007, at 10:27 AM, Chris Velevitch wrote:

I've been looking Cairngorm and I saw this:-

<?xml version="1.0" encoding="utf-8"?>
<cairngorm:ServiceLocator
xmlns:mx="http://www.adobe.com/2006/mxml";
xmlns:cairngorm="com.adobe.cairngorm.business.*">
<mx:RemoteObject
id="addcontactService"
destination="addcontactService"
showBusyCursor="true"
result="event.token.resultHandler( event );"
fault="event.token.faultHandler( event );">
</mx:RemoteObject>
</cairngorm:ServiceLocator>

where ServiceLocator is a user defined class.

What is this mechanism called and where can I learn how it works?

Chris
-- Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au



Reply via email to