Difference between HTTP Service and Remote Object? (OR) Which one you will prefer?

Answer

 Data Service(Remote Object)
            1. Remote Objects specifies named or unnamed sources.   
            2. This service connects to an AMF(Action Message Format) Gateway
            3. AMF protocol transfers data in a binary format, so the data can be moved across the network more quickly.           
            4. Remote Service automatically serializes and deserializes the data between Flex client and your server side language. As a result, you can directly call methods on your Java/.Net/ColdFusion/PHP etc… objects          
           
            HTTP Service/Web Service
            1. These services use named or raw URLs
            2. These services connect to an HTTP Proxy Gateway.
               HTTP Service use HTTP protocol/requests
               Web Services use SOAP (Simple Object Access Protocol).
            3. These services transfer data in XML format. This is slow.
            4. Here the data transfer is in XML only.

All flex Questions

Ask your interview questions on flex

Write Your comment or Questions if you want the answers on flex from flex Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---