Archive for the 'Uncategorized' Category

Exploiting Maven in Eclipse

Monday, February 25th, 2008

Level: Introductory
Gilles Dodinet (gdodinet@karmicsoft.com), Research and Development Engineer and Consultant, Karmic Software Research
24 May 2005
Maven is gaining recognition as a general build system and is beginning to outrun Java™ technology. This article isn’t intended to be a Maven tutorial. It compares Maven to other technologies and gives you insight to where […]

Using AUTO_INCREMENT keys with Connector/J 3.0

Saturday, February 23rd, 2008

By Mark Matthews
One of the major features available in the latest version of MySQL’s JDBC Driver, Connector/J, is the implementation of version 3.0 of the JDBC API that is available with JDK-1.4.0 and later.
There are many changes in JDBC-3.0 that make you, the Java developer using MySQL job a little easier.
Today, we’ll talk about one […]