Saturday, September 15, 2012

Working with XML data in Flex

English: Office Open XML main componentsEnglish: Office Open XML main components (Photo credit: Wikipedia)
Prerequisite for this Blog
1. Data Binding
2. Events
3. Network Monitor Requesting and Retrieving XML Data from a Remote Server.

Classes / MXML Components
  • HTTPService - HTTP GET and POST operations
  • WebService - SOAP/WSDL operations
  • RemoteObject - remote object connection using AMF
As per MXML 2009, All non visual components should be declared with the Declaration block as below.
1:  <fx:Declarations>  
2:        <!-- Place non-visual elements (e.g., services, value objects) here -->  
3:  </fx:Declarations>  
send() - sends a request to the service dataProvider - this property is used to fill data to UI components.

No comments:

Post a Comment

Which is better React Native or Native iOS and Android Development for building Mobile applications ?

  React Native vs Native (iOS, Android)   Properties/Feature React Native   Native (iOS) – Swift / Object...

Labels