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 |
What is shared object?
What is the difference between viewstack vs viewstate?
What is default frame rate of the timeline in frame per second?
can you write to the file system from flex?
How long can I use the flex builder 3 beta 3 software? Can I extend the time limit?
How do you implement push with flex data services?
What is the difference between states and viewstack in flex? : adobe flex action script
What is the use of arraycollection filter function?
What happens if an .swf is loaded into a already occupied level?
What is the difference between httpservice and data service? : adobe flex action script
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
What is the difference between sealed class and dynamic classes in flex?