What is adapter in blaze ds?
Answer / Rajneesh Kumar
In Adobe Blaze DS, an adapter is a middleware that facilitates communication between the server and the client. It maps ActionScript objects to server data formats like XML or AMF (Action Message Format). Common adapters include RemoteObjectAdapter for remote objects, URLLoaderAdapter for URL requests, and HTTPServiceAdapter for HTTP service calls.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc and how do you relate it to flex apps? : adobe flex action script
What is preventdefault() method?
What keyword allows us to implement abstraction better in flex? : adobe flex action script
What are the 2 ways to compile flex source file?
What are sealed classes in flex? : adobe flex action script
What is a resource manager in flex actionscript?
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
How do I get flex to query my database? : adobe flex action script
Will I need to upgrade my air sdk along with flex 3 beta 3?
Explain about remote object? What is end point in remote object?
Can we use text input/editable component as itemrenderer?
What is over loading? Is method over loading possible in flex?