Hi.
I need to know how to approach this problem and what I need to read up on.
I have
servlets on TC4 which retrieve data from Oracle.
The servlets do something to the data and "send" them back to the
applet. The applet (awt) displays the result on the client's screen.
However, it turns out some data is quasi-dynamic, it can change during the day, but not often.
What are some of the ways to refresh the screen when the data changes?
Hopefully it won't be a major modification!
TIA :-)