Skip to content

Instantly share code, notes, and snippets.

View xuzhidao's full-sized avatar

Zhidao Xu xuzhidao

View GitHub Profile
@xuzhidao
xuzhidao / GenerateSimplePdfReportWithJasperReports.java
Created August 3, 2017 08:03 — forked from rponte/GenerateSimplePdfReportWithJasperReports.java
Example on how to generate a simple pdf report with JasperReports
package rponte.report;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import net.sf.jasperreports.engine.JRException;