The Eclipse platform is an open source, integrated system of application
development tools that you implement and extend using a plug-in interface.
The Eclipse Business Intelligence Reporting Tool (BIRT) is a set of plug-in
extensions that enable a developer to add reporting functionality to an
application. BIRT provides a Report Engine API that a developer can use to
create a customized report generator application. The
org.eclipse.birt.report.engine.api package contains a set of interfaces and
implementation classes that supports integrating the runtime part of BIRT
into an application.
The BIRT Report Engine can provide report generation and rendering services
in the following environments:
Stand-alone engine: A Java developer uses a stand-alone engine to render a
BIRT report from a report design (.rptdesign) file. In this environment, the
Java developer create... (more)
This article is the second in a series on developing an application using
Eclipse BIRT Engine APIs. It focuses on developing an application using the
Eclipse BIRT Design Engine API. The last article focused on the Eclipse BIRT
Report Engine API.
The Eclipse Business Intelligence Reporting Tool (BIRT) is a set of plug-in
extensions that enable a developer to add reporting functionality to an
application. BIRT provides a Design Engine API that a developer can use to
create a customized report design application. The
org.eclipse.birt.report.engine.api package contains a set of inte... (more)