Monthly Archives: June 2009

Markdown Doclet for Javadoc

I spent some spare time this week creating a mash up of sorts… a “markdown” doclet for Javadoc. Markdown-Doclet Project on Google Code Markdown is a light-weight markup language which reads much like plain-ASCII-formatted-text, as opposed to HTML which reads … Continue reading

Posted in General, Java, Software Engineering | Tagged doclet, documentation, Java, javadoc, markdown, open-source | 2 Comments

The 5 Minute Guice Primer

I’ve just finished getting up to speed with Google’sĀ Guice 2.0 and have integrated it into two of my projects. It’s been a very comfortable experience and I could see myself Guicifying most of my Java projects from now on. To … Continue reading

Posted in General, Java, Software Engineering | Tagged Google, guice, ioc, Java, open-source, tips | 1 Comment