Java
-

Hibernate by Example – Part 1 (Orphan removal)
So i thought to do a series of hibernate examples showing various features of hibernate. In the first part i…
Read More » -

What Is CDI, How Does It Relate to @EJB And Spring?
A brief overview of dependency injection in Java EE, the difference between @Resource/@EJB and @Inject, and how does that all…
Read More » -

Recycling objects to improve performance
Overview In a previous article I stated that the reason the deserialization of objects was faster was due to using…
Read More » -

Mock Static Methods with PowerMock
In a recent blog, I tried to highlight the benefits of using dependency injection and expressing the idea that one…
Read More » -

OSGI and Spring Dynamic Modules – Simple Hello World
In this pose st, we’ll take the first implementation we made using OSGi and use Spring Dynamic Modules to improve…
Read More » -

OSGi – Simple Hello World with services
In this post, we’ll develop a simple Hello World application with OSGi. We will use Felix as OSGi container. In…
Read More » -

High Performance JPA with GlassFish and Coherence – Part 3
In this third part of my four part series I’ll explain strategy number two of using Coherence with EclipseLink and…
Read More » -

Using MongoDB with Morphia
In the past few years, NoSQL databases like CouchDB, Cassandra and MongoDB have gained some popularity for applications that don’t…
Read More » -

High Performance JPA with GlassFish and Coherence – Part 2
In this second part of my four part series I’ll explain strategy number one of using Coherence with EclipseLink and…
Read More »






