Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Thursday, December 3, 2015
Grails Error Handling With Custom Http Status Code
›
First need to create a trait Groovy file as follows under src/groovy: trait CustomExceptionHandler { /* Handle common exception *...
Java Code To Check Repeated Character In String
›
import java.util.regex.Pattern ; import java.util.regex.Matcher ; class RepeatedCharacterCheck { public static void main ...
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...
‹
›
Home
View web version