-
Enterprise Java
Spring JDBC Database connection pool setup
Setting up JDBC Database Connection Pool in Spring framework is easy for any Java application, just matter of changing few…
Read More » -
Enterprise Java
Spring Profiles in XML Config Files
My last blog was very simple as it covered my painless upgrade from Spring 3.0.x to Spring 3.1.x and I…
Read More » -
Enterprise Java
8 Ways to improve your Java EE Production Support skills
Everybody involved in Java EE production support know this job can be difficult; 7/24 pager support, multiple incidents and bug…
Read More » -
Core Java
I/O Demystified
With all the hype on highly scalable server design and the rage behind nodejs I have been meaning to do some…
Read More » -
Career
Why You Didn’t Get the Interview
After reading the tremendous response to Why You Didn’t Get the Job (a sincere thanks to those that read and…
Read More » -
Software Development
Git newbie commands
If you’re new to Git you will recognize that some things work different compared to SVN or CVS based repositories.…
Read More » -
Core Java
Creating a Java Dynamic Proxy
Java Dynamic proxy mechanism provides an interesting way to create proxy instances. The steps to create a dynamic proxy is…
Read More » -
Enterprise Java
Which JSRs Are Included In Java EE 7?
I started to fill out a table of all of the Java Specification Requests that are supposed to go into…
Read More » -
Enterprise Java
JSF – PrimeFaces & Hibernate Integration Project
This article shows how to develop a project by using JSF, PrimeFaces and Hibernate. A sample application is below :…
Read More »