JDeveloper provides wizards that assist you in the creation of the following kinds of BI Beans applications: Java-client application, Java servlet, and UIX servlet. JDeveloper also provides a wizard to assist in the creation of a BI Beans UIX page. Studying the output that results from running any of these wizards offers a quick introduction to each kind of application development. You can customize the application that is created by each wizard.
To create a Java-client application:
In the System - Navigator, right-click the project or BI Designer
object and select New.
In the New Object dialog box, under Categories, select Business Intelligence; under Items, double-click Java-Client Class. This initiates the BI Java-Client Class wizard. When the wizard finishes, the generated code is displayed in the Code Editor.
To create a BI Beans servlet:
In the System - Navigator, right-click the project or BI Designer
object and select New.
In the New Object dialog box, under Categories, select Business Intelligence; under Items, double-click Servlet Application. The BI Servlet Generation wizard is initiated.
When the wizard finishes, the generated code is displayed in the Code Editor.
Examine the README.html
file to find information about the files
that were generated in the servlet.
To create a BI Beans UIX servlet:
In the System - Navigator, right-click the project or BI Designer
object and select New.
In the New Object dialog box, under Categories, select Business Intelligence, then double-click UIX Application. The BI UIX Application wizard is initiated.
When you complete the wizard, the generated code is displayed in the Code Editor.
Examine the UIXREADME.html
file to obtain information about the
files that were generated in the UIX application.
You can create a single BI Beans UIX page that configures your UIX project and simplifies the insertion of BI Beans uiXML elements. To create a BI Beans UIX page:
In the System - Navigator, right-click the project or the BI Designer
object and select New.
In the New dialog box, under Categories, select Business Intelligence; under Items, select UIX Page. The UIX Page dialog box is displayed.
Complete the UIX Page dialog box and choose OK. The following items are inserted in your project:
A BI Beans UIX page that contains the required biThinSession uiXML element.
All required configuration files for a BI Beans UIX application, if these files are not already in your project.
At this point, you are ready to insert additional BI Beans uiXML elements in this page and to create additional pages.