|
WBI Graphical User Interface (GUI)The WBI GUI has been part of the WBI Developement Kit since version 4.3. It provides a convenient way to manage and administer WBI, and to help you debug the plugins and megs you are writing.Note: The GUI requires Java Swing, which is part of Java 2 SDK, but must be installed separately for older versions of the Sun JDK. The GUI also requires that IBM's XML 4 Java Parser (lib/xerces.jar) is in your CLASSPATH. The jar file is part of the WBI download and automatically added to the classpath when using one of the provided starting scripts (e.g., Run.bat, Run.sh). Table of Contents
FeaturesThe WBI GUI is graphical user interface to WBI. It can be used to inform the user about WBI's activity and configuration.
The WBI GUI provides old features in a new look as well as several new features:
A hierarchical view (tree) of WBI's current configuration shows registered sublayers, plugins
and megs, and their respective settings. Read more ... The tree is easily navigable and displays information about individual WBI components (e.g., plugins, megs and sublayers). This is the WBI Configuration view. It is divided into three parts: A tree view showing the hirarchical component structure of WBI (in the upper left part of the configuration view), a textual component display in the upper right, and the output display at the bottom. Plugins can be registered, enabled, disabled and deregistered in a more convenient way. Learn how. The user can also suspend, resume and restart WBI as needed by selecting menu items.
Tracing and messaging can be easily configured through
menus, allowing the user to control how
much textual information about WBI's processing will be displayed.
Read more ... In addition to mapping the old WBI console interface to a windows and menu based graphical user interface, the WBI GUI also provides transaction tracing capabilities. WBI users and programmers can now easily see whether their megs are doing the right thing through the Request Processing view. Request Processing View: The Request Processing view is divided into three parts. At the left, there is a tree view showing the current transactions processed by WBI. The upper right represents the transaction header, and the lower right represents the transaction content . Learn more about the transaction tracing.
WBI ConfigurationThe WBI configuration view shows the current state of WBI. It lists WBI's components in a tree view, which can be navigated using the mouse or the keyboard.
Navigating the tree viewYou can navigate the tree view with the mouse or the cursor keys. A double-click (or pushing right/left cursor key) on one of tree nodes will expand or collapse the subtree under the particular node. There are two nodes under the root of the tree (WBI).
SublayersThe Sublayers information can be found by expanding the root node (WBI). Sublayers are protocol-specific, encapsulating information about how to process particular protocols. In the current development kit, the only node under the Sublayers represents the HTTP sublayer.
PluginsThe Plugins node is the entry point for all registered plugins and their megs. When a plugin-node is selected, information about the plugin is displayed at the right, showing the plugins state (e.g., loaded and enabled/disabled) and listing the associated megs by name. Read more on how to enable, disable, register and deregister plugins.
MegsUnder the plugin node, all associated megs are represented by individual nodes. By selecting one of the meg nodes, information about the megs will be displayed (e.g., condition, priority, name). Check for information how to track what megs do during transaction processing.
Controlling WBIThe WBI GUI allows the user to control WBI's current state. Click on the File menu and select any of the following items:
In addition to these, the Command menu offers several options to control WBI. You can choose between Tracing, Messaging, Show pending requests and Show version. All these options force (or block) output to the output buffer at the bottom the configuration view. The options Tracing and Messaging offer submenus that let the user select how much textual or tracing output appears.
Handling PluginsPlugins can be enabled, disabled, registered, and deregistered. The Plugins menu in the menu bar enables the user to select these actions. These can only be performed when the WBI Configuration is the active view. To switch to the configuration view, click on the tab with the label WBI Configuration.
Register a pluginRegistering a plugin means loading it into WBI such that its megs can take part in transactions. Click on the Plugins menu and select Register .... This will bring up a file -selection dialog. Pick a WBI plugin registration file with the extension*.reg
and press OK. The loaded plugin will appear in the WBI
configuration view as plugin node.
Deregister a pluginTo remove a plugin from WBI --- that is, to stop a plugin from processing transactions --- click on the Plugins menu and select Deregister .... If any plugins are currently registered, a dialog box will appear, providing a dropdown list of the registered plugins. The user can choose to deregister All plugins or any individual plugin. After clicking OK, the selected plugin(s) are unloaded from WBI and removed from the plugin tree in the configuration view.
Disable a pluginSometimes it is necessary or helpful to test a particular plugin by itself. The WBI GUI allows the user to disable any currently registered plugins. Click on the Plugins menu and select Disable .... This will bring up a dialog that shows a list of all the registered plugins that are loaded and enabled. Choose an indivdual plugin or all plugins and press OK. The selected plugins will be disabled. Clicking on a node that represents a disabled plugin now shows that it is indeed disabled.
Enable a pluginYou can also bring plugins back to life by clicking on the Plugins menu and selecting Enable .... This will bring up a dialog with a list of all currently disabled plugins. If all the plugins are enabled, a message window will tell you so (close the window by acknowledging the message and you can continue).Since version 4.4 of the WBI development Kit the functionality of enabling, disabling or deregistering a plugin is also provided through a popup menu. The popup menu can be activated by performing a right mouse click on a plugin entry in the WBI configuration tree.
WBI Transaction TracingTransaction Tracing is a new feature of the WBI GUI. It allows the user to track what's going on during a transaction. In many cases, especially when things aren't going smoothly, it is helpful to see what individual megs did during a transaction. The Request Processing view allows you to keep track of such things.Transaction tracing can be turned on and off by selecting: from the WBI GUI menu bar. When transaction tracing is enabled, the Request Processing view displays information about the individual transactions in a tree-like structure at the left. The tree shows the transactions hierarchically, displaying which megs were involved in the particular transaction, and what exactly the megs took as input and what exactly they produced as output. When you click on the input/output nodes, the transaction header and content are displayed in the two views at the right. The lower right displays part of or all of the transaction content. This can be configured by selecting and then selecting one of the options in the submenu. This allows the user to maintain control over the processing overhead at runtime, as often it is not necessary to look at all the content. The content can be displayed as binary data or as text data depending on the content type of the transaction content. (The WBI GUI automatically detects the content type.) Since many HTML pages contain links to lots of images or stylesheets, all of these items are requested by a browser and therefore listed as a request in the viewer. Using this option makes the request tree much clearer and easier to debug. By chosing and then checking or unchecking one or more of the choices the user can turn off request tracing for certain content types (e.g. GIF images or JPEG images). The request processing view displays up to 100 requests in the tree view and then clears itself, keeping the last 20 transactions in the tree. The user can manually clear the tree view by selecting or using the keyboard shortcut
Known Problems
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||