logo

Complex Web Services in Flash Builder 4

logo


Adobe Senior Technology Evangelist Duane Nickull works with the new web services wizards in Flash Builder 4, showing how to bind a web service to a visual component.

Specifically, this video demonstrates how Flash Builder can easily hook up to even a complex web service using SOAP. The service demoed is a collection of countries and population statistics.

The Flash Builder application begins with a comboBox with a dataProvider created from the getCountries() function of the service.  This will populate the comboBox with the available countries from the web service.  All of this is done without writing a single line of code.

Duane then continues to create a details form that retrieves the population of the selected country from the comboBox.  Even at this point, the ActionScript 3.0 required is minimal.  The only functions generated are a creationComplete and changeHandler that retrieve data from the service and listen for changes in the comboBox selection and change the data in the form.

Overall, the main idea behind this video is to demonstrate how simple it is to retrieve data from even a complex service.  Definitely a major improvement in productivity for anyone trying to create a dynamic application.

View the Code: PHP Services in Flash Builder 4 (Part 2)

logo


Adobes Tom Lane walks you through the mechanics of connecting a Flex application to a PHP data service with Flash Builder 4.

This is the second part of a two part series on creating a service using Flash Builder and a PHP server.  In this video, Tom shows viewers how to

  • Analyze code generated from Data Services
  • How Flash Builder creates AS3 from PHP
    • Differences between how the code handles data (Flash Builder: Asynchronously)
  • Call Responders
  • creationComplete() functions
  • Generate Details Form

In order to grasp the concepts in both videos, a moderate understanding coding is recommended.

To watch the first video, click here.

Working with PHP Services in Flash Builder 4 (Part 1)

logo

Senior Computer Scientist Tom Lane gives an overview of the code for a PHP function in Flex, and then highlights the functionality of the data services panel.

This is the first part of a two part series on creating a service using Flash Builder and PHP.  In this video, Tom shows viewers how to

  • Create a new Flex project for a PHP server
  • Write MySQL queries using PHP
  • Understanding how PHP communicates with Flash Builder and vice versa
  • Arrays of objects in PHP
  • Using the Data Services Panel to import PHP Classes
  • Data Services overview using Datagrids

Overall, my observations have led me to believe that Flash Builder is becoming more like Microsoft Visual Studio with each iteration, especially in this version.

You can view part 2 of the video by clicking here.

Page 39 of 56« First...102030...3738394041...50...Last »
logo
Powered by Wordpress. Copyright 2009 Brett Widmann.