I still use WDDX in old and new applications.  Not often, but I find it
valuable for storing data in the database that I don't need to be
searchable.

I'm currently working on a flex application where the user can set a variety
of preferences.  For example, a list of items to be automatically selected
in a certain list control.

The flex app calls a getPrefs() method of a cfc, which retrieves the WDDX
packet from the database for the specific user, converts it to a struct (one
line of code), then returns it to Flex, which handles it quite nicely as an
object.

Dealing with an XML object is considerably more complex, although that may
just be my inexperience with XML objects.

Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274218
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to