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
▼
Java - OS independent line separator
›
You might already knew, the new line character depends on your OS. \n for Unix \r\n for Windows and \r for old Macs and so on Alwa...
Spring Interview Questions Answers - Mostly Asked 2
›
Spring Interview Questions - 2 Question: What are the pros or benefits of Spring framework ? The pros of Spring framework are as fol...
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path - Solution
›
Solution to the Java Web Project error : " The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Pa...
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...
‹
›
Home
View web version