What is the difference between httpService & Data Service?



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

Post New Answer

More Adobe Flex Interview Questions

Difference between Java & Flex Getters Setters?

1 Answers  


Can I upgrade from flex builder 3 standard edition to flex builder 3 professional edition?

1 Answers  


What are three ways to skin a component in flex?

1 Answers  


I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (onmy computer), how can I do this? : adobe flex action script

1 Answers  


Why are my valueobject member variables undefined in the results from my remoteobject requests? : adobe flex action script

1 Answers  


Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script

1 Answers  


Explain data binding in flex?

1 Answers  


How do you generate random numbers within a given limit with actionscript? : adobe flex action script

1 Answers  


What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script

1 Answers  


I am sending my request, and I see the data traffic in the command window, but why is the result always empty?

1 Answers  


Explain how binding works in mxml components in flex?

1 Answers  


Can I load css style sheets dynamically at runtime? : adobe flex action script

1 Answers  


Categories