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

Chapter 12. Developing Using Data Sources

In this chapter, you will work with various methods for loading data in the Pentaho Reporting Engine, and dig deep into how the Pentaho Reporting Engine interacts with these data sources to render a report. In Chapter 6, Configuring JDBC and other data sources, you learned how to create and use all the available types of data sources, right within Pentaho Report Designer. In this chapter, you will see, with the help of examples, how to embed the included DataFactory implementations in your environment. You will also learn the details of the Pentaho Reporting Engine Data API specification, allowing you to implement your own DataFactory, if necessary.

This chapter is highly technical and written as a tutorial for pure Java developers. At the end of this chapter, you will feel comfortable with all types of data sources, from a developer's perspective, for creating all the possible Pentaho reports. The content explained in this chapter is relevant if...