Java
-
Java SE 7, 8, 9 – Moving Java Forward
Today (NOTE: October 4, 2011) was keynote day. JavaOne Keynote was happening this early morning from 8:30 to 10:30 am…
Read More » -
Hibernate by Example – Part 2 (DetachedCriteria)
So last time we helped out justice league to effectively manager their super heroes. Today we focus on how The…
Read More » -
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 »