Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building Reports with Java [closed]

Tags:

java

report

I am building a j2ee web application with a MySQL db. I need to whip up some reports, and slice and dice the data in various ways. Is it best to tackle each report requirement, write the code to serve up the data? Or, is there a framework I should look into?

like image 447
bmw0128 Avatar asked Dec 07 '25 10:12

bmw0128


1 Answers

Take a look at JasperReports (http://www.jasperforge.org). You can integrate it into your Java app or use it as a stand-alone reporting application along the same lines as Crystal Reports.

like image 62
Brian Showalter Avatar answered Dec 10 '25 00:12

Brian Showalter