Categories

Archive for September, 2010

Tip of the week : 2- Multiple SQL orders with one JDBC connection

SQL connectors in Bonita Open Solution are very useful but they have a little drawback. Each time a connector is executed a new connection to the database is used.

Although you can resolve performance issues using database connection pooling, there is another alternative if Read the rest of this entry »

Behind the Scenes with Bonita #20 (6 -> 12 Sept 2010)

Dear community,

Who will the September BonitaSoft mug award go to?  Which community member deserves recognition for active participation, help given, suggestions made?  We’ll find out…just before we learn who has won the iPad, the Android phone, the BPM library, the USB keys

The Process Challenge closes at the end of the month.  Don’t wait — get your process entry up there now and start earning community votes.

Read the rest of this entry »

Tip of the week : 1- Save groovy script to library

The goal of this post is to explain how we can quickly reuse our Groovy script by saving them into the Groovy functions library of Bonita Open Solution.

The use case is very simple, when a new employee gets involved in the company, there is (or should) be a rule to construct its email address.

Example :

This rule is global to the company and we want to reuse it in different processes. Read the rest of this entry »

Acquire Heap Dump from MAT (Memory Analyzer Tool)

MAT, which stands for Memory Analyzer Tool, is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.
The project got integrated into the release train with Helios and comes with great features. I will highlight one of them, which is pretty useful in debug/development mode. I’m talking about the ability to acquire Heap Dump directly inside MAT. Read the rest of this entry »

Tags: ,