DeepakGaikwad.net

Tutorials








Java

[10 Jan 2012 | No Comment | ]
Java 5 and later provides tools with JDK to generate thread dump. jconsole is one option which connects to the running JVM and provides graphical interface to access JVM data. Read the full story »

[6 Dec 2011 | No Comment | ]
@XMLMixed tag behaved differently in JDK 1.6 as compared to JDK 1.5. It results in ClassCastException. Reason and possible solutions discussed in detail. Read the full story »

[1 Jul 2011 | No Comment | ]
Allocate Additional Memory to Java Heap Analyzer
Somebody asked me this problem that he is trying to analyze a considerably huge heap dump, and he is not able to analyze it, because IBM Heap Analyzer is not Read the full story »

Recent in Hibernate

[2 Apr 2009 | 4 Comments | ]
This article gives the first example of Java Persistent API (JPA) with Hibernate, Eclipse on Oracle database. Read the full story »

[26 Mar 2009 | One Comment | ]
This article will take you through the steps required to integrate Spring and Hibernate with Oracle, JUnit on Eclipse. Read the full story »

[14 Mar 2009 | 9 Comments | ]
Complete hibernate tutorial that can take beginers to a level of good knowledge of hibernate. It also contains an example to start with coding on Eclipse with Oracle database. Read the full story »

Recent in Jsp

[17 Nov 2009 | No Comment | ]
JSPs are an integral part of a web application. If jsps are not coded properly, then it becomes a most unorganized piece of code. You must have seen huge jsps, Read the full story »

[28 Apr 2009 | No Comment | ]
This article gives details of different usages of Jsp technology in isolation and also with other technologies. Read the full story »

[16 Apr 2009 | No Comment | ]
Implicit object are those objects which are available in jsp by default. Developer does not need to declare these objects, the web container creates them. Such objects are discussed here. Read the full story »

Latest

[19 Jan 2012 | No Comment | ]
This article explains how to enable log4j logging and how to change configuration to generate different levels of logs in a web application. It also tells how to enable logging Read the full story »

[10 Jan 2012 | No Comment | ]
Java 5 and later provides tools with JDK to generate thread dump. jconsole is one option which connects to the running JVM and provides graphical interface to access JVM data. Read the full story »

[26 Dec 2011 | No Comment | ]
First Application in Android Open GL ES
In this article, we set up some basic stuff, write simple classes, and make those run on some emulator or actual android device if you have. But, the important aspect Read the full story »

[6 Dec 2011 | No Comment | ]
@XMLMixed tag behaved differently in JDK 1.6 as compared to JDK 1.5. It results in ClassCastException. Reason and possible solutions discussed in detail. Read the full story »

Recent in Spring

[30 Dec 2009 | 3 Comments | ]
URI-template is a string containing one or more variables or place holders which can be replaced to generate URL out of this. Though this feature appears simple, but uses of Read the full story »

[29 Dec 2009 | 17 Comments | ]
In this post, I am going to give you a start up code base for a Spring MVC 3 based application. If you want to go back and refer to Read the full story »

[2 Jun 2009 | No Comment | ]
If we look at the way Java open source technologies are advancing around plain old Java objects, we can definitely say that this is an era of POJOs. Now, you Read the full story »

[31 Mar 2009 | 10 Comments | ]
This tutorial is to give you complete understanding of Spring MVC concepts along with important code examples. Read the full story »

Recent in JEE

[19 Jan 2012 | No Comment | ]
This article explains how to enable log4j logging and how to change configuration to generate different levels of logs in a web application. It also tells how to enable logging Read the full story »

[4 Dec 2009 | No Comment | ]
Recently, I got a chance to do hands on Infrared J2EE performance testing tool. While going through documentation available on internet, I noticed that everything is in windows operating system Read the full story »

[5 Nov 2009 | No Comment | ]
WSDL, webservice description language, is the contract definition of any webservice. This XML document is used to tell the world what is going to be the definition/structure of the webservice, Read the full story »

[8 Jun 2009 | No Comment | ]
JSR 168 defined the contract between applications to be developed using portlet technology and the portal servers. But this technology somehow lagged behind in evolution and continued to exist with Read the full story »