Saturday, March 15, 2008

Accessing Java Objects from Flex

From Flex it is lot more easier to access methods of Java Objects with out using any services, you can achieve this by using the "mx:RemoteObject" tag which will interact with the Java objects using AMF (Action Message Format).
mx.servicetags.Service
Details of the tag properties are available at adobe Flex language reference.
For detailed reference and example visit ASDoc link

No comments: