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

Summary


In this chapter, you have walked through a complete example with step-by-step instructions on how to embed Pentaho Reporting in a Java J2EE Application. In the first part of the chapter, you downloaded, installed, and studied the official Pentaho Reporting SDK, discovering its structure, the samples, and the provided guide.

In the second part of the chapter, you developed a brand new web application in Java, using Apache Maven and including the Pentaho Report Engine in the project. To make the example more practical, you saw how to manage the Pentaho report developed in the previous chapter from the Java code. The goal has been to preview the Pentaho report in PDF format, using your browser.

Now that you have read this chapter, you should be confident with the basics about Pentaho Reporting SDK and how to build a Java application consuming Pentaho reports. In the next chapter, you will start a deep learning of Pentaho Report Designer, understanding the funding principles and developing...