create Jfree scattet plot using applet in web application

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jfree_developer
Posts: 2
Joined: Wed Nov 24, 2010 7:37 am
antibot: No, of course not.

create Jfree scattet plot using applet in web application

Post by Jfree_developer » Wed Nov 24, 2010 7:53 am

applet embedded in jsp page tried to read xml file in the same foder where jsp and applet class is stored. Got File cannot be Accessed.. Applet initilaze msg is shown in task bar but blank screen displayed

applet embedded in jsp page tried to read from mysql database . Got Access permission denied. Here Defalut chart with out any points displayed..

How to easily integrate applet in tomact so that chart can be created using applet .Please give some suggetions to creates scatter chart using applet dynamically and efficiently.. More than 1 lac sof points need to be plotted ..

Locked