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 Pan and Kitchen


To complete the brief introduction of the Pentaho Data Integration main capabilities, let's see how to execute a generic job or transformation from the command line. For this purpose, two Pentaho tools called Pan and Kitchen are available.

Kitchen is a program that can execute jobs designed by Spoon. Pan is a program that can execute transformations designed by Spoon. Usually jobs and transformations are scheduled in batch modes to be run automatically at regular intervals. Kitchen and Pan come bundled in the standard distribution of Pentaho Data Integration and they are available as scripts named kitchen and pan in the data-integration folder (kitchen.sh and pan.sh are for Linux-based operating system and kitchen.bat and pan.bat are for Windows-based operating system).

The kitchen and pan scripts can be launched using several parameters to control and configure their execution. Parameters can be specified at the command line, using the syntax /param:value or -param...