Can jaspper reports will help me to accomplish these tasks ?
Parthiban Malayandi
Ranch Hand
Joined: Apr 15, 2008
Posts: 67
posted
0
Hi all,
I'm doing a web application project using Servlets/JSP(Which I have being learning...)
In that project I want to export the reports(html tables) to excel/xml/pdf
formats .
I have used JFreecharts in Swing applications and I also want to use charts
for reports in that project.
I came to know about "jasper reports" (but I didn't used yet).
Using jasper reports can I accomplish the above mentioned
tasks ?
if not please suggest me some alternative ways.
Thanks in advance.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
Yes, JasperReports supports those formats, and it can embed Java2D content (like charts generated through JFreeChart).