Pages

▼
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...
Thursday, June 4, 2015

Android: Update GUI field vlaue/display or show a message (toast) from Thread

›
Util Class package com . pkm . android . utils . thread ; import android.app.Activity ; import android.content.Context ; impor...

Java Implementation of String Next Sequence

›
package time . zone ; import java.util.ArrayList ; import java.util.List ; public class JavaNextCharacter { public sta...
Wednesday, June 3, 2015

Validate URL Using Java & Regex

›
class UrlValidator { public static void main ( String [] args ) { check ( "http://google.com" ); ...
‹
›
Home
View web version
Powered by Blogger.