Creating a Display Model
A Display Model provides the more readable name to the artifact properties and you can create it using the TIBCO BusinessEvents Studio.
- Procedure
- Right-click on any folder in the project and select
New dialog select
.
The New Display Model Wizard window is displayed.
. In the
- Enter the values of the following fields in the wizard and click
Finish.
Field Description Project Name of the project Target Entity Project path of the artifact (concept or event) for which the display text is created. Click Browse to browse and select the artifact of the project. Language (Optional) Language for the display model. If none is selected, the default language is English. Country (Optional) Country for the display model. If none is selected, the default country is United States. The Display Model editor is displayed for adding the display text for the artifact and its arguments. See Editing a Display Model for more details.
ResultIf no language/country is chosen, a file with the default name of
<artifact_name>.display is created. If language and country values are selected, the name of the file follows the standard Java I18N naming conventions, that is the name of the file is
<artifact_name>_<language_code>_<country_code>.display. For example, if English is selected as language and United States is selected as country, for the Concept named
Applicant, the Display Model file is saved with the file name
Applicant_en_US.display.