Next month the first edition of Engage, a.k.a BLUG, will taken place in Breda. It is one of the best Usergroup events dedicated to the ICS portfolio. Today I received an email from Theo Heselmans. One of my abstracts has been accepted. I feel very honored to be part of the incredible line up of Read More
Java Tip: post Clob data to stored procedure in Oracle with Spring Framework
Currently I am very busy with a new Java webapp project. One of the specifiactions was to collect XML data and store it via an Stored Procedure in a Oracle table. The XML data can be very large so we should use CLOB (Character Large Object ). For details, see http://en.wikipedia.org/wiki/CLOB. The customer is using for all Read More