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
▼
Tutorial on Ibatis-Using Eclipse Ibator plugin to generate Persistence POJO Models, SqlMap and DAO :: with coverage of Dynamic SQL and working downloadable example
›
IBatis is a lightweight persistence framework that maps objects to SQL statements. The SQL is decoupled from the application logic by stor...
7 comments:
EasyJFrame : Reusable JFrame class
›
Here, i am going to describe a reusable jFrame class, which can be used as substitute of standard console output. Resuable JFrame CODE:
Java-Opening a URL in default browser with start utility in windows
›
Java-Opening a URL in default browser with start utility in windows String cmd = "cmd.exe /c start "; String file = "http...
Dependency Injection with Java Spring IoC, A Complete Example
›
Here i am going to describe a simple example of Dependency Injection which uses Spring IoC framework. You may refer to my earlier "...
Dependency Injection in Java without Spring IoC Framework........ How it is possible... A Simple way
›
You can first read Understanding Dependency Injection and its Importance , before this post for clearing Funda of Dependency Injection. Ho...
Understanding Dependency Injection and its Importance, A tutorial
›
Understanding Dependency Injection and its Importance Any application is composed of many objects that collaborate with each other to perf...
6 comments:
Understanding Importance of Interface, Inheritance...... OOP concepts in a different way !
›
Lets talk about some fundamentals of Object Oriented Design concepts in a different way... 1.IS A - Inheritance A super class for Animal ...
1 comment:
‹
›
Home
View web version