I need a reporting capability in my web application. I have googled the net and found that JasperReports is the best Java reporting framework out there.
I wanted to learn about JasperReports but when I went to their site, I found out also about iReport.
I checked at the download site and it says.
If you’re interested in JasperReports, particularly if this is your first download, we recommend that you may want to consider downloading iReport instead. The iReport download includes JasperReports.
Does this mean that I should learn iReport instead? Or which is which.
iReport is a graphical tool for creating jasper reports.
It will generate the xml jasper report file for you.
Or to quote iReport:
After you create your file you will have to learn a small bit about Jasper report to integrate it into your program.
For more information have a look at this iReport introduction page.