Servlet Example 2
The servlet is setup here to read the configuration data from a text file and the graph data from a server side process, in this case a Java Servlet running on our web server.
and here is the HTML code,
<img src="http://localhost:8080/servlet/LineGraphServlet?
config=http://www.jpowered.com/line_graph/Examples/lineprops.txt&
data=http://www.jpowered.com/siriusjava/servlet/LineDataServlet"
width="500" height="420">
Note: If you are using the evaluation version then in the applet a pop-up window will appear upon the startup and an evaluation message will be incorporated by the servlet. Both these features have been removed from the licensed version. Licensing information can be found at http://www.jpowered.com/graph_chart/index.htm