Enterprise Java
-

Speed Up Services With Reactive API in Java EE 8
Services can often be optimized with asynchronous processing even without changing their behavior towards the outside world. The reason why…
Read More » -

[FREE EBOOK] The Complete Guide to Java Logging in Production
How the World’s Leading Companies Choose How and What to Log (Based on analysis of GitHub’s top 400,000 repositories) It’s…
Read More » -

Classification of Development Frameworks for Enterprise Applications
If you google “best java framework”, most probably, you will stumble on this article, which gives a great overview about…
Read More » -

Tracing a reactive flow – Using Spring Cloud Sleuth with Boot 2
Spring Cloud Sleuth which adds Spring instrumentation support on top of OpenZipkin Brave makes distributed tracing trivially simple for Spring…
Read More » -

OpenLiberty: Error on Injection, works on TomEE and Wildfly
While I was working on this blog, I encountered this error: [INFO ] DSRA8203I: Database product name : MySQL [INFO…
Read More » -

Testing OpenLiberty with Arquillian (Remote)
Having heard many great reviews, I thought I’ll give Open Liberty a try. In this post, I shall discuss the…
Read More » -

Spring Reactor Tutorial
In the world of RESTful services where a lot of work actually happens behind the scenes, we often have to…
Read More » -

Dealing with Domain Objects in Spring MVC
I was recently surprised by how one code base had public default constructors (i.e. zero-arguments constructors) in all their domain…
Read More » -

In the shoes of the consumer: do you really need to provide the client libraries for your APIs?
The beauty of the RESTful web services and APIs is that any consumer which speaks HTTP protocol will be able…
Read More »




