Java reports software

India
May 28, 2008 2:56am CST
Hi All. I m looking for some java reports Software for web application and the requierments are,for web application written in JAVA. Data source will be from web application such as any of XML file,array,list,vector,dataset from Javacode etc,
1 person likes this
1 response
@raghwagh (1527)
• India
1 Jun 08
I think the best option for you will be use Jasper reports which are opensource and are good for Java applications. Using Jasper reports we can create a large variety of reports. The input for the reports can be a XML or a SQL query.Also the metadata for the reports is stored in a xml and can be configured. The only limitation I think for this is that we cannot create dynamic reports easily. Means if the we requie to design a report first and then things are good. But if you require to create a report with no of columns to be known at runtime then this is not easily done with Jasper reports. But good thing about it is that we can export the report in XLS,CVS,PDF and HTML using Jasper reports.