Archive for the ‘Uncategorized’ Category
I tried to illustrate how you convert between the two. This is what came out. Probably not entirely correct, but it works. It can be mixed and matched for legacy apps.
Filed under: Uncategorized | Leave a Comment
Findstr finds stuff
Ever since Microsoft decided to remove the file search that actually worked in Windows XP, I’ve been trying to find an easy to use search tool. Turns out it exists – the findstr command line tool. so, for example, findstr /L /S base.url *.xml finds all xml files containing the string base.url. It also works [...]
Filed under: Uncategorized | Leave a Comment
Tags: tools, Windows
Fresh start
Having spent months pondering how to migrate my old blog to here, I though to myself, is it of any value to anyone? In this day and age, does anyone really need to generate hibernate mappings from xdoclet, or sneakily introduce open source technology through the back door, because the “architecture committee” won’t have it. [...]
Filed under: Uncategorized | Leave a Comment