What is the preferred way to include charts/graphs, generated dynamically, in web pages?
A user enters data in a web page (eg. an applet in a JSP page). This data is then combined with data in the server’s database, and an Excel-like chart is to be produced in a response page (along with other content).
The server may be implemented on either Linux or Windows, so Excel or StarOffice can be used to create the charts.