Can't deploy your artifact onto Artifact? Check the permissions -
Managing Permissions on Artifactory
*Remember to check the Deploy box ;)
Tuesday, July 27, 2010
Tuesday, May 11, 2010
Get your annotated hibernate tablename :D
Thanks to stackoverflow, I now know how to use reflection with annotations in hibernate!!
Thursday, April 29, 2010
How to profile your app with Memory Analyzer and JConsole
Wednesday, January 6, 2010
*Slap *Slap
From Effective C++, by Scott Meyers :
"Anytime you find yourself writing code of the form "if the object is of type T1, then do something, but if it's of type T2, then do something else," slap yourself.
solution : overriding the method
"Anytime you find yourself writing code of the form "if the object is of type T1, then do something, but if it's of type T2, then do something else," slap yourself.
solution : overriding the method
Subscribe to:
Comments (Atom)