Book Image

BIRT 2.6 Data Analysis and Reporting

By : John Ward
Book Image

BIRT 2.6 Data Analysis and Reporting

By: John Ward

Overview of this book

BIRT is an Eclipse-based open source reporting system for web applications based on Java and Java EE. To address a wide range of reporting needs within a typical application, ranging from operational or enterprise reporting to multi-dimensional online analytical processing (OLAP), you need to know BIRT from head to toe. If you wish to start making reports easily and quickly, and also want to be up-to-date with the latest developments in BIRT, then this book is for you. It will guide you from scratch to develop reports using the Eclipse BIRT project. You will learn how to connect to data, use report items to display and format data, and use scripting to build advanced reports and charts.The book steers you through each step of report setup, to creating, designing, formatting, and deploying reports with data from a wide range of data sources. Its focus is on familiarizing you with the most visible and familiar product built with the BIRT framework – the BIRT Report Designer. It starts by introducing the concepts of business intelligence and open source software, and different installation methods. It will introduce you to the various visual report elements that can be used to design BIRT reports, such as the Palette and Grid components. You will learn the details of the data components of BIRT (the Data Source and the Data Set), different types of source data that BIRT supports such as XML files, flat text files, and databases, and the creation of all of the elements while connecting to Data Sources in reports and Report Projects. By the end of the book, you will be able to enhance the presentation of your report using Charts, Hyperlinks, and Drill Through. You will also be able to take advantage of the scripting capabilities that BIRT has to offer with Expressions and Event Handlers and successfully deploy BIRT reports.The book includes a case study at the end along with a real-world example that runs throughout the book.
Table of Contents (15 chapters)
BIRT 2.6 Data Analysis and Reporting
Credits
About the Author
About the Reviewers
Preface

What is BIRT?


If you are new to BIRT, or are unfamiliar with Eclipse, you may be asking "What exactly is BIRT?" The first thing that comes to mind is a fuzzy puppet with a uni-brow. Well, this BIRT isn't related, although some may consider it fuzzy and cute. Others may think of it as mustached rouge on a race to win money, running from the law. Well, this tough guy also isn't what we are talking about.

So, what exactly is BIRT? This is a complex question to answer. Some would tell you that BIRT is a report designer built on top of Eclipse that provides users with a visual WYSIWYG design interface for rapid report development. Others may tell you it is a plugin for Apache Tomcat that allows you to view reports from J2EE web portals. And there are some who may tell you that it is a report engine that can be imported into Java applications. There is also a chart engine that may come up in some peoples answers.

Truth be told, all of these answers are correct. BIRT, which stands for Business Intelligence and Reporting Tools, is actually a development framework. Adding the word "Tools" to the title acronym is appropriate, as BIRT is in fact a collection of development tools and technologies used for report development utilizing the BIRT framework. BIRT isn't necessarily a product, but a series of core technologies that products and solutions are built on top of, similar in fashion to the Eclipse framework.

The focus of this book will be on the most visible and familiar product built with the BIRT framework, which is the BIRT Report Designer. The BIRT Report Designer is an Eclipse perspective built using a set of plugins, utilizing BIRT technologies that allow users to design reports in the BIRT XML-based document format. Inside this application, the Design Engine API, the Report Object Model, the BIRT Report Engine, the BIRT Chart Engine, and a number of other BIRT technologies are utilized to deliver a robust and capable report design environment.

Another product built with BIRT is the AJAX-based Web Viewer that comes with the report engine runtime download. This is a product that is plugged into a J2EE application container such as Apache Tomcat or BEA Weblogic that utilizes the BIRT Report Engine to run reports and output to various formats including HTML and PDF. Several other applications are built with BIRT as well. Actuate BIRT Report Designer and Actuate 9 platforms are centered around BIRT technology.

By looking at the earlier examples, we can see that the core BIRT technologies can be leveraged to build a number of business intelligence products. Hopefully this gives you an idea of what exactly BIRT is. For shorthand, we will refer to the BIRT Report Designer as BIRT throughout the book.