Using a Spring-managed MessageBroker
enables Spring beans to be easily exported for direct remoting calls from a Flex client. This approach
is quite similar to that taken with other remoting technologies in the core Spring Framework. Remoting is applied to existing Spring-managed beans
as an external configuration concern. The MessageBroker
transparently handles the process of serialization and deserialization between
the Flex AMF data format and Java.