Doh! Er, yeah, you could put it in the ServiceLocator if it's an actual service, true. Wasn't sure if you were talking about XML, XML-RPC, XMLSocket, SOAP....
----- Original Message ----- From: "Aral Balkan" <[EMAIL PROTECTED]> To: "Open Source Flash Mailing List" <[email protected]> Sent: Wednesday, August 17, 2005 5:09 AM Subject: Re: [osflash] Thank you to the ARP folks Hi Ben, Arp uses a ServiceLocator to abstract out the service location. As far as your app is concerned, it is calling methods on a service. It doesn't matter whether that service is client-side (eg. a MockService) or whether it uses RPC/Remoting, XML, LoadVars, what-have-you. Out of the box, Arp is actually very biased towards the use of Remoting. The Service interface we currently use is the remoting interface. This is not ideal and we will more than likely implement an actual Interface for next release. Take a look at the Arp manual -- I'm sure it will answer a lot of your questions. (And the Arp mailing list should be helpful too.) All the best, Aral Ben Smeets wrote: >Seeing this coming by, I just had to take the opportunity to ask people >this... > >How is ARP counting on people using amf as a backend? Or any other flash >remoting solution for that matter? I ask because I am used to use my own >xml based backend communication which integrates easier and more >transparent to our existing backends. I am curious about ARP, but wanted >to find out this first :) > >Tx in advance, > >Ben > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
