Skip to content

Instantly share code, notes, and snippets.

View theleveragedguess's full-sized avatar
💭
Technicals can take over the market temporarily, but fundamentals will win out.

Phi theleveragedguess

💭
Technicals can take over the market temporarily, but fundamentals will win out.
View GitHub Profile
@rponte
rponte / GenerateSimplePdfReportWithJasperReports.java
Last active May 7, 2022 10:25
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;