How to use Flex 2 RemoteObjects and PHP with SabreAMF

Posted on September 1, 2006 | 1 comment

Flex 2 provides many new and exciting features. One of the improvements is the new Action Message Format or AMF3. AMF is used with RemoteObject’s components and requires a compatible server. The newer AMF functionality provides improved performance and better object typing.

Current AMF integration is predominantly done through the ColdFusion connectivity update found in ColdFusion MX 7.0.2 and Flex Data Services. PHP and other open AMF projects have been catching up to the AMF field. More and more PHP servers and clients are supporting the AMF3 format, now it’s a question about how easy is it to integrate and use with Flex 2 applications. This article we’ll explore such a setup using SabreAMF.

Read the rest of the article here