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 |
Difference between Java & Flex Getters Setters?
Can I upgrade from flex builder 3 standard edition to flex builder 3 professional edition?
What are three ways to skin a component in flex?
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
Why are my valueobject member variables undefined in the results from my remoteobject requests? : adobe flex action script
Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
Explain data binding in flex?
How do you generate random numbers within a given limit with actionscript? : adobe flex action script
What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script
I am sending my request, and I see the data traffic in the command window, but why is the result always empty?
Explain how binding works in mxml components in flex?
Can I load css style sheets dynamically at runtime? : adobe flex action script