-
Core Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
Spring Singleton, Request, Session Beans and Thread Safety
The Spring framework ecosystem comprising of so many useful frameworks has become the backbone of many Java EE application. But…
Read More » -
Enterprise Java
High performance JPA with GlassFish and Coherence – Part 1
Have you heard about Coherence before? Probably yes. It’s one of those famous in-memory grid solutions promising awesome fast data access and…
Read More » -
Scala
Scala Tutorial – SBT, scalabha, packages, build systems
Preface This is part 11 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More »