Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

Chapter 4. Reference

4.1. The JBoss ESB Editor

  1. The JBoss ESB editor has two views: Tree and Source. You can easily switch from the Tree view to the Source view by selecting the Source tab at the bottom of the editor and work in Source view, and vice-versa.
    Source view

    Figure 4.1. Source view

  2. Both views have full integration with the Outline view. The Outline view shows a tree structure of the ESB file. Select any element in the Outline view and it will jump to the same place in the Tree/Source editor, so you can navigate through the source code with Outline view.
  3. Both views are synchronized with each other, so any changes made in one of the views will immediately appear in the other.
  4. The Tree view for the editor displays all ESB artifacts in a tree format. By selecting any node you can view and edit its properties which will appear on the right. Some properties are represented as links to the associated editors.
    Tree view

    Figure 4.2. Tree view

  5. When editing ESB actions which refer to other files (Drools, Groovy, Smooks, etc.), the label for the field turns into a link to launch the appropriate editor for that file.
  6. Adding, editing or deleting of some artifacts operations are available right in the Tree view. Right-click any node and select one of the available actions in the context menu.
  7. You can add Channels and Properties for the Providers the same way or using the forms with Add, Edit and Remove buttons to the right.
  8. Additionally, you can add a Service and a new listener for it. Filters can also be added this way.