October 2010
Intermediate to advanced
264 pages
7h 38m
English
This chapter covers
In previous chapters you built a Flex client application using the MVP design pattern and connected it to Java through web services. Now you’re going to move from XML/HTTP web services and try remoting.
For Action Message Format communication, or AMF, Flex provides the RemoteObject component that uses Adobe’s own AMF binary protocol to communicate with the server. This means you’ll need a process running on the server side, such as BlazeDS, that understands how to serialize and deserialize the AMF protocol.
In the next section ...
Read now
Unlock full access