What is the difference between httpService & Data Service?
Answer / Abhay Kumar Bharti
httpService and Data Service are two different data access services in Adobe Flex. httpService is a low-level service that sends raw HTTP requests to a server and receives a response, which can be parsed manually. Data Service, on the other hand, provides higher-level access to data sources like RESTful web services or XML files. It automatically handles complex tasks like caching, error handling, and serialization.
| Is This Answer Correct ? | 0 Yes | 0 No |
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
Can I add charting to the flex builder standard edition?
What are channels & their types in flex?
Why would you want to keep a reference to a changewatcher and call unwatch()?
Can you write to the file system from flex? : adobe flex action script
What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
Explain prevent default method?
What is the dynamic keyword used for in flex actionscript? : adobe flex action script
How do I run flex as a service? : adobe flex action script
What is the function of exclude or exclude class related to the data or class?
What is default frame rate of the timeline in frame per second? : adobe flex action script
How do I make synchronous data calls in actionscript? : adobe flex action script