Naveen M. Reddy is welcoming U.

Naveen M. Reddy is welcoming U.
Welcome to My Small World.

Thursday, May 6, 2010

What is AMF? What makes flex application very fast?

BlazeDS and LCDS both support remoting over the AMF protocol.
AMF is Action Message Format.
AMF is a compact binay format, which increases the application's data
loading speed to 10 times compared with text based format protocols such as HTTP, SOAP and so on.

This AMF format is used by Flash Player for data exchange and data storage(SharedObjects).
AFM uses a compact binary format to serialize and deserialize ActionScript objects allowing you to call
and access server-side code.

This is how the Flex application is very fast compared to normal text based http and soap applications.

No comments:

Post a Comment