Hi All, A have a new project that a I want to include the Model Locator. I have already developed other projects in Flex using the Front Controller, Commands and other patterns but I have not included the Model Locator.
As far I could learn the Model Locator will store the state of the Application, and, as stated, the state must be maintained at the Client. Well that's OK, but what about the changes occured in the Database that needs to be refreshed. For instance, if I have a Datagrid that list all my orders, and a new order has been included by another user. How will this information be updated at the clients ???? I am not using Data Services, I am working with RPC, so I need "manually" refresh my client. Is there a suggested procedure to notify the clients that they must refresh their ArrayCollection, stored at the Model Locator ???? How do you take care of this refresh ???? Thanks in advance.

