Tag Archives: gorm

GORM and getting rid of the DAO(Repository) layer

Like many other new web application frameworks (e.g Rails, Spring Roo) Grails with its GORM has taken the approach that separate DAO or Repository layer is removed. Is this a bad thing or is it just a change in implementation that doesn’t affect conceptual design?
Continue reading