logo
Jun
30

opencsv 1.5 sneaks out the door… makes SQL to CSV a snap…

Another chapter in the “tiny CSV library keeps on growing” saga… opencsv 1.5 has gone out the door. The new version includes changes to CSVWriter to allow for easily exporting a SQL table or query to a CVS file. The new method writeAll(ResultSet rs, boolean includeHeaders) makes exporting SQL to CSV a snap! Does the hard work of coercing Bits, CLOBs, Timestamps and whatnot to Strings...
Jun
30

Groovy is the Shizang… And “Groovy In Action” is gonna be killer

I’m learning Groovy at the moment, and having an absolute ball. If you haven’t played with it for a while, jump on in – things seem very stable these days. I’m finding I’m using it all the time for little scripts. I’ve also had a chance to review a close-to-final Groovy In Action and I gotta tell you that this is gonna be one sensational book. Very accessible writing...
Jun
20

If you *have* to use Swing…

… Then at least get a butt-kicking GUI design tool like WindowBuilder Pro. I’m not a Swing fan. I’m not smart enough to deal with its layout managers nor creating damn model backing objects for my Combo boxes. I’m pretty much SWT only these days (and probably have been for the last two years) and unlike pretty much everyone… I love using a GUI builder (I know, what a...
Jun
8

opencsv-1.4 goes out the door…

Just uploaded the latest release of opencsv to Sourceforge – a very simple CSV parser under Apache 2.0 license. The new release adds two requested features: Support in CSVReader for skipping first x lines of an incoming file Support in CSVWriter for suppressing quotes in the output of fields The real cool thing from my perspective was that these were both user-submitted changes (thanks Andreus...
Jun
6

Doing Package Name Kung-Fu with JarJarLinks

If you’ve ever had issues with conflicting versions of the same jar file, you really need to take a look at JarJarLinks . JarJarLinks is an Ant task that lets you repackage jar files into your own package scheme by doing neato bytecode kungfu. So you can do stuff like this to repackage commons-kungfu.jar into your own package structure: <jarjar jarfile="myapp.jar"> ...

logo
Powered by WordPress | Designed by Elegant Themes