Reporting in Java using DynamicReports and JasperReports
This example shows how to generate a simple report using DynamicReports and JasperReports. DynamicReports is a Java reporting library that allows you to produce report documents that can be exported into many popular formats. It is based on the well-known JasperReports library. Tools used in this article : DynamicReports 3.1.3 JasperReports 5.0.4 MySQL 5.5 Maven …