Using Eclipse-based workbenches

This section describes some of the optional tasks you may want to perform in your tooling framework to make your experience with the tools more efficient.

Opening and closing perspectives

This section describes how to open and close perspectives.

Opening perspectives

Do the following to open a perspective in the workbench:

  1. Select Window > Open Perspective > Other from the menu bar of your workbench.
  2. At the "Select Perspective" dialog, choose the perspective you want to open and click OK.

Besides the System Manager perspective that you use to work with integration components, you might also want to explore the perspectives described in the following sections:

Resource perspective

This perspective allows you to work directly with the metadata files that represent project materials, such as integration component libraries. Figure 36 shows the Resource perspective open where the .xsd file that represents the business object has been opened from the Navigator view to display its contents in the Editor view.

Figure 36. Resource perspective

Important:
The metadata files exposed through the Resource perspective define the WebSphere Business Integration components. The System Manager perspective provides a way to work with those components safely through interfaces. If you manipulate metadata files directly you run the risk of ruining the component definition. It is recommended that you only work with component metadata files if you understand their structures very well, or in situations where you are interacting with Technical Support to troubleshoot a definition and are asked to.
Java Perspective

This perspective provides editors and views that assist with authoring Java files. Although you perform most Java programming in the designer tools, you occasionally have to write external components such as data handlers, or write utility classes. In these cases, this Java perspective can be very useful. The following figure shows the Java perspective:

Figure 37. Java perspective

Closing perspectives

You can do the following to close perspectives:

Showing and closing views

You can control the panes that are displayed in the WebSphere WorkBench and WebSphere Studio Application Developer Integration Edition perspectives.

Showing views

Do the following to show a view:

  1. Select Window > Show View > Other.
  2. Expand the folder for the view group, such as WebSphere Business Integration Adapter Monitor Category.
  3. Select the particular view, such as Fault Queue Manager.
  4. Click OK.

Closing views

To close a view, do one of the following:

Customizing perspectives

You can customize a perspective to include the perspectives, views, wizards, and plug-in interfaces that you want so that you can minimize the number of times you have to open elements you use frequently and close elements you do not need. Do the following to customize the currently active perspective:

  1. Select Window > Customize Perspective from the menu bar.
  2. Click on the node you want to customize to expand it.
  3. Enable and disable checkboxes for the node elements. Table 27 lists the customizable perspective nodes and the effect that enabling them has.

Table 27. Customizable perspective nodes

Customize perspective node Result
File > New Adds or subtracts items from the File > New menu.
Window > Open Perspective Adds or subtracts perspectives from the Window > Open Perspective menu.
Window > Show View Adds or subtracts views from the Perspective > Show View menu.
Other Adds or subtracts from the menu bar and toolbar. For instance, you must enable the ClearCase checkbox to display the ClearCase menu.

Saving perspectives

You can save a perspective configuration to preserve customizations you have made. Do the following to save a perspective:

  1. Select Window > Save Perspective As from the tooling framework menu bar.
  2. Type a name for the perspective in the Name field.
  3. Click OK.

Setting the default perspective

By default your tooling framework opens to the Resource perspective. If you primarily use the tooling framework to work with integration components, you may want to make System Manager the default perspective. Do the following to do so:

  1. Select Window > Preferences from the menu bar of the tooling framework.
  2. Expand the Workbench node.
  3. Select the Perspectives node under the Workbench node.
  4. Select the System Managerfrom the Available Perspectives list.
  5. Click Make Default.
  6. Click OK.

Configuring System Manager preferences

To set your System Manager preferences, do the following:

  1. Select Window > Preferences from the menu bar of the workbench.
  2. Select System Manager Preferences and do the following to configure the available preference options:

    Figure 38 shows the System Manager preferences interface.

    Figure 38. System Manager preferences

  3. The "Broker Preferences" interface allows you to configure System Manager to work with the supported WebSphere message brokers.

    Do the following to set your broker preferences:

    1. Expand System Manager Preferences and then select Broker Preferences.
    2. Either type the full path to the WebSphere MQ Integrator Broker importer utility in the Specify the Integrator broker importer path field or click Browse to select the directory.
    3. Either type the full path to the WebSphere Business Integration Message Broker importer utility in the Specify the Message broker importer path field or click Browse to select the directory.
    4. Either type the full path to the Eclipse workspace directory for WebSphere Business Integration Message Broker in the Specify the Message broker workspace directory field or click Browse to select the directory.

    Figure 39 shows the "Broker Preferences" interface:

    Figure 39. Broker preferences

    Note:
    The "Compiler" preferences interface, the "Deployment Settings" interface, and the "System Monitor Settings" interfaces are for use when using WebSphere Interchange Server as the integration broker. They are not relevant for other integration brokers.
  4. Click Apply to save your preferences and continue working in the "Preferences" dialog, or click OK to save your preferences and exit the dialog.

Copyright IBM Corp. 1997, 2004