Nelz' Blog

Ruminations on Development


« Previous day (Mar 10, 2008) | Main | Next day (Mar 12, 2008) »
Tuesday Mar 11, 2008

Links - Groovy?!?

"Unadulterated Java is so groovy"

  • This side-by-side and step-by-step look at Groovy totally makes my mouth water. I've really been getting tired of all the boilerplate BS in Java, and Groovy looks to be the lightweight way to combat it!

"Groovy-power automated builds with Gant"

  • Since I'm looking into Groovy, why not look into Gant as well?!?
  • Java builds could DEFINITELY use some help!
  • One point of contention: the author says this several times: "Groovy has a steep learning curve for Java developers -- meaning that we can actually pick it up quite quickly." (Mr. Author, you keep on using that phrase. I do not think it means what you think it means...)

"The Grinder, a Java Load Testing Framework"

  • Since I'm on an alternative-JVM language kick, why not consider The Grinder, which uses Jython?

"Making Agile Reviews Effective"

  • I know, I know... But since I've been on such a pro-Code Review kick lately, I thought I'd share an article that identifies some Code Review anti-patterns.

Links - All Sorts of Database Stuff

"Get Your Database Under Version Control"

  • This was the original article, from whence I found all the others in this post.

This 5-part series outlines some great suggestions:

  1. - "Three rules for database work"
  2. - "The Baseline"
  3. - "Change Scripts"
  4. - "Views, Stored Procedures and the Like"
  5. - "Branching and Merging"

" SSW Rules to Better SQL Server Databases"

  • These hints have some SQLServer specifics, but many of thm can be looked at with DB-agnostic lenses.