Hi,
Now I am working in web project using jsp. In the server tier we are using EJB.
Now I am in need of a screen which will refresh the automatically when a new data is added from some other screen to the JMS queue.
Can anybody help me
Thanks in advance
Sandeep
-
Push technologies for my work (4 messages)
- Posted by: Sandeep sandeep
- Posted on: December 19 2005 09:42 EST
Threaded Messages (4)
- Push technologies for my work by Sowmya Sridhar on December 19 2005 13:47 EST
- Try Ajax by Bharat Gandhari on December 19 2005 15:57 EST
- Push technologies for my work by James Strachan on December 20 2005 02:01 EST
- Use XMLHTTP activex object by shreenee josh on December 25 2005 07:57 EST
-
Push technologies for my work[ Go to top ]
- Posted by: Sowmya Sridhar
- Posted on: December 19 2005 13:47 EST
- in response to Sandeep sandeep
If you have appropriate refresh headers on the jsp the page should refresh automatically - it is just a question of re-doing the lookup for every refresh and display it. -
Try Ajax[ Go to top ]
- Posted by: Bharat Gandhari
- Posted on: December 19 2005 15:57 EST
- in response to Sandeep sandeep
Try Ajax -
Push technologies for my work[ Go to top ]
- Posted by: James Strachan
- Posted on: December 20 2005 02:01 EST
- in response to Sandeep sandeep
There's details and examples here..
http://activemq.org/Ajax
such as a HTML stock trading portfolio screen which updates in real time as prices change etc.
James
LogicBlaze -
Use XMLHTTP activex object[ Go to top ]
- Posted by: shreenee josh
- Posted on: December 25 2005 07:57 EST
- in response to Sandeep sandeep
You can use XML HTTP activeX object:
http://developer.apple.com/internet/webcontent/xmlhttpreq.html
AJax is extension of same technology.
shrini