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
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.
Grady Booch is continuously compilin a Handbook of Software Architecture.
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.