From cd5c8f4b38562cb8df7354a1fe272c47621d1bd0 Mon Sep 17 00:00:00 2001 From: Ernesto Ongaro Date: Thu, 7 Jul 2016 18:26:25 +0100 Subject: [PATCH] Adds JasperReports Section and JasperReports Ultimate Gudie (#1978) * Adds JasperReports Section & JasperReports Ultimate Guide * Add JasperReports section and JasperReports Ultimate Guide --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 18bcf74e..3c9cf552 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -62,6 +62,7 @@ * [Isabelle/HOL](#isabellehol) * [J](#j) * [Java](#java) + * [JasperReports](#jasperreports) * [Spring](#spring) * [Spring Boot](#spring-boot) * [Spring Security](#spring-security) @@ -1252,6 +1253,11 @@ * [What's New in Java 8](https://leanpub.com/whatsnewinjava8/read) - Adam L. Davis +#### JasperReports + +* [The JasperReports Ultimate Guide, Third Edition](http://jasperreports.sourceforge.net/JasperReports-Ultimate-Guide-3.pdf) (PDF) + + #### Spring * [Spring Framework Reference Documentation](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/) - Rod Johnson, Juergen Hoeller, Keith Donald, Colin Sampaleanu, Rob Harrop, Thomas Risberg, Alef Arendsen, Darren Davison, Dmitriy Kopylenko, Mark Pollack, Thierry Templier, Erwin Vervaet, Portia Tung, Ben Hale, Adrian Colyer, John Lewis, Costin Leau, Mark Fisher, Sam Brannen, Ramnivas Laddad, Arjen Poutsma, Chris Beams, Tareq Abedrabbo, Andy Clement, Dave Syer, Oliver Gierke, Rossen Stoyanchev, Phillip Webb, Rob Winch, Brian Clozel, Stephane Nicoll, Sebastien Deleuze ([PDF](http://docs.spring.io/spring/docs/current/spring-framework-reference/pdf/spring-framework-reference.pdf)) -- GitLab