Flex new data syncing features


By David Fekke
January 17th, 2011

I have seen about four sessions on Flex so far at MAX. The new features coming out in Flex 2.0 do two new things, messaging and data services. The messaging allows for real time updates of multiple Flex clients, so you can write a chat client if you wanted. You will be able to connect to a JMS server.

The data services allow for flagless updates to a database server. You can use DAO objects to update an Array of objects.

You can also use these two features together, so one user can add a row to a recordset, and the change is reflected in real time in all clients.

← Previous Page  Next Page →