Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
Bean
.
Show all posts
Showing posts with label
Bean
.
Show all posts
Tuesday, November 21, 2017
Grails Groovy Use Groovy Source Class As Singleton Bean | Custom Bean Definition | Transactional Bean
›
This will act as a transnational bean First put the below settings to 'Config.groovy' grails . hibernate . cache . queries...
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 ...
Wednesday, August 7, 2013
Grails bean/service initialization dynamically to handle circular dependency
›
Suppose you have a service named OneService and another service named TwoService ; Now if you try to initiate TwoService in OneService ...
How do I get an instance of a Grails service programmatically
›
The Grails documentation describes a way to get a service when in a servlet. This might be useful, if you can obtain the same objects in y...
›
Home
View web version