Jonathan Lewis has given a two day session in Paris last 10 and 11 September about
Cost Based Optimisation.
Read the short report of the event (in French)
ajouter un commentaire commentaires (1) créer un trackback recommander
Jonathan Lewis has given a two day session in Paris last 10 and 11 September about
Cost Based Optimisation.
Read the short report of the event (in French)
Here is a Java Bean to handle CLOB/NCLOB database columns in a Forms application.
It is a more elaborated version of a previous one, which was based on a PJC (VTextArea).
Unfortunately, the PJC was no able to handle huge texts, and often "froze" with text length greater then 70k.
This version uses a JavaBean and is really stronger. On the image below, I used it with a NCLOB column that
contains almost 400k.

Read the article

Here is a Java Bean that allows reading, displaying with
scaling and writing images.
This bean is a more elaborated image handler (than this one).
It allows scaling images to fit the target item size, and includes a FileChooser with image preview dialog.

Read the
article