Java
-
Java 8’s Functional Fomentation
Java 8 has revolutionized Java. It’s easily the most significant release of Java in the last 10 years. There are…
Read More » -
Integration Testing for Spring Applications with JNDI Connection Pools
We all know we need to use connection pools where ever we connect to a database. All of the modern…
Read More » -
Spring Framework 4.0.3 and Spring Data Redis 1.2.1 with Java 8 support
Spring Framework 4.0.3 Spring Framework 4.0.3 is now avalaible, as announced by the Spring community. It is the first release…
Read More » -
The Dark Side Of Lambda Expressions in Java 8
This post may not make me any new friends. Oh well, I was never really popular at school anyway. But…
Read More » -
The Builder pattern and the Spring framework
Introduction I like to make use of the builder pattern whenever an object has both mandatory and optional properties. But…
Read More » -
The Illuminating Javadoc of JDK 8
One of the nice features of the standard JDK 8 API documentation is the ability to view all or different…
Read More » -
Difference between WeakReference vs SoftReference vs PhantomReference vs Strong reference in Java
WeakReference and SoftReference were added into Java API from long time but not every Java programmer is familiar with it.…
Read More » -
Default methods an approach to extend legacy code
As you know the new version of java was released on 18 March 2014 and i am going to introduce…
Read More » -
Java EE: The Basics
Wanted to go through some of the basic tenets, the technical terminology related to Java EE. For many people, Java EE/J2EE…
Read More »