Spring 3.0.x configuration with or without a JNDI datasource

17 May 2013:

I swap back and forth between tomcat and weblogic often, and the only thing that gets in the way is my unwillingness to setup container datasources on every new tomcat instance.

Today I setup a simple spring ... read more

moving a subset of mysql tables

15 May 2013:

thanks to stackoverflow:

mysqldump -u USER -p DATABASE $(mysql -u USER -p -D DATABASE -Bse "show tables like 'PREFIX%'") > DATABASE.out

then transfer to the target system and "source DATABASE.out" within mysql. read more

am i the only one who doesn't find git obvious?

2 May 2013:

it took me days to figure out how to save my credentials for git command line access! so easy though:

"git config --global credential.helper wincred"

after years of CVS, SVN, etc.. its taking time ... read more

Latest Tweets