As a web developer, all of us are aware of the number 8080 as the holy port nobody can forget. In Grails based applications, there is no exception at all.…
Category: Grails
A powerful Groovy-based web application framework for the JVM
Internalisation of your Grails based application with i18n-asset-pipeline plugin
What I will present below about i18n-asset-pipeline grails plugin which is doing the same job as jquery.i18n.properties.js as such. You probably find a few implementations of jquery.i18n.properties.js on grails plugin…
Using System properties in Grails
Retrieving a few of system variables is inevitable in developing computer applications within any environment. In this post, we would show you system variables existing once the application is loaded…
Online learning resources and tutorials for Grails learners
Since joining in EMBL-EBI as a software engineer, I have been worked with Grails for two years and a half in all my passion for this amazing framework. There has…
Unveil magic of hibernate lazy loading
[dropcap]R[/dropcap]ecently we have discussed about the performance of retrieving collections/relations/associations inside objects. By the way, we also review the machinery that hibernate handles these relational concepts to improve the effectiveness…