I'm migrating an existing Flash Communication Server app to
Flex Data Services. Everything is going well - I'm not using any
framework, but simply running a singleton with application scope,
which manages a complex hierarchical structure. I want to be able
to map individual Flex client components to particular parts of the
server data tree - so for example if
Customer.Employees.EmployeeList is updated, only the client
component listening to the EmployeeList receives a synchronisation.
These client components would effectively request a new copy of
EmployeeList. Other components with connections to other parts of
the server data tree would not receive any information.
Can anyone give me any help in the best approach to this?
Can anyone give me any help in the best approach to this?