Categories
Development

Java design patterns

Surfing through Brooch i found this site with Java design patterns. It relates most of the GoF book to links describing it in java, and with additional information. Great resource.

Categories
General

Handbook of Software Architecture

Grady Booch is continuously compilin a Handbook of Software Architecture.

Categories
Development

FindBugs and DeveloperWorks

We’ve been running FindBugs at work lately. It is a good tool for finding most of the obvious stuff, and the less obvious. Found a great article on IBM DeveloperWorks about static code analysis. It also contains links to other good articles regarding the subject. Worth the read.