Developer Studio Explorer Layout

In this section:

To start Developer Studio, select WebFOCUS Developer Studio from the program group Information Builders. The Developer Studio Explorer opens. In this example, the nodes on the left are expanded to illustrate folders in the working environment.

Projects on localhost

The Developer Studio Exploreris based on the familiar Microsoft Windows Explorer tree structure and provides access to development tools to quickly build and deploy Web-based reporting applications. In addition, you can use the Maintain features to allow updating of your data.

If the main Explorer window has been closed, you can reopen it by clicking the New Explorer Managed Reporting button on the main toolbar.

When the Developer Studio Explorer opens, note the following installation-based variations:

The Developer Studio Explorer displays two top-level folders by default, Projects on localhost and WebFOCUS Environments.

An optional top-level Windows Desktop folder can be displayed to provide access to local and network drives. From the Explorer Window menu in the main toolbar, select Options, and then Show Desktop on Explorer tree in the Explorer tab of the dialog box.

When you use either the Projects folder or the WebFOCUS Environments folder to access a secure server or a secure environment, a logon box displays, prompting you for an ID and password. Note that a dialog box may appear for connection to the Web/Application server, Reporting server, Managed Reporting, or WebFOCUS Client depending on the security implemented in the WebFOCUS environment that is being accessed. In the example image below, a dialog box prompts you for logon to the Managed Reporting environment.

WebFOCUS Logon

Note: If the local or remote configuration of the Web/Application Server is not correct and Developer Studio fails to connect to the WebFOCUS Client, a logon dialog box will be presented. This occurs even if there is no security setup for the WebFOCUS Client. Select Cancel from the logon dialog box and correct the WebFOCUS Client configuration before attempting to connect again.

There is a check box option on the logon dialog box for remembering the ID or password. By default, it is not checked. If you check this box, your credentials will be stored and encrypted in the wfscom.xml file, the local configuration file that stores information processed by the Developer Studio communication layer. To view, clear the credentials stored, open the WebFOCUS Environment Properties dialog for the environment that is used for development.

For details about the wfscom.xml file, see Working With Environment Properties. If you decide to change the stored credentials later, you can do so from the WebFOCUS Environment Properties dialog box. For details, see Managed Reporting/ReportCaster Properties.


Top of page

x
WebFOCUS Environments in Developer Studio

The WebFOCUS Environments area contains sub-areas for the Data Servers, Managed Reporting, and Web Applications environments.

Managed Reporting

The cgivars.wfs file contains the APPROOT variable for the WebFOCUS Application Root directories. Typically these files include HTML pages, graphic images, Cascading Style Sheets, and JavaScript files.

The cgivars.wfs file is located in:

Type of Installation

Location of cgivars.wfs

Developer Studio with localhost (full installation)

install_drive:\ibi\DevStudio77\client\wfc\etc

WebFOCUS

install_drive:\ibi\WebFOCUS77\client\wfc\etc

The edaserve.cfg file contains the APPROOT variable for the WebFOCUS Reporting Servers Application Root directory. Typically these files include procedures, WebFOCUS StyleSheets, and customized HTML pages that require processing on the Reporting Server.

The edaserve.cfg file is located in:

Type of Installation

Location of edaserve.cfg

Developer Studio with localhost (full installation)

install_drive:\ibi\DevStudio77\srv77\wfs\bin

WebFOCUS

install_drive:\ibi\srv77\wfs\bin



x
Using Demonstration Applications in Developer Studio

Reference:

The IBI Demonstration Project is available as demonstration application in Developer Studio.



x
Reference: IBI Demonstration Applications

The IBI Demonstration project represents the types of Business Intelligence reporting applications that can be created with WebFOCUS. The demonstration is available and is installed by Developer Studio in a sample application called ibidemo (under install_dir:\ibi\apps\).

While using the Projects area of Developer Studio, a new project is created during the installation process called IBI Demonstration.

To run the application, open the HTML Files folder and run the file index.htm.

In the virtual folders of the project, HTML Files and Procedures, you will find all the procedures used by this demo application.

This application can also be accessed from the WebFOCUS home page (http://<machine name or ip address>/ibi_apps/) from a link called, Run Century Electronics WebFOCUS 7 Demo Application (http://<machine name or ip address>/approot/ibidemo/index.htm).

The following image is an example of the IBI Demonstration Project folder in Developer Studio.

Procedures

The following image is an example of the ibidemo folder in the WebFOCUS Environments area of Developer Studio.

ibidemo folder


WebFOCUS