Java
-
How to encapsulate Spring bean
As far as I know Spring Framework doesn’t provide any mechanism to encapsulate Spring beans other than having separate contexts.…
Read More » -
The Beginner’s Guide to Hazelcast Part 5
This is a continuation of a series of posts I have written about Hazelcast. I highly suggest you read the…
Read More » -
The Java Ecosystem – My top 5 highlights of 2014
1. February the 1st – RedMonk Analyst firm declares that Java is more popular & diverse than ever! The Java…
Read More » -
What’s up with Java EE 8 ? (part 2)
Work on Java EE 8 is still in the initial phases and expected to catch pace in the upcoming year…
Read More » -
Riding Camel on Java EE 7 – REST Services with Swagger Documentation
Camel comes with a bunch of features out of the box. One of them is the Swagger integration. Unfortunately, most…
Read More » -
Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)
1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…
Read More » -
Looking into the Java 9 Money and Currency API (JSR 354)
JSR 354 defines a new Java API for working with Money and Currencies, which is planned to be included in…
Read More » -
How is Java / JVM built ? Adopt OpenJDK is your answer!
Introduction & history As some of you may already know, starting with Java 7, OpenJDK is the Reference Implementation (RI)…
Read More »