Java
-

How to connect to MongoDB from a Java EE stateless application
In this post I will present how to connect to MongoDB from a stateless Java EE application, to take advantage…
Read More » -

Reducing the frequency of major GC pauses
This post will discuss a technique to reduce the burden garbage collection pauses put on the latency of your application.…
Read More » -

Dead simple configuration
Whole frameworks have been written with the purpose of handling the configuration of your application. I prefer a simpler way.…
Read More » -

Akka Notes – Actor Logging and Testing
In the first two parts (one, two), we briefly talked about Actors and how messaging works. In this part, let’s…
Read More » -

Neo4j: COLLECTing multiple values
One of my favourite functions in Neo4jâs cypher query language is COLLECT which allows us to group items into an…
Read More » -

Spring WebApplicationInitializer and ApplicationContextInitializer confusion
These are two concepts that I mix up occasionally – a WebApplicationInitializer and an ApplicationContextInitializer, and wanted to describe each…
Read More » -

Exploring the SwitchYard 2.0.0.Alpha2 Quickstarts
In one of my last posts I explained how you get started with SwitchYard on WildFly 8.1. In the meantime…
Read More » -

Embedded Jetty and Apache CXF: secure REST services with Spring Security
Recently I run into very interesting problem which I thought would take me just a couple of minutes to solve:…
Read More » -

Optional and Objects: Null Pointer Saviours!
No one loves Null Pointer Exceptions ! Is there a way we can get rid of them ? Maybe . . . …
Read More »





