Hi Ulf
Apologies for the uninformative topic title! It won't happen again.
Just to clarify a few issues I still have regarding my original post. My overall application would be developed using different aspects of Java.
In other words I would first use JDBC to (1) connect to the database,
(2) imbed SQL queries to retrieve the relevant data, and (3) manipulate the resultset.
I would then use Jasper/cewolf depending on my specific requirements to generate different styles of graphs/charts based on the resultset produced? The graphs would need to be generated in different formats, i.e. pdf, jpeg, tiff, etc. and then inserted into Web pages, pdf documents, etc. (I have not totally decided how the output will be presented at this point).
Do I need to use JSP at all if I decide to use cewolf? Where might the JSP fit in?
Thanks a lot for your help
Joe