Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Friday, October 16, 2015
Using a CASE Statement/If Condition in HQL select query
›
SELECT name , CASE WHEN name = 'Name' then 'Name is Name' else 'Name is not Name' end From Domain
Wednesday, October 14, 2015
HQL Use MySQL Functions By Implementing Custom Dialect
›
Datasource.groovy File hibernate { cache . use_second_level_cache = true cache . use_query_cache = true cache . re...
1 comment:
Wednesday, September 30, 2015
Myob Cloud Integration: Use Filter In Myob Integration
›
Equal Method (String) {domain}/{cf guid}/Sale/Invoice/?$filter=PaymentDetails/Method eq 'Cash' Equal Method (UID) {domain}/{...
Sunday, August 30, 2015
Grails Get/Use Http Session In Service Or Util Class
›
import org.codehaus.groovy.grails.web.util.WebUtils import javax.servlet.http.HttpSession HttpSession httpSession = WebUtils . ret...
Sunday, August 2, 2015
Grails :: How To Override g Message Tag
›
1. Create a tab lib (grails-app/taglib) 2. Extend with ValidationTagLib 3. Example package com . test . taglib import org.code...
Friday, July 31, 2015
Grails Add New Resources To MessageSource Dynamically
›
First create a groovy file with the following contents package com . pkm . message . test import grails.util.Environment impor...
Friday, June 26, 2015
HOW TO Fix Google Chrome Updates "Disabled By Administrator"
›
Click on 'Update Value' and set '1' to the 'Value data' box . > Restart you...
‹
›
Home
View web version