Hi,
    I want to implement Server-Push in my project. We use Adobe Flex3 in UI. We 
use Spring with Hibernate on server side. We also have LCDS on server.

    Flex calls Spring beans (DAOs) on server. Spring DAO's access database 
using hibernate. In this way Flex-UI gets data from server. And also 
update/save data using Spring beans. Spring beans(DAOs) has the hibernate code 
(mappings) to fetch/update database.

    Now, one outside process is updating the database directly i.e., without 
involving Flex/Spring/Hibernate. Whenver that happens, UI needs to get the 
latest data from server.

    Could you tell me how to implement this. What kind of adapter should I use? 
Any resources/docs available ?

Thanks in advance for your reply.
Ravi

Reply via email to