How do I configure my database connection to handle my Oracle RAC, or my MySQL Database encoding?
Answer
You will have to add your configuration to the file internal.properties located at the root of the setup folder, i.e: BonitaSubscription-7.9.4-tomcat/setup/internal.properties
If you have ever noticed that large integers loose precision in Javascript, then this article will help you.
For example, if we use a Rest API to send an ID (19 digits for example) into one of our pages, this ID will be parsed and therefore unusable.
Here's an example of a value returned by the API compared to what Javascript displays :
Java/Groovy : "7300304369714702521"
Javascript : "7300304369714702000"
This comes from the fact that in Java "64 bits" integers are used compared to "53 bits" in Javascript.
When designing your applications pages and your process forms, you want to make sure they will display correctly and will be usable on mobile devices. Hence you want their design to be responsive. Here are some tips on how to achieve that when using Bonita UI Designer to build your pages/forms.
Since we launched the new Community website, we've spent a lot of time fine-tuning its performance, fixing it, and more. We added some tools for moderation - there is less spam and it should disappear soon. Of course, if you do see spam, you can report it: on every post, the link to "report inapropriate content" shows up when you mouse over it. A breadcrumb is now shown, and we just improved the search page and its widgets.
A few days ago, I’ve found a French article [1] where the author was trying but unfortunately failing to integrate a process in a Struts 2 web application. The context was a simple bugtracker. In this article, we will do this integration and see what are the right steps to perform. First, have a reminder on some BOS basics. We will then focus on the process design. We will finish by integrating this process in the existing Struts application.
What is Bonita Open Solution