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

Introduction of Spoon client


PDI client (Spoon) is a desktop application you install on your workstation, enabling you to build transformations and jobs or schedule when jobs should run. Spoon is included in the standard Pentaho Data Integration distribution and can be launched using the spoon scripts into the data-integration folder (spoon.sh is for Linux-based operating system and spoon.bat is for Windows-based operating system), as shown as follow:

You won't discover all of the details about Spoon in this section, because it definitely needs an entire book for a deep dive. Instead, we would like to share that with a graphical interface, you have a visual representation of flows in transformations and jobs, as well as full control of their execution for debugging purposes. All the images presented in this chapter are done using Spoon, and in the following sections you will see a practical example of its use.