Hello,
I have a question about thick clients and EJB. I have posed this question in another forum and have not recieved a reply yet. So I figured maybe this is the right one.
I have multiple thick clients (gui clients) looking at the same data using entity beans. A client changes the data and now I need a way of notifying other clients to show the updated data without having the clients reload or re-request the data: ie dynmic updates to a thick client which is basically a form. Would Observable and Observer classes work or is there another way of doing this?
Thanks in advance
-r
-r
-
Thick clients and EJB (1 messages)
- Posted by: Rasoul Hajikhani
- Posted on: January 31 2004 03:40 EST
Threaded Messages (1)
- Thick clients and EJB by stephen smithstone on January 31 2004 03:46 EST
-
Thick clients and EJB[ Go to top ]
- Posted by: stephen smithstone
- Posted on: January 31 2004 03:46 EST
- in response to Rasoul Hajikhani
possible it could do that , you could also look at using jms once the bean has been updated create a message that holds the new info and send the message to a cue where you have all your clients listening etc etc