
In Grails we often use our domain objects directly as backing model for presentation purposes and only for specialized situations we create value holder objects or DTOs. Beginning Grails developers know how…
In Grails we often use our domain objects directly as backing model for presentation purposes and only for specialized situations we create value holder objects or DTOs. Beginning Grails developers know how…
Today I gave a presentation about Grails Object Relational Mapping (GORM) and HQL for the teams. Everybody is pretty SQL-minded and I wanted to show them what — instead of…
A simple test Since I wanted to have some test coverage (legacy code alert!) for my project I started out testing one of the services, a grails artefact. All was…