How to tire dogs and adults in 3 hours flat 🙂
Monthly Archives: July 2012
maven site Problem with Hash Symbol (#)
Not sure if it’s just me who’s been digging around this issue for a while, maybe it’s common knowledge to the maven community, but I found this very frustrated dealing with this and researching it on the net, so having finally found the solution to this I thought I’d post it here. If nothing else, […]
Cache Ahead using Apache Commons Pool
If you have done any code that needs some sort of pooling of resources (which is some sort of caching, let’s face it), you would have no doubt come across Apache Commons Pool. (In fact the DBCP pool is used as a standard in applications which require database connection pooling.) The framework offers most of […]
WP-Syntax Gotcha for Dealing with Less Than and Greater Than Signs
I’ve been digging for a while now into how to fix this annoying issue that I’m having with WP-Syntax plugin when writing code which contains less than (<) or greater than (>) — which, let’s face it, if you have an if / while / for in the code is bound to happen! The trouble […]
No More Architects and Cowboys, Please!
I’ve read recently Dustin’s post “Software Architects Need Not Apply” (and in fact was very pleasantly pleased to see that JavaWorld has republished it on their site!) and I felt the subject needs a few words from me too (as always! 🙂 ). I think Dustin made a valid point there : “those who can, […]