How to customize the Bonita User XP is among the most frequent questions on the forum.
This blog post gives hints on how to do it.
First of all, it is worth mentioning that the Bonita User XP has been written using the Google Web Toolkit (GWT). Consequently the dynamic part of the user interface benefits from all the power of Ajax. Once the static resources, such as HTML and css files are loaded, widgets are injected to allow the user to browse cases.
The place where each widget is injected is defined through the structure of the HTML itself. This means th Read the rest of this entry »
GWT modules handle the internationalization in a static manner. Unlike many web frameworks, GWT does not resolve internationalized strings at runtime but during the compilation phase. The compiler automatically replaces all the internationalized strings with their localized value. This produces a version of every script per supported locale.
Similarly, GWT produces web-browser-specific script versions of the module during compilation, i.e., one version per supported web browser. Read the rest of this entry »
After receiving feedback concerning one of the most well known User Experience (User XP) features, labels management, we are now facing a difficult choice.
We believe that the best solution is the one that best fits the need of the community, so we are requesting your input.
This is about how users like to organize their list of tasks in Bonita User XP. Read the rest of this entry »