Stock Ticker

hi all, can anybody please tell me how to get a stock ticker on my webpage which will take the values from a particular table in the database. i am doing a project using HTML and servlets. thanku in advance
[220 byte] By [kng29] at [2007-9-26 6:49:45]
# 1

On the server side implement your servlet to serve up a text document (probably formatted in some way), filling in the data from the DB ( you will need to use JDBC ). On the client side make a URL connection to the servlet, retrieve the document, interpret the data in the document and then print it out.

Do note that you can only access the computer that provided the applet, otherwise you will get a Security exception.

ajmas at 2007-7-1 16:16:33 > top of Java-index,Desktop,Core GUI APIs...