Category Archives: Java

Track Subversion (SVN) changes with an RSS feed

I was a bit annoyed the other day that some of the Subversion repositories out there don’t have a way to send a notification to interested parties when a new change is made.  There are a few other services on … Continue reading

Posted in Java, Technology | Tagged , , | View Comments

Agile database schema migration tool for Java

Update: Grails Migration Plugin Forum About a month into building Gauntlet we found ourselves in a situation where it was impossible for us to keep our development databases up to date with the latest changes to the schema. We were … Continue reading

Posted in Java | Tagged , , , , | View Comments

Java annotations + AspectJ5 version of the command line parser

Java annotations + AspectJ5 version of the command line parser Continue reading

Posted in Java, Technology | Tagged | View Comments

Java annotations make declarative programming easy

Java annotations make declarative programming easy Continue reading

Posted in Java, Technology | Tagged | View Comments

What should a domain specific language workbench look like?

What should a domain specific language workbench look like? Continue reading

Posted in Java, Technology | Tagged , , | View Comments

Femtocontainer — The IoC container built into the JDK

Femtocontainer — The IoC container built into the JDK Continue reading

Posted in Java, Technology | Tagged | View Comments