[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Live Stock Market

Subject: RE: Live Stock Market
From: Marcel Ruff <ruff@xxxxxxxxxxxxx>
Date: Sat, 04 Mar 2000 13:19:05 +0100
marcel ruff
Dynamic Callbacks to browsers is not this easy.
You will need to build a framework doing this.

This are some approaches:

1. Java applet with Tcp/IP or CORBA or RMI ... connection
   This allows instant dynamic refreshing of data but if there
   is a firewall between, the applet won't work.
   (http tunneling could help here, but you need a persistent http
   connection, see below).

2. Refreshing html in the browser:
   - you can poll from the browser
     With some lines of javascript (from a hidden frame)
     or with the HTTP refresh META tag.
   - You can keep the http connection persistent (which is
     default in http 1.1) and callback the browser.
     You need to handle MSIE and netscape different with
     this approach.

3. Refreshing only parts of the HTML page is not so easy
   as well.
   - You can use many frames, and only update the little
     frame
   - You can use dynamic HTML (DHTML) but this is not portable
     between netscape and MSIE. So you should use one of the
     DHTML libs, which hides the browser stuff.
   - You can convert the dynamic parts to gif, and then
     only replace the gif images (this is portable and simple).

But, building such a framework, which is robust, is 
not done on one day.

Marcel


-- 
Marcel Ruff
ruff@xxxxxxxxxxxxx
http://www.lake.de/home/lake/swand/
http://www.xmlBlaster.org


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.