JBoss.orgCommunity Documentation

Chapter 3. ESB Editor

3.1. ESB File Editor
3.2. ESB Editors Features
3.2.1. ESB syntax validation
3.2.2. Support for XML Schema
3.2.3. Content Assist for ESB XML file
3.2.4. Synchronized Source and Visual Editing

ESB editor has lots of useful features, they are described in details in this chapter. In addition you get to know ESB Editor uses combined visual and source editing of esb files.

ESB File Editor is a powerful and customizable tool. ESB File Editor allows developing an application using ESB technology.

ESB file editor has two tabs: Tree and Source.

You can switch to Tree. The Tree view for the editor displays all ESB artifacts in a tree format. By selecting any node you can see and edit its properties which will appear in the right-hand area. For example, a Provider:


You can easily switch from Tree to Source by selecting the Source tab at the bottom of the editor and work in Source view.


The Source view for the editor displays a text content of the ESB file. It is always synchronized with tree view, so any changes made in one of the views will immediately appear in the other.

No matter what view you select, you get full integration with Outline view. For example, you can work in the Source view with the help of the Outline view. The Outline view shows a tree structure of the ESB file. Simply select any element in the Outline view and it will jump to the same place in the Source editor, so you can navigate through the source code with Outline view.


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. For example, you can easily add a new provider:


You can easily add a new service too:


The same way you can create a listener for service and other elements of ESB:


The same actions can be done in the right part of Tree view tab using Add, Edit and Remove buttons.

JBoss ESB tooling has powerful editor features that help you easily make use of content and code assist.

The last chapter covers capabilities on how you can use ESB editor.

In summary, this reference supplies you with all necessary information on the functionality that JBoss ESB Editor provides for work with JBoss ESB.