hi all,
i'm new in J2EE world, somebody can help me ?
i'm going to build an application that requirre real time data delivered to client. the client is web browser. my problem is: 1. if the data is changed the client automatically can know without refreshing the browser ( push the 'reload' button). 2. my application need keeping user session.
I had been read some paper about JMS, but I don't know whether JMS can solve my problem.
Thank you for your attention
regard
heru eko s
heru@inf.its-sby.edu
-
JMS Again ? (1 messages)
- Posted by: heru eko susanto
- Posted on: April 29 2003 21:51 EDT
Threaded Messages (1)
- Re: JMS Again ? by Alan Choy on April 30 2003 08:25 EDT
-
Re: JMS Again ?[ Go to top ]
- Posted by: Alan Choy
- Posted on: April 30 2003 08:25 EDT
- in response to heru eko susanto
You're right that JMS would be able to solve your problem. Basically you setup a queue and your MOM. When there is anything change in your data, you trigger a message to the queue, which in turn trigger some presentation logic on the client side to "refresh" (of course not pushing reload button) the webpage.