data binding is more of a UI thing only. You will need to push the data somehow either through a separate thread or through the same thread that updates the DB. How is your DB getting updated? i mean who is updating your DB?
---> Akshar Kaul <--- On Tue, May 24, 2011 at 13:56, sathis kumar <[email protected]>wrote: > Have you tried data binding? > I think that will help you in this! > > > > > On Tue, May 24, 2011 at 10:07 AM, naju <[email protected]> wrote: > >> Thanks for ur reply, >> >> Yes, I am using BlazeDS , how could i implement data push from java to >> flex . Once my DB gets updated, i need to update my view. Is thr any >> way to do it without using any thread in the backend ? >> >> On May 23, 1:22 pm, Akshar Kaul <[email protected]> wrote: >> > you can use blazeDS or LCDS to achieve the server side data push. >> > ---> Akshar Kaul <--- >> > >> > >> > >> > >> > >> > >> > >> > On Mon, May 23, 2011 at 12:11, naju <[email protected]> wrote: >> > > Hi all, >> > >> > > I need to update my view(MXML) by server data push (once the new data >> > > came to DB) from java ,like in dashborads. which is the best >> > > practice ? Can i do it without using a thread in server side ???/ >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> Groups >> > > "Flex India Community" group. >> > > To post to this group, send email to [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected]. >> > > For more options, visit this group at >> > >http://groups.google.com/group/flex_india?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

