StreamBase Configuration Forms Editor

The StreamBase Configuration Forms Editor is a graphical tree-based structured editor available as an alternative to the text-based one for a more guided experience.

The StreamBase Configuration Forms Editor has the following features:

  • Typechecks your configuration file as you compose or edit it.

  • Provides syntax highlighting.

  • Provides autocompletion of keywords when you type part of the name and press Ctrl+Space.

  • Provides "Content Assist", which is a context-aware proposal of keywords and values valid for the current location in the file when you place the cursor after an open brace and press.

The StreamBase Configuration Forms Editor is a guided alternative to the text-based StreamBase Configuration File Editor, useful to assist you in viewing and editing the structure of your configuration file graphically by way of a tree. The StreamBase Configuration Forms Editor has the following features which have been added:

  • If you select any item in the configuration tree, say the Client API Listener; an additional information window below shows a small description of the feature.

  • On the right side of the UI, we can see Configured Properties and Available Properties windows.

  • The Available Properties window has dialog boxes of different parameters such as array, integer, object and string. You can enter suitable values in different boxes based upon the parameter mentioned in green.

  • Click on the green icon next to each of the properties filled with suitable values. The Available Properties will get added in the Configured Properties window above.

  • If you click the green icon next to any Available properties without any dialog box, it will get added to the Used Properties window. This will display an error message.

  • Click on the feature in the tree view. Enter suitable values in the Additional Elements dialog box. Click on the green icon to add it to the Used Properties window. The error message will not show.

  • Click on the folder icon at the upper right area. It will open the file in the text editor.