Archive for March, 2009

Java Persistence API Concepts

This article explains the important concepts of Java Persistence API.

JEE, Tech Notes

Spring MVC Tutorial: Concepts and Code Examples

This tutorial is to give you complete understanding of Spring MVC concepts along with important code examples.

Spring, Tech Notes

Spring MVC Validations Example

Most of the presentation tier frameworks provide support to client side validations. Spring MVC is not different in this principle. Just that the way it is implemented is little different.

Spring, Tech Notes

Spring MVC Integrated With Tiles on Eclipse and Tomcat

This article takes you through steps of integration of Spring MVC with Tiles with source code.

Spring, Tech Notes

Hibernate, Spring, Oracle and JUnit Integration on Eclipse

This article will take you through the steps required to integrate Spring and Hibernate with Oracle, JUnit on Eclipse.

Hibernate, Spring, Tech Notes

Internet? No, It is Google World!!!

This article tries to explore the business case behind Google’s huge user base creation. It will make you think about Google’s next move on acquisition front.

Featured, Tech Notes

Spring MVC Tutorial With Command Object on Eclipse and Tomcat

This article is continuation of the Spring MVC Tutorial with Eclipse and Tomcat. Now, let us add the next practical aspect to our code – form or what Spring MVC calls it – command object.

Spring, Tech Notes

Yavateshwar – A Unique Shiva Temple in Satara

Yavateshwar, another peaceful place in the outskirts of Satara city where people of Satara and around can be found spending time. I can definitely think of spending a couple of hours visiting this place early morning, especially in rainy or winter season to see some thing unique there.

Travel Notes

Post Redirect Get Design Pattern

Post redirect get pattern is a solution to duplicate submission of form. Implementation of this pattern does solve this problem, but there are few side effects. This article discusses the pattern along with its advantages, disadvantages and alternatives.

Tech Notes

Single Threaded To Multi Threaded – A Lot to Consider

Converting a single threaded program into a multithreaded requires many design considerations. This article is to share few experiences of such a task.

Tech Notes