Enterprise Java
-
Trace output with Drools
Drools 6 includes a trace output that can help get an idea of what is going on in your system,…
Read More » -
Jar Hell made Easy – Demystifying the classpath with jHades
Some of the hardest problems a Java Developer will ever have to face are classpath errors: ClassNotFoundException, NoClassDefFoundError, Jar Hell,…
Read More » -
Java EE 7 with Angular JS – CRUD, REST, Validations – Part 2
This is the promised follow up to the Java EE 7 with Angular JS – Part 1. It took longer…
Read More » -
Kafka Benchmark on Chronicle Queue
Overview I was recently asked to compare the performance of Kafka with Chronicle Queue. No two products are exactly alike,…
Read More » -
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 » -
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 »