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

Introducing Pentaho Data Integration


As part of Pentaho's suite of products, Pentaho offers open source data integration. With an intuitive, graphical, drag and drop design environment and a proven, scalable, standards-based architecture, data integration is increasingly the choice for organizations over traditional, proprietary ETL or data integration tools. Pentaho Data Integration in its initial versions was called Kettle, so during your investigations, you may easily find it also named as PDI, DI, or Kettle.

You probably know that ETL refers to the following processes: data extraction is where the data is extracted from homogeneous or heterogeneous data sources, data transformation is where the data is transformed for storing in the proper format or structure for the purposes of querying and analysis, and data loading is where the data is loaded into the final target repository. You will not learn in this book the basics of ETL, but you can easily find lot of literature dedicated to this...