1.1. Overview
Eclipse BIRT allows the creation of reports using various data sources.
These data sources define where the data is stored. Data sets defines the query for the report.
BIRT provides for example the following data sources:
-
Databases (via JDBC)
-
Text Files (cvs, XML)
-
WebServices (via WSDL-Files)
-
Scripting Data sources
In a Java program it is often convenient to use directly Java objects as a data source for reports. This article will focus on the usage of plain old Java objects (POJO) as data sources for BIRT reports.
0 comments:
Post a Comment