Binding. While Flash MX 2004 had considerable amounts of code that did plug-in's to various data sources, Flex takes a much simpler approach. Since any datatype is bindable, you are notified of changes. Array's/Objects (dataproviders) still spit out the modelChanged event as well.
Therefore, binding changes in data to firing off a web-service/remote object/http service call are pretty straightforward, yet flexible. If you are looking for all the magic DeltaPacket, XUpdateResolver, etc., she isn't there. Even if it was, there are much faster, simplier, and more flexible ways through binding. ----- Original Message ----- From: "mydmjac" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, January 19, 2006 5:59 PM Subject: [flexcoders] Updating the data back to database Does Flex provide any ways of identifying data changes made by users? Obviously I am new to Flex, and I noticed that there are lots of tips, information on interface, controls, also how to retrieve data from the server. However I haven't been able to find any reference for updating process, some components like XUpdateResolver in Flash make it a lot easier to move the changes back to the server and finally to the database. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

