|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
dwr vs realtime-dataIs dwr suitable for showing realtime-data
, like quote data on jsp ? I want to design a real-time
system, and get Reuter quotes on our jsp page. Can I use dwr structure? Thx ============================ Patrick MSN: fromjx@... |
|
|
Re: dwr vs realtime-dataThis is a question for the users mailing list - there are more people to help there. The short answer is yes. Joe. On 10/16/07, wanyu <
yu.wan@...> wrote:
|
|
|
RE: dwr vs realtime-dataYes, you could create a timer in your Javascript and call your servlet periodically. But if you want real streaming data, check out pushlet technology. Pushlets use the browser's HTTP Request object, but it leaves the connection open, leaving the servlet to send data whenever it has info to "push". It's expensive on the server end, but a thrill to watch. Try www.pushlet.com for more info.
Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare! Try now! |
|
|
Re: dwr vs realtime-dataIf you're using DWR, reverse ajax is probably a more natural solution. Joe. On 10/16/07, Glenn Barnard <barnardglenn@...> wrote:
|
|
|
Re: dwr vs realtime-dataYes, I'm using the reverse ajax capability and it works really well although we have not done much in terms of load testing up to this point. One thing to note however is that to get a real stable environment with DWR's reverse ajax I needed to use the early close mode. The full streaming mode had some odd results at times where I wasn't able to switch tabs on my browser and it would lock me to that page. This was on IE 7.
Anyone else encounter this?
|
|
|
Re: dwr vs realtime-dataI'm a bit slow at the moment due to conferences, however early-close mode is about to become the default for IE .... I've come to the conclusion that IE just isn't stable enough to do full streaming. Joe. On 10/18/07, samd <sdoyle_2@...> wrote:
|
| Free Forum Powered by Nabble | Forum Help |