creating charts in applets

hi alli have to create analysis reports in an applet and i have to put it on to my jsppage.i am working on struts framework.can any body please give me a solution for this.thanks and regardssuman kumar alla
[255 byte] By [charts_using_applets] at [2007-11-26 12:04:09]
# 1
No.
CaptainMorgan08 at 2007-7-7 12:30:14 > top of Java-index,Desktop,Core GUI APIs...
# 2

If it's an applet, then whether it's embedded in a JSP or not is irrelevant (unless there's some kind of additional client/server behavior that you neglected to mention).

Anyway, here's the solution:

1) Find some Java software that generates charts. There's probably a million such things on SourceForge, and I keep seeing ads in magazines for commercial versions.

2) Use that software in an applet.

paulcw at 2007-7-7 12:30:14 > top of Java-index,Desktop,Core GUI APIs...