A New Code Metric : Destroyed Lines Of Code (DLOC)
We've all heard that counting lines of code, or SLOC, is a terrible way to measure a developer's performance. I propose a new metric that rewards good... more »
0 commentsSave Tags: agile, java, open source
Cluster your application - NOW!
Is your Java Application Server clustered? Why not? It should be, and your reasons for NOT clustering have vanished, so there’s no excuse. Cluster.... more »
6 commentsSave Tags: java, server
Stealth mode: upgrade your system and don’t tell everyone
Want to try JPA or Spring? But you have an old software system, and don’t have the luxury of a clean new software project? Don’t wait! Add Spring... more »
3 commentsSave Tags: frameworks, java, open source, server
Writing Secure Applications
Need to write an secure application? Afraid your app might get hacked? Here's a presentation given at the St. Louis Java User Group to help you... more »
0 commentsSave Tags: how-to, java