Adding an EnterpriseItem bean
The view.jsp page will be used to render a report to users. The source of the report is obtained from the EnterpriseItem bean.
To add an EnterpriseItem bean
- Open the view.jsp page.
- Switch to the J2EE perspective.
- Open the Enterprise Repository view. See Displaying the Enterprise Repository view for more information.
- Open a connection to your BusinessObjects Enterprise system. See Opening a new connection for more information.
- Drag a report from the Enterprise Repository view onto the view.jsp page.
The New EnterpriseItem dialog box opens.
- In the Identity field, select
identy which is the identity bean that you created earlier.
- Select the “Use Latest Instance” check box. We will use the latest instance of the report, if it exists. If no previous instance of the report exists, then the report will be run again.
- Click Finish.
- Save view.jsp.
The EnterpriseItem bean is created. You can see it in the Page Data view. To open the Page Data view, click Window > Show View > Other > Web > Page Data.