Applet Demo - Database

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
stefan

Applet Demo - Database

Post by stefan » Sat Mar 15, 2003 8:39 pm

HI,

Can the applet demo with the real time strip chart showing the free memory be used with a dataset taken from a datbase and if yes how could something like this be implemented?

Thnx

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Mon Mar 17, 2003 10:10 am

You could create a dynamically updating chart using data read from a database table - you would need to write some code to read in the latest data and update the dataset. Obviously reading the updates will take time, so the refresh rate will drop.

Regards,

Dave Gilbert

Locked