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

Why BIRT?


BIRT is part of Eclipse. It has a relaxed license in the form of the Eclipse Public License. As it is part of Eclipse, it has the ability to work with other Eclipse tools inside of a project. BIRT reports are simple, structured, human readable XML documents. When deploying BIRT, there are several options due to BIRT's flexible structure. It can be deployed in a standalone Java application, inside a J2EE application, and inside an OSGi/RCP application framework. It comes with a good set of tools to get you started such as a graphical report editor and an easily deployed report viewer for J2EE applications. BIRT Reports also do not require compiling. They are run and rendered from the XML report design file. The BIRT framework is also extensible. There are built-in extension points that allow application developers to add in new features such as new data sources, new rendered report output types, and new aggregations and report component types. And yes, BIRT is backed by some big players such as IBM and Actuate.

However, the thing that keeps me involved with BIRT is not the technical side. The thing that keeps me involved with BIRT is the community. There has been a very strong community built up around BIRT, centered around the BIRT Exchange and the BIRT news groups. The people who manage and maintain these communities work hard to provide the BIRT users with good examples, answering questions, and promoting the use of BIRT in their products. Users are always helping each other out and I have seen this community grow significantly over the past several years.