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
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
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
20 Mar 2013:
My friend @MarkWSchumann stated it nicely recently:
http://blog.criticalresults.com/2013/03/18/stored-procedures-arent-all-that/ read more