Monthly Archives: February 2016

HttpServletRequest Path Decoding

The documentation on HttpServletRequest is very poor, and this fills in a critical set of facts that you need to know to write a TomCat application.

Posted in Coding | Tagged | Leave a comment

Counting Source Lines

I rarely count the number of lines of source — but here is a quick script to do it.

Posted in Coding | Tagged , , | Leave a comment

Incremental Development

I happened across this excellent and perfect depiction of incremental development.  The image addresses on of the key flaws in thinking that lead some agile projects to fail.  So let’s discuss a bit.

Posted in Coding, Design | Tagged , , , , | 1 Comment