Friday, April 23, 2010

DB migrate

http://code.google.com/p/dbmigrate/


Similar to 'rake migrate' for Ruby on Rails this library lets you manage database upgrades for your Java applications.

CLI parser

Nice Command line parser for java

http://code.google.com/p/cli-parser/

Using annotations you can make very succinct main methods that don't need to know how to parse command line arguments with either fields, properties, or method based injection.

Very simple to use, very small dependency.