Java
-

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 » -

Using Java 8 Lambdas, Streams, and Aggregates
Overview In this post, we’ll take a look at filtering and manipulating objects in a Collection using Java 8 lambdas,…
Read More » -

Composing Multiple Async Results via an Applicative Builder in Java 8
A few months ago, I put out a publication where I explain in detail an abstraction I came up with…
Read More » -

The importance of tuning your thread pools
Whether you know it or not, your Java web application is most likely using a thread pool to handle incoming…
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 » -

Factory Pattern
The factory pattern is a creational design pattern whose intent is to provide an interface for creating families of related…
Read More » -

Functional vs Imperative Programming. Fibonacci, Prime and Factorial in Java 8
There are multiple programming styles/paradigms, but two well-known ones are Imperative and Functional. Imperative programming is the most dominant paradigm…
Read More »


