cancel
Showing results for 
Search instead for 
Did you mean: 

how to refresh data!

Former Member
0 Kudos

there is a view in web dynpro project,which display all quired data in a table.

assume there are two users A and B to operate them.

A open the queried page to display records.at then.B just input a new record which can be display in A opened page.

my question is:

how to refreshed A' opened page automatically.

(addtion:all records is saved in DB,reading from that)

any ideal is welcome!

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I'm not sure that you can fire an event around user sessions like that. The only thing I can think of is to implement a timer, and do a periodic refresh of the iView. Not sure that this will exactly solve your problem. Or maybe implement a refresh button, which will allow the user to get the new data anytime he wants.

Regards,

Rich Heilman

Former Member
0 Kudos

Rich Heilman;

but i don't wanna set a fixed time to refresh view.

i have a ideal for it,i wanna sovled it by JMS.

when:

A: is looking at the view.

B: inserted a record.(<u>then send a messge to all users who are looking at the view.the users <b>(A)</b> who are get the message to refresh the view.but the promble is: in web dnypro project i don't know how to listening the view and got the users<b>(A)</b> who are looking at the view.</u>)

-


> I'm not sure that you can fire an event around user

> sessions like that. The only thing I can think of is

> to implement a timer, and do a periodic refresh of

> the iView. Not sure that this will exactly solve

> your problem. Or maybe implement a refresh button,

> which will allow the user to get the new data anytime

> he wants.

>

> Regards,

> Rich Heilman

Answers (0)