Quantcast

BDD with easyb

Recently I’ve grown increasingly fond of the concepts embodied in the “Behavior Driven Development” (BDD) outgrowth of “Test Driven Development” (TDD) and “Domain Driven Design” (DDD) . BDD is a neat twist on TDD and DDD that strives to more closely tie automated tests with both the “ubiquitous language” terminology espoused in DDD, along with ...

Philly Spring UG – Grails

Went to a Philly SpringFramework User Group Meeting last night (http://phillyspring.org/past_meetings.html) where a Grails committer demoed Grails. I have to admin, both Groovy and Grails were very impressing. Groovy’s syntax is nice, clean (especally collections – map,list literals, object literals), Java-like and expressive. Grails takes a lot of Rails inspired features like scaffolding, generators, conventions ...