Pages

▼
Showing posts with label grailsApplication. Show all posts
Showing posts with label grailsApplication. Show all posts
Monday, June 30, 2014

Grails get bean/service from service or other class

›
import org.codehaus.groovy.grails.plugins.web.taglib.ApplicationTagLib import grails.util.Holders import org.codehaus.groovy.grails...
Monday, October 21, 2013

Registering new bean classes in grails application programmatically by registerBeanDefinition

›
As part of amazing goodies of grails is the ability to extend your applications - registering new classes problematically is a breeze ...
Tuesday, October 1, 2013

Grails: get class object by string/class name

›
grailsApplication.classLoader.loadClass("au.com.test.package.ClassName")
Monday, September 30, 2013

Grails: how to get/set a meta-constraint on domain class property such as belongsTo or other variables

›
In the scaffolding templates there is a property domainClass from type org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass . These...
Tuesday, September 17, 2013

Access Grails Application in BootStrap

›
Accessing the Grails application object in BootStrap.groovy is easy.  We only have to define a variable named grailsApplication and Spring...
›
Home
View web version
Powered by Blogger.