Book Image

Pentaho 8 Reporting for Java Developers

By : Jasmine Kaur, Francesco Corti
Book Image

Pentaho 8 Reporting for Java Developers

By: Jasmine Kaur, Francesco Corti

Overview of this book

This hands-on tutorial, filled with exercises and examples, introduces the reader to a variety of concepts within Pentaho Reporting. With screenshots that show you how reports look at design time as well as how they should look when rendered as PDF, Excel, HTML, Text, Rich-Text-File, XML, and CSV, this book also contains complete example source code that you can copy and paste into your environment to get up-and-running quickly. Updated to cover the features of Pentaho 8, this book will teach you everything you need to know to build fast, efficient reports using Pentaho. If your interest lies in the technical details of creating reports and you want to see how to solve common reporting problems with a minimum of fuss, this is the book for you.
Table of Contents (25 chapters)
Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface

Existing DataFactory implementations


Now that you have learnt the Pentaho Reporting Engine Data API basics, in this section, you will dive deep into the DataFactory implementations available as part of the Pentaho Reporting Engine. For better understanding, you will learn about the commonly used DataFactory implementations, including working examples for the most common and used factories. As you saw many times in the previous chapters of the book, all the examples are available in the https://github.com/fcorti/pentaho-8-reporting-for-java-developers repository; specifically, in the Chapter 12 - Developing using data sources folder.

Note

In all the following examples, you will not find the preview of the final reports. This is not because the layout is not relevant, but, this chapter is focused more on the data source configuration. The suggestion is always the same as we shared in the past chapters: considering that you have the full source code available and your goal is to learn Pentaho...