TO THE NEW Blog PAGES

Grails

How to use table-per-subclass inheritance strategy instead of table-per-hierarchy

In this blog I want to share how to use table per sub-class instead of table per hierarchy, which is the default mechanism provided by Grails. I am not sure why Grails chose to use “table-per-hierarchy’. I always find it difficult to understand the table structure produced by “table-per-hierarchy“. Moreover, it makes things difficult for […]

Deepak
Deepak
Read

Grails

How to make Bootstraping environment specific in a Grails app?

BootStraping is something which is needed in most of the grails application. One of the frequently asked questions (and a valid requirement as well) is : How do you make Bootstraping happen only in a particular environment. This can be done by making use of one of the Grails utility class which allows you to […]

Deepak
Deepak
Read