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

Saving and opening the report


After the definition of the first Pentaho report, you will probably want to understand more about saving it somewhere for future use. Before seeing it in action in our exercise, let's introduce all the possible ways. Pentaho Reporting has two different places where you can ask to store reports: the filesystem and the so called Pentaho repository.

Saving (and loading) a report into (and from) the filesystem is not very different from saving (and loading) a regular file. A different solution is the Pentaho repository. The Pentaho repository is managed by the Pentaho Analytics platform directly and is mainly a collaborative space where developers and users can read, write, update, and delete content, in a manner similar to content repository. The Pentaho Analytics platform implements its repository using Apache Jackrabbit (http://jackrabbit.apache.org), a fully conforming implementation of the content repository for Java technology API (JCR, specified in JSR 170...