Install BIRT in MobileFirst Eclipse
We can install BIRT in the instance of Eclipse on which MPF is running, and use the Report Designer as an integrated tool.
To install BIRT in the existing instance of Eclipse running IBM MobileFirst Platform Foundation, follow these steps:
- Click Help > Install new software
- In Work with..., select http://download.eclipse.com/release/juno
- Select Business Intelligence Reporting and Charting
- Click Next and follow the installation instructions. When the installation is completed, install the reports.
- Click Window > Open perspective > Other…
- Select the Report Design perspective
- Click File > New > Project
- Select Report project and click Next
- Enter a project name and click Finish
- Use the import command, go to the MobileFirst Server installation folder created by IBM Installation Manager.
- Locate the \report-templates\ folder, which contains a set of .rptdesign files.
- Import all files with the suffix .rptdesign from the \report-templates\ folder into the Eclipse project. Eclipse comes with a bundled driver for Apache Derby database. If we use another database type, we must add a JDBC connector driver manually.
- Click Manage Drivers…
- Click Add… and add the JDBC connector driver package to communicate with the MobileFirst reports database
- Select Driver Class and adjust the rest of the database settings
- Click Test Connection… to validate that database settings are correct.
Parent topic: BIRT in Eclipse