Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Monday, January 18, 2016
Convert Exception Details To String Using Java
›
package com . pritom . kumar ; import java.io.PrintWriter ; import java.io.StringWriter ; /** * Created by pritom on 18/01/201...
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...
‹
›
Home
View web version