The example module chosen to illustrate the process of SALOME module development is extremely simple. The module contains a single component and this component provides a single service called makeBanner that accepts a character string as the sole argument and that returns a character string obtained by the concatenation of a 'Hello' and the input string. The component also provides a simple GUI.
The steps in the development are as follows: