GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
Hibernate Interview Questions Answers - Most Asked
›
Hibernate Interview Questions Q. What are the id generator classes in hibernate? A: The optional <generator> child element...
Spring Interview Questions Answers - Mostly Asked 1
›
Spring Interview Questions 1 Q. Explain DI or IOC pattern. A: Dependency injection (DI) is a programming design pattern an...
Excel to Wiki table converter
›
Tab separated table - Excel / Google Sheet to Wiki table converter Input : Paste Tab-separated table data ( eg : row/column from Excel,...
Logging levels - meanings and use
›
All the popular logging frameworks follow the similar convention and naming for log levels. There are five priority levels in use. Order (...
grails detecting environment - groovy & gsp code
›
Grails/Groovy working code snippet to detect the current environment (development, test, production, or your custom). Custom environment ar...
Grails - auto login in spring security
›
Consider a typical web application where you have multiple user roles (like SUPER_ADMIN, OPERATOR, VISITOR etc ) and you need to do login an...
Groovy Grails - Dynamic Method n Variable name and invoking them
›
Groovy allows to use dynamic method name and variable name and invoke/use them. Dynamic Variable Names Groovy allows to use variable na...
git- saving username password - credential.helper cache - how to
›
Isn't is interesting if there is an option in GIT to save your credentials for short time so that you don't enter your username/pass...
Grails - beginners video tutorial
›
From the Grails site: "Grails aims to bring the 'coding by convention' paradigm to Groovy. It's an open-source web applica...
grails- add jar to lib folder - not working - solution
›
In grails application you can add jar dependencies by just pasting the .jar file to lib folder. If your code doesn't find the jar depend...
‹
›
Home
View web version