Java
-
Creational Design Patterns: Abstract Factory Pattern
The Abstract Factory Pattern is a creational pattern and is one of the most popular patterns along with the builder…
Read More » -
Lombok, AutoValue and Immutables, or How to write less and better code returns
In the previous post about Lombok library, I have described a library that helps to deal with boilerplate code in…
Read More » -
Spring Data MongoDB Tutorial
In today’s world it is very important to get the application up and running as soon as possible. The application…
Read More » -
Arquillian Chameleon. Simplifying your Arquillian tests
Arquillian Chameleon was born to simplify the configuration of Arquillian tests. I am proud to announce that with version 1.0.0.CR2 we have…
Read More » -
Liberty on Oracle Application Container Cloud
In this blog post, I will describe how to deploy the CloudEE Duke application packaged in a Liberty über-jar to…
Read More » -
Understanding Java Buffer Pool
Understanding Java Buffer Pool The buffer pool space is located outside of the garbage collector-managed memory. It’s a way to…
Read More » -
Payara Micro on Oracle Application Container Cloud
In this blog post, I will describe how to deploy the CloudEE Duke application packaged in a Payara Micro über-jar…
Read More » -
Learn Java from the Global Experts at Java With the Best
Java With the Best Virtual Conference is your guide to Microservices, Java 9, Kubernetes and everything else Java! Tune in…
Read More » -
Forward-Looking with Java’s @Deprecated
I have occasionally run into a situation in which I have needed to introduce a new API or construct for…
Read More »