Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
Groovy
.
Show all posts
Showing posts with label
Groovy
.
Show all posts
Friday, February 8, 2019
GRAILS : Rendering Groovy GSP Code From A String | Grails – Rendering a Template from a String | Render Grails template from external source
›
package com . pkm . utils import grails.util.Holders import groovy.text.Template import org.codehaus.groovy.grails.web.pages.G...
Tuesday, December 19, 2017
Grails on Groovy: Get Retrieve MySQL Database name from DataSource | Get List of MySQL Tables | Execute MySQL Raw Query
›
import grails.util.Holders import org.hibernate.SessionFactory import org.apache.commons.lang.StringUtils def dataSource Sessi...
Sunday, December 3, 2017
GRAILS GROOVY | GString Template Engine | Parse Simple String AS GString Template | String GSP Parser
›
def gEngine = new groovy . text . GStringTemplateEngine () def binding = [ "a" : "a" ] String testVar = g...
Tuesday, November 21, 2017
Grails Groovy Sample DataSource Configuration For Database Connection
›
You need to edit DataSource.groovy file as below: dataSource { pooled = true jmxExport = true driverClassName = ...
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...
Sunday, October 15, 2017
Grails - Register SessionListener as a Spring Bean
›
Grails - Register SessionListener as a Spring Bean At first you have to create an listener of session as below: package com . mult...
Tuesday, August 22, 2017
Grails render view from service | Grails Goodness: Render GSP Views And Templates Outside Controllers | Cannot use the session in non-request rendering operations in grails
›
Grails render view from service | Grails Goodness: Render GSP Views And Templates Outside Controllers | Cannot use the session in non-reque...
Saturday, August 5, 2017
Grails Groovy: Execute Code transparent before and after any method is invoked | Override Method Implementation | Override Method Body
›
Grails Groovy: Execute Code transparent before and after any method is invoked | Override Method Implementation | Override Method Body. ...
Thursday, July 27, 2017
Grails Groovy SessionFactory EnityKey SessionStatistics | Grails Get SQL Table Name From Domain Class | Grails Get SQL Table Field Name From Domain Class
›
Grails Groovy SessionFactory EnityKey SessionStatistics | Grails Get SQL Table Name From Domain Class | Grails Get SQL Table Field Name Fro...
Grails Groovy Hibernate | Hibernate Criteria Builder | Projection | Custom Projection | Group By Projection | PropertyProjection
›
Grails Groovy Hibernate | Hibernate Criteria Builder | Projection | Custom Projection | Group By Projection | PropertyProjection. It'...
Grails | Groovy | Create Criteria | Hibernate Criteria Builder | Custom Criteria Order | Custom Sort By | Custom Order Criteria
›
Grails | Groovy | Create Criteria | Hibernate Criteria Builder | Custom Criteria Order | Custom Sort By | Custom Order Criteria. In Grai...
1 comment:
Monday, November 7, 2016
Grails send email using grails.plugin.mail.MailService and track unique message ID
›
At first have to extend "grails.plugin.mail.MailService" as follows: class MyMailService extends MailService MyMail...
›
Home
View web version