Back from vacation with a vengeance… As part of my new year’s resolutions I will be posting more of my development thoughts on “this here…
Lately I’ve been doing all kinds of Eclipse work. It’s a good IDE, and a better platform for application development.
The site has been upgraded again. Some things may be partially functional while I work out all the kinks..
Runtime code generation is another way to execute arbitrary code at runtime. It is different from reflection in that once you have generated this class,…
Eric Armstrong has a couple of interesting ideas on how to design programs to accomodate UI’s, yet remain unit-testable (is that a word?).
Python 2.3.3 has been released. This is a bugfix-only release..
So a few years back, 50-somethings were complaining that companies were only hiring kids. Today, kids are complaining that companies are outsourcing. Bad jokes and…
This is a good article on how to do defensive coding and defensive unit testing. It includes some figures to convince you of why defensive…
Apache Tomcat 5.0.16 (stable) has been released. It includes performance optimizations, JMX Monitoring, scalability improvements, native wrappers for Windows and Unix, session clustering (sweet!) and…
This 3-part “Benefits of Reuse” article on IBM developerWorks outlines some good strategies for reusing XML for your data across your organization. Part 1 gives…