As a part of “Adobe Flash Platform” branding strategy, “Flex Builder” is now renamed to “Flash Builder”.
Flash Builder Beta build can be downloaded for Free from http://labs.adobe.com/technologies/flashbuilder4/
Links
Using WebServices with Data Centric Development in Flash Builder 4
__
Data Centric Development (DCD) is an exciting new Rapid Application Development feature in Flash Builder 4 which helps traditional web developers to quickly build Flex applications that talk and fetch data from various backends like ColdFusion, PHP, BlazeDS, LCDS, WebService & HTTPService.

This feature provides an easy-to-use unified workflow to import Services, see them inside Flash Builder & bind UI elements in your application to data coming from server.
Below are some of the compelling features offered as a part of Data Centric Development workflows:
- Import existing ColdFusion/PHP/BlazeDS/LCDS/HTTP/WSDL services using very easy to use “Connet to Data/Service “wizard
- Generate sample code for ColdFusion/PHP service
- View all functions & data types of your Service inside Flex Builder IDE using “Data/Services” panel
- Test & Configure the output return type of your server side function/operation inside Flex Builder using “Configure Return Type”
- Easily invoke & show the data from services using simple Drag & Drop and other gestures
- Automatic client side Paging
- Automatic client side Data Management
- Automatic Input & Output Form Generation
- Automatic Master-Detail view generation
Whole of this workflow can be categorized into 4 important steps. They are:

1. Connect to Data/Service
In this step, user is supposed to Import existing service by providing File path (for ColdFusion/PHP) or URL (for HTTPService/WebService) or Destination name (for BlazeDS/LCDS) to the service or generate a new service (for ColdFusion/PHP only). This step can be done using “Data->Connect to Data/Service” menu item.
2. Explore Service
Once the service is imported or created, all the available functions/methods along with its signatures from your backend service would appear in “Data/Services” panel inside Flash Builder.
3. Configure Return Type
In most of the cases, Flash Builder automatically identifies the data type of input arguments and return type of the operations by introspecting your server code & metadata. But, in some cases, Flash Builder would need to invoke the operation, introspect the output returned by the operation and create client-side ActionScript VOs if required.
4. Bind Components to Data
Once Flash Builder knows the Input argument types or Return types of the operation, you can start binding the output returned by these operations to UI elements like DataGrid, List, Button, ComboBox, Form, Charts etc..
Over the next few days, I will be explaining in detail about each of these wizards and backend specific workflows to make your life exciting with DCD.
More articles on Flash Builder 4 can be found here
.
.

[...] More about the wizards here Also see http://srinivasannam.wordpress.com/2009/06/01/introduction_to_dcd/ [...]
[...] Introduction to Data Centric Development in Flash Builder 4 (Gumbo) [...]
Any additional features in FB4 for OLAP interfaces?
Hi John, There are no additional features addedd to OLAP / ADG except few bug fixes.
If you have anyting specific that you want to see improved in this component, please feel free to log a Enhancement request through our public bug base at http://bugs.adobe.com/jira
I am working with FB 4 beta and I somehow can’t seem to get the ‘configure data type’ working. I have a straight select * statement in php but flex does not recognize it such that when I use custom data type, it just displays an error asking me to check the server logs (where are those btw?) Any help would be appreciated.
Hi Sunil, can you please try generating a sample PHP file using “Data->Connect to PHP…” menu item in Flash Builder.
Just go through the sample and modify it for your table. If you still get errors after following that, send me your PHP to me.
Great information. How you you connect to a php service on a remote server when you’re making a Air based application?
I’ve seen the tutorials that explain this for a Flex based application, but can’t find info on what to put as the URL or Web Root for Air projects.
Thanks – Yogi
Nice to see your interest in Flash Builder 4. The way you connect to PHP service is same for Flex or AIR project ( Just choose ‘Desktop’ radio button in Flex Project creation wizard and choose ‘Application Server Type’ as PHP)
If you face any specific issues while using DCD with AIR projects, Do send a mail to me.