This tutorial describes the development environment. You will learn What is needed to
- develop a Java plugin
- define a Universe
Use Java samples
Use Universe sample
- Launch your Eclipse IDE
- Import the sample projects
- Configure Build Path - Classpath Variables
- View the sample Plugin Java source code
- Use Import in your Eclipse IDE, select
Existing Projects into Workspace
- Select the downloaded ZIP and click Finish
- The sample projects will be imported and show errors (resolved in the next steps)
To solve the errors, we will configure a new Classpath Variable.
- In the menu bar, click Window > Preferences, enter
build
in the search field and click on Classpath Variables - Click on New... and define the Variable values
Name: BOE_HOME
Path: <BOE folder>\SAP BusinessObjects Enterprise XI 4.0 from your installation
- Click Apply and Close on the Preferences dialog, project should show no errors
You can review the source code of the samples in your Eclipse IDE.
The universe is already available on your system when you followed the steps of Installation & Configuration
- Launch the Information Design Tool
- Open the sample project
- View the sample Universe
You can review the Data Foundation and Business Layer in the Information Design Tool.