Enterprise Java
-

A Refresher – Top 10 Java EE 7 Backend Features
This is the second part in my little Java EE 7 refresher series. After a first introduction with a brief…
Read More » -

Quick Web App Prototyping with Spring Boot & MongoDB
Back in one of my previous projects I was asked to produce a little contingency application. The schedule was tight…
Read More » -

One to many XML mapping in Hibernate
One to many relationship states that a single instance of an entity is associated with multiple instances of the another entity.…
Read More » -

Real time sentiment analysis example with Apache Storm
Real Time Sentiment Analysis refers to processing streams of natural language text (or voice) in order to extract subjective information.…
Read More » -

Microservices and Java EE
Microservices based architectures are everywhere these days. We learn so much about how today’s innovators, like Netflix and Amazon use…
Read More » -

Using the JDBC Insert Features in Oracle
Introduction In this article I will show an example of how to use the JDBC bulk insert features supported by…
Read More » -

Neo4j: Specific relationship vs Generic relationship + property
For optimal traversal speed in Neo4j queries we should make our relationship types as specific as possible. Let’s take a…
Read More » -

Spring Cloud Rest Client with Netflix Ribbon – Basics
In an earlier blog post I had covered the different options for a REST client in the Spring Cloud world.…
Read More » -

Reactive Development Using Vert.x
Lately, it seems like we’re hearing about the latest and greatest frameworks for Java. Tools like Ninja, SparkJava, and Play;…
Read More »




